[Checkins] SVN: zope.server/trunk/ updated CHANGES and vb in preparation for tagging.

Satchidanand Haridas satchit at zope.com
Wed May 18 09:40:09 EDT 2011


Log message for revision 121711:
  updated CHANGES and vb in preparation for tagging.
  
  

Changed:
  U   zope.server/trunk/CHANGES.txt
  U   zope.server/trunk/setup.py

-=-
Modified: zope.server/trunk/CHANGES.txt
===================================================================
--- zope.server/trunk/CHANGES.txt	2011-05-18 13:33:08 UTC (rev 121710)
+++ zope.server/trunk/CHANGES.txt	2011-05-18 13:40:09 UTC (rev 121711)
@@ -8,6 +8,14 @@
 - TBD
 
 
+3.8.3 (2011-05-18)
+------------------
+
+- Made ``start_response`` method of WSGI server implementation more compliant
+  with spec:
+
+    http://www.python.org/dev/peps/pep-0333/#the-start-response-callable
+
 3.8.2 (2010-12-04)
 ------------------
 

Modified: zope.server/trunk/setup.py
===================================================================
--- zope.server/trunk/setup.py	2011-05-18 13:33:08 UTC (rev 121710)
+++ zope.server/trunk/setup.py	2011-05-18 13:40:09 UTC (rev 121711)
@@ -34,7 +34,7 @@
 
 setup(
     name='zope.server',
-    version = '3.8.3dev',
+    version = '3.8.3',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description='Zope Server (Web and FTP)',



More information about the checkins mailing list