~vishvananda/nova/network-refactor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Lore 10.0.0 (2010-03-01)
================================

Other
-----
 - #4241


Twisted Lore 9.0.0 (2009-11-24)
===============================

Features
--------
 - Python source listings now include line numbers (#3486)

Fixes
-----
 - Lore now uses minidom instead of Twisted's microdom, which incidentally
   fixes some Lore bugs such as throwing away certain whitespace
   (#3560, #414, #3619)
 - Lore's "lint" command should no longer break on documents with links in them
   (#4051, #4115)

Deprecations and Removals
-------------------------
 - Lore no longer uses the ancient "tml" Twisted plugin system (#1911)

Other
-----
 - #3565, #3246, #3540, #3750, #4050


Lore 8.2.0 (2008-12-16)
=======================

Other
-----
 - #2207, #2514


8.1.0 (2008-05-18)
==================

Fixes
-----
 - The deprecated mktap API is no longer used (#3127)


8.0.0 (2008-03-17)
==================

Fixes
-----
 - Change twisted.lore.tree.setIndexLin so that it removes node with index-link
   class when the specified index filename is None. (#812)
 - Fix the conversion of the list of options in man pages to Lore format.
   (#3017)
 - Fix conch man pages generation. (#3075)
 - Fix management of the interactive command tag in man2lore. (#3076)

Misc
----
 - #2847


0.3.0 (2007-01-06)
==================

Features
--------
 - Many docstrings were added to twisted.lore.tree (#2301)

Fixes
-----
 - Emitting a span with an index class to latex now works (#2134)


0.2.0 (2006-05-24)
==================

Features
--------
 - Docstring improvements.

Fixes
-----
 - Embedded Dia support for Latex no longer requires the 'which'
   command line tool.
 - Misc: #1142.

Deprecations
------------
 - The unused, undocumented, untested and severely crashy 'bookify'
   functionality was removed.


0.1.0
=====
 - Use htmlizer mode that doesn't insert extra span tags, thus making
   it not mess up in Safari.