[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Changelog for WSGI fix.

Tres Seaver tseaver at palladion.com
Tue Jun 1 17:46:57 EDT 2010


Log message for revision 112895:
  Changelog for WSGI fix.

Changed:
  U   Zope/trunk/doc/CHANGES.rst

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2010-06-01 21:43:36 UTC (rev 112894)
+++ Zope/trunk/doc/CHANGES.rst	2010-06-01 21:46:56 UTC (rev 112895)
@@ -11,6 +11,12 @@
 Restructuring
 +++++++++++++
 
+- Completely refactored ``ZPublisher.WSGIResponse`` in order to provide
+  non-broken support for running Zope under arbitrary WSGI servers. In this
+  (alternate) scenario, transaction handling, request retry, error handling,
+  etc. are removed from the publisher, and become the responsibility of
+  middleware.
+
 - Drop the dependency on the ThreadLock distribution, by using Python's thread
   module instead.
 



More information about the Zope-Checkins mailing list