Imported Upstream version 12.1.0
[contrib/python-twisted.git] / twisted / lore / topfiles / NEWS
1 Ticket numbers in this file can be looked up by visiting
2 http://twistedmatrix.com/trac/ticket/<number>
3
4 Twisted Lore 12.1.0 (2012-06-02)
5 ================================
6
7 Bugfixes
8 --------
9  - twisted.plugins.twisted_lore's MathProcessor plugin is now
10    associated with the correct implementation module. (#5326)
11
12
13 Twisted Lore 12.0.0 (2012-02-10)
14 ================================
15
16 No significant changes have been made for this release.
17
18
19 Twisted Lore 11.1.0 (2011-11-15)
20 ================================
21
22 Bugfixes
23 --------
24  - When run from an unpacked source tarball or a VCS checkout,
25    bin/lore/lore will now use the version of Twisted it is part of.
26    (#3526)
27
28 Deprecations and Removals
29 -------------------------
30  - Removed compareMarkPos and comparePosition from lore.tree,
31    deprecated in Twisted 9.0. (#5127)
32
33
34 Twisted Lore 11.0.0 (2011-04-01)
35 ================================
36
37 No significant changes have been made for this release.
38
39
40 Twisted Lore 10.2.0 (2010-11-29)
41 ================================
42
43 No significant changes have been made for this release.
44
45 Other
46 -----
47  - #4571
48
49
50 Twisted Lore 10.1.0 (2010-06-27)
51 ================================
52
53 No significant changes have been made for this release.
54
55
56 Twisted Lore 10.0.0 (2010-03-01)
57 ================================
58
59 Other
60 -----
61  - #4241
62
63
64 Twisted Lore 9.0.0 (2009-11-24)
65 ===============================
66
67 Features
68 --------
69  - Python source listings now include line numbers (#3486)
70
71 Fixes
72 -----
73  - Lore now uses minidom instead of Twisted's microdom, which incidentally
74    fixes some Lore bugs such as throwing away certain whitespace
75    (#3560, #414, #3619)
76  - Lore's "lint" command should no longer break on documents with links in them
77    (#4051, #4115)
78
79 Deprecations and Removals
80 -------------------------
81  - Lore no longer uses the ancient "tml" Twisted plugin system (#1911)
82
83 Other
84 -----
85  - #3565, #3246, #3540, #3750, #4050
86
87
88 Lore 8.2.0 (2008-12-16)
89 =======================
90
91 Other
92 -----
93  - #2207, #2514
94
95
96 8.1.0 (2008-05-18)
97 ==================
98
99 Fixes
100 -----
101  - The deprecated mktap API is no longer used (#3127)
102
103
104 8.0.0 (2008-03-17)
105 ==================
106
107 Fixes
108 -----
109  - Change twisted.lore.tree.setIndexLin so that it removes node with index-link
110    class when the specified index filename is None. (#812)
111  - Fix the conversion of the list of options in man pages to Lore format.
112    (#3017)
113  - Fix conch man pages generation. (#3075)
114  - Fix management of the interactive command tag in man2lore. (#3076)
115
116 Misc
117 ----
118  - #2847
119
120
121 0.3.0 (2007-01-06)
122 ==================
123
124 Features
125 --------
126  - Many docstrings were added to twisted.lore.tree (#2301)
127
128 Fixes
129 -----
130  - Emitting a span with an index class to latex now works (#2134)
131
132
133 0.2.0 (2006-05-24)
134 ==================
135
136 Features
137 --------
138  - Docstring improvements.
139
140 Fixes
141 -----
142  - Embedded Dia support for Latex no longer requires the 'which'
143    command line tool.
144  - Misc: #1142.
145
146 Deprecations
147 ------------
148  - The unused, undocumented, untested and severely crashy 'bookify'
149    functionality was removed.
150
151
152 0.1.0
153 =====
154  - Use htmlizer mode that doesn't insert extra span tags, thus making
155    it not mess up in Safari.