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.
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to