aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/news/topfiles/NEWS
blob: 2b6509f13660d0e3a053aaf45eb47c2581b91405 (plain)
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
104
105
106
107
108
109
110
111
112
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted News 12.2.0 (2012-08-26)
================================

No significant changes have been made for this release.


Twisted News 12.1.0 (2012-06-02)
================================

Bugfixes
--------
 - twisted.news.nntp.NNTPServer now has additional test coverage and
   less redundant implementation code. (#5537)

Deprecations and Removals
-------------------------
 - The ability to pass a string article to NNTPServer._gotBody and
   NNTPServer._gotArticle in t.news.nntp has been deprecated for years
   and is now removed. (#4548)


Twisted News 12.0.0 (2012-02-10)
================================

No significant changes have been made for this release.


Twisted News 11.1.0 (2011-11-15)
================================

No significant changes have been made for this release.


Twisted News 11.0.0 (2011-04-01)
================================

No significant changes have been made for this release.

Other
-----
 - #4580


Twisted News 10.2.0 (2010-11-29)
================================

Bugfixes
--------
 - twisted.news.database.PickleStorage now invokes the email APIs
   correctly, allowing it to actually send moderation emails. (#4528)


Twisted News 10.1.0 (2010-06-27)
================================

No significant changes have been made for this release.


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

No interesting changes since Twisted 9.0.


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

Other
-----
 - #2763, #3540


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

No interesting changes since Twisted 8.0.


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

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


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

Misc
----
 - Remove all "API Stability" markers (#2847)


0.3.0 (2007-01-06)
==================
Fixes
-----
 - News was updated to work with the latest twisted.components changes
   to Twisted (#1636)
 - The 'ip' attribute is no longer available on NNTP protocols (#1936)


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

Fixes:
 - Fixed a critical bug in moderation support.