From f311fae74b7e0724085a5dcd2cd44d01f6d8b599 Mon Sep 17 00:00:00 2001 From: Grisha Trubetskoy Date: Tue, 22 Oct 2013 22:33:52 -0400 Subject: [PATCH] Updated NEWS --- NEWS | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/NEWS b/NEWS index f368492f..ce845ccd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Oct 22 2013 - 3.4.1 released + Jan 29 2007 - 3.3.1 is being tagged 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 July 19 2006 - The public release of 3.2.9 is being abandoned due to some recently reported memory leaks. Although 3.2.9 is ready for release, it is felt that it is prudent to address these now - and proceed immediately to 3.2.10. See MODPYTHON-172 for + and proceed immediately to 3.2.10. See MODPYTHON-172 for on the specific details on the issues. 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 Aug 29 2003 - 3.1.0a (Alpha) is out -Mar 17 2003 - 3.0.3 is released +Mar 17 2003 - 3.0.3 is released This file will no longer have details, since those are in CVS anyway. @@ -99,10 +101,10 @@ Nov 1 2001 - Many internal changes. We no longer use req->notes for things object, which can be accessed from python via an hlistobject. Aug 16 2001 - Mod_python is compiling and running with Apache 2.0 and the - filter functionality seems to work. There is still a lot of + filter functionality seems to work. There is still a lot of work to be done though. -Aug 4 2001 - 2.7.6 released. Sometime prior a publisher upload bug was +Aug 4 2001 - 2.7.6 released. Sometime prior a publisher upload bug was fixed. 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. May 23 2001 - The "fix" re import on Apr 10 turned out to be a bug and I put it back. But in the process found that the FLAG directives were not read correctly - e.g. mere presence sometimes indicated - On. Also, ReportError was returning DONE in finally clause which + On. Also, ReportError was returning DONE in finally clause which was wrong. -May 22 2001 - The bug that was supposedly fixed below was a bit more +May 22 2001 - The bug that was supposedly fixed below was a bit more complicated than it seemed at first. The fix below caused a circular reference, and some further fixing had to be done, and now it's really fixed, thanks to Chris's dilligence. @@ -152,8 +154,8 @@ Feb 10 2001 - 2.7.2 released Feb 10 2001 - Fixed the dissapearing / in PATH_INFO. -Jan 23 2001 - Fixed the bug where req.server.register_cleanup was - expecting a builtin _req object rather than the new real +Jan 23 2001 - Fixed the bug where req.server.register_cleanup was + expecting a builtin _req object rather than the new real Python Request. 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. Dec 6 2000 - The COPYRIGHT no longer has the advertizing clause. -Dec 4 2000 - Initial (not proof-read) LaTeX source for documentation is +Dec 4 2000 - Initial (not proof-read) LaTeX source for documentation is checked in. Nov 26 2000 - Dilligently migrating all the documentation to LaTeX using the - Python standards. + Python standards. Nov 17 2000 - I forgot to uncomment type initialization. type(req.headers_in) 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 Python file object counterparts. Added James Gessling's VMS instructions. -Nov 07 2000 - Initial version of req.readline(), also some fixes to +Nov 07 2000 - Initial version of req.readline(), also some fixes to req.read() (both now raise appropriate errors). Both still need some work. @@ -239,7 +241,7 @@ Oct 15 2000 - We now use mkdep. Oct 12 2000 - Autoconf now works. Documentation has been adjusted. Also added Windows installation instructions to the docs. -Oct 2 2000 - PythonInterpPerServer is now default behavior, and this +Oct 2 2000 - PythonInterpPerServer is now default behavior, and this directive is therefore obsolete. The old default behavior can be achieved via the new PythonInterpPerDirective directive. @@ -248,7 +250,7 @@ Sep ? 2000 - Request is now a real python object. This means that it can be Sep 9 2000 - Added server.register_cleanup(). This happened to be a little trickier than I thought since it turned out that server_rec does - not have a pool member. Py_Finalze() has been moved to a + not have a pool member. Py_Finalze() has been moved to a cleanup from the ChildExit handler because ChildExit runs *before* any cleanups. (Now I know why mod_perl doesn't use child_exit.) @@ -266,7 +268,7 @@ Sep 4 2000 - Added req.register_cleanup(). Still need server.register_cleanup Sep 2 2000 - Added PythonInterpPerServer directive. Fixed a bug relating to ap_add_version_component. -Aug 28 2000 - Added Richard Barret's patch that gives python socket module +Aug 28 2000 - Added Richard Barret's patch that gives python socket module behaviour from req.connection.local_addr and remote_addr. Aug 27 2000 - Added PythonInitHandler. Also, it looks like dynamic handler @@ -309,7 +311,7 @@ Jun 8 2000 - 2.3 Released. Jun 7 2000 - PythonImport now works. Jun 5 2000 - PythonDebug and other on/off type handlers are now of type FLAG - so they require an argument of On or Off. + so they require an argument of On or Off. Apr 2000 - rename to mod_python and go apache-specific. Nov 1998 - support for multiple interpreters introduced.