[Checkins] SVN: zope.publisher/branches/3.5/ svb

Tres Seaver tseaver at palladion.com
Mon Apr 6 12:16:55 EDT 2009


Log message for revision 98934:
  svb

Changed:
  U   zope.publisher/branches/3.5/CHANGES.txt
  U   zope.publisher/branches/3.5/setup.py

-=-
Modified: zope.publisher/branches/3.5/CHANGES.txt
===================================================================
--- zope.publisher/branches/3.5/CHANGES.txt	2009-04-06 15:58:33 UTC (rev 98933)
+++ zope.publisher/branches/3.5/CHANGES.txt	2009-04-06 16:16:54 UTC (rev 98934)
@@ -1,15 +1,22 @@
 CHANGES
 =======
 
-3.5.7 (unreleased)
+3.5.8 (unreleased)
 ------------------
 
+- ...
+
+
+3.5.7 (2009-04-06)
+------------------
+
 - Move any ``QUERY_STRING`` submitted with a POST request to a new key in
   the environment, ``X-POST-QUERY_STRING``, to prevent the Python 2.6 version
   of ``cgi.FieldStorage`` from concatenating it onto the form data.
 
 - Pin buildout to the Zope 3.4.0 KGS index.
 
+
 3.5.6 (2009-02-14)
 ------------------
 

Modified: zope.publisher/branches/3.5/setup.py
===================================================================
--- zope.publisher/branches/3.5/setup.py	2009-04-06 15:58:33 UTC (rev 98933)
+++ zope.publisher/branches/3.5/setup.py	2009-04-06 16:16:54 UTC (rev 98934)
@@ -24,7 +24,7 @@
 """
 
 setup(name='zope.publisher',
-      version = '3.5.7dev',
+      version = '3.5.8dev',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list