ANN: CherryPy 3.1.0 beta3 Released

Christian Wyglendowski christian at dowski.com
Mon Jan 14 05:41:34 CET 2008


Announcing CherryPy 3.1.0 beta3.  The first beta was released about 3
months ago.  There was a beta2 release that went largely unannounced
in between.  Here is a list of some of the changes from beta1 to
beta3.


Bugfixes:
 * log.screen now sends error messages to stderr
(http://www.cherrypy.org/ticket/747)
 * Logging thread-safety issue (http://www.cherrypy.org/ticket/751)
 * Exception when parsing Content-Type (http://www.cherrypy.org/ticket/763)
 * Session Tool cleanup frequency was too high
(http://www.cherrypy.org/ticket/760)
 * Session identifier security fix (http://www.cherrypy.org/ticket/709)
 * cherrypy.checker false alarm (http://www.cherrypy.org/ticket/754)
 * Problem running behind mod_python (http://www.cherrypy.org/ticket/766)

Changes:
 * Returned to a single-server model (http://www.cherrypy.org/ticket/752)
 * Bug/plugin improvements
 * Removed engine from restsrv

Full details here:
http://www.cherrypy.org/log/trunk?action=stop_on_copy&rev=1861&stop_rev=1810&mode=stop_on_copy

Get the beta release at the following link or via easy_install
(easy_install "CherryPy==3.1.0beta3"):
http://www.cherrypy.org/wiki/CherryPyDownload

Instructions for upgrading from 3.0.x are here:
http://www.cherrypy.org/wiki/UpgradeTo31

General information on new stuff in 3.1:
http://www.cherrypy.org/wiki/WhatsNewIn31

Thanks to everyone who contributed bug reports and code for this release.

Christian Wyglendowski
CherryPy Team


More information about the Python-announce-list mailing list