Skip to content

Commit f311fae

Browse files
committed
Updated NEWS
1 parent 35f35dc commit f311fae

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

NEWS

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Oct 22 2013 - 3.4.1 released
2+
13
Jan 29 2007 - 3.3.1 is being tagged
24

35
Dec 9 2006 - 3.3.0b is being tagged
@@ -9,7 +11,7 @@ July 19 2006 - 3.2.10 is being tagged from branches/3.2.x
911
July 19 2006 - The public release of 3.2.9 is being abandoned due to some
1012
recently reported memory leaks. Although 3.2.9 is ready for
1113
release, it is felt that it is prudent to address these now
12-
and proceed immediately to 3.2.10. See MODPYTHON-172 for
14+
and proceed immediately to 3.2.10. See MODPYTHON-172 for
1315
on the specific details on the issues.
1416

1517
June 29 2006 - 3.2.9 is being tagged from branches/3.2.x
@@ -45,7 +47,7 @@ Oct 14 2003 - 3.1.1b is tagged
4547

4648
Aug 29 2003 - 3.1.0a (Alpha) is out
4749

48-
Mar 17 2003 - 3.0.3 is released
50+
Mar 17 2003 - 3.0.3 is released
4951

5052
This file will no longer have details, since those
5153
are in CVS anyway.
@@ -99,10 +101,10 @@ Nov 1 2001 - Many internal changes. We no longer use req->notes for things
99101
object, which can be accessed from python via an hlistobject.
100102

101103
Aug 16 2001 - Mod_python is compiling and running with Apache 2.0 and the
102-
filter functionality seems to work. There is still a lot of
104+
filter functionality seems to work. There is still a lot of
103105
work to be done though.
104106

105-
Aug 4 2001 - 2.7.6 released. Sometime prior a publisher upload bug was
107+
Aug 4 2001 - 2.7.6 released. Sometime prior a publisher upload bug was
106108
fixed.
107109

108110
Jun 11 2001 - 2.7.5 released for those who want Python 2.1
@@ -120,10 +122,10 @@ May 24 2001 - PythonNoReload obsoleted in favor of PythonAutoReload.
120122
May 23 2001 - The "fix" re import on Apr 10 turned out to be a bug and
121123
I put it back. But in the process found that the FLAG directives
122124
were not read correctly - e.g. mere presence sometimes indicated
123-
On. Also, ReportError was returning DONE in finally clause which
125+
On. Also, ReportError was returning DONE in finally clause which
124126
was wrong.
125127

126-
May 22 2001 - The bug that was supposedly fixed below was a bit more
128+
May 22 2001 - The bug that was supposedly fixed below was a bit more
127129
complicated than it seemed at first. The fix below caused
128130
a circular reference, and some further fixing had to be done,
129131
and now it's really fixed, thanks to Chris's dilligence.
@@ -152,8 +154,8 @@ Feb 10 2001 - 2.7.2 released
152154

153155
Feb 10 2001 - Fixed the dissapearing / in PATH_INFO.
154156

155-
Jan 23 2001 - Fixed the bug where req.server.register_cleanup was
156-
expecting a builtin _req object rather than the new real
157+
Jan 23 2001 - Fixed the bug where req.server.register_cleanup was
158+
expecting a builtin _req object rather than the new real
157159
Python Request.
158160

159161
Jan 21 2001 - The Publisher handler __auth__ can now be a dictionary or.
@@ -194,11 +196,11 @@ Dec 8 2000 - connection.user now writable. More Doc improvements.
194196

195197
Dec 6 2000 - The COPYRIGHT no longer has the advertizing clause.
196198

197-
Dec 4 2000 - Initial (not proof-read) LaTeX source for documentation is
199+
Dec 4 2000 - Initial (not proof-read) LaTeX source for documentation is
198200
checked in.
199201

200202
Nov 26 2000 - Dilligently migrating all the documentation to LaTeX using the
201-
Python standards.
203+
Python standards.
202204

203205
Nov 17 2000 - I forgot to uncomment type initialization. type(req.headers_in)
204206
would segfault. Fixed. Continuing work on publisher.py module.
@@ -207,7 +209,7 @@ Nov 08 2000 - read() and reqadline() now behave very much like the standard
207209
Python file object counterparts. Added James Gessling's VMS
208210
instructions.
209211

210-
Nov 07 2000 - Initial version of req.readline(), also some fixes to
212+
Nov 07 2000 - Initial version of req.readline(), also some fixes to
211213
req.read() (both now raise appropriate errors). Both still need
212214
some work.
213215

@@ -239,7 +241,7 @@ Oct 15 2000 - We now use mkdep.
239241
Oct 12 2000 - Autoconf now works. Documentation has been adjusted. Also
240242
added Windows installation instructions to the docs.
241243

242-
Oct 2 2000 - PythonInterpPerServer is now default behavior, and this
244+
Oct 2 2000 - PythonInterpPerServer is now default behavior, and this
243245
directive is therefore obsolete. The old default behavior can
244246
be achieved via the new PythonInterpPerDirective directive.
245247

@@ -248,7 +250,7 @@ Sep ? 2000 - Request is now a real python object. This means that it can be
248250

249251
Sep 9 2000 - Added server.register_cleanup(). This happened to be a little
250252
trickier than I thought since it turned out that server_rec does
251-
not have a pool member. Py_Finalze() has been moved to a
253+
not have a pool member. Py_Finalze() has been moved to a
252254
cleanup from the ChildExit handler because ChildExit runs *before*
253255
any cleanups. (Now I know why mod_perl doesn't use child_exit.)
254256

@@ -266,7 +268,7 @@ Sep 4 2000 - Added req.register_cleanup(). Still need server.register_cleanup
266268
Sep 2 2000 - Added PythonInterpPerServer directive. Fixed a bug relating
267269
to ap_add_version_component.
268270

269-
Aug 28 2000 - Added Richard Barret's patch that gives python socket module
271+
Aug 28 2000 - Added Richard Barret's patch that gives python socket module
270272
behaviour from req.connection.local_addr and remote_addr.
271273

272274
Aug 27 2000 - Added PythonInitHandler. Also, it looks like dynamic handler
@@ -309,7 +311,7 @@ Jun 8 2000 - 2.3 Released.
309311
Jun 7 2000 - PythonImport now works.
310312

311313
Jun 5 2000 - PythonDebug and other on/off type handlers are now of type FLAG
312-
so they require an argument of On or Off.
314+
so they require an argument of On or Off.
313315

314316
Apr 2000 - rename to mod_python and go apache-specific.
315317
Nov 1998 - support for multiple interpreters introduced.

0 commit comments

Comments
 (0)