[Checkins] SVN: zope.publisher/trunk/ - prepare for release

John Murphy jackie at zope.com
Mon Sep 22 17:16:04 EDT 2008


Log message for revision 91382:
  - prepare for release
  
  

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

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2008-09-22 20:29:11 UTC (rev 91381)
+++ zope.publisher/trunk/CHANGES.txt	2008-09-22 21:16:03 UTC (rev 91382)
@@ -1,13 +1,16 @@
 CHANGES
 =======
 
-3.5.4 (unreleased)
+3.5.4 (2008-09-22)
 ------------------
 
 Bugs fixed:
 
 * LP #98440: interfaces lost on retried request
 
+* LP #273296: dealing more nicely with malformed HTTP_ACCEPT_LANGUAGE headers
+  within getPreferredLanguages().
+
 * LP #253362: dealing more nicely with malformed HTTP_ACCEPT_CHARSET headers
   within getPreferredCharsets().
 

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2008-09-22 20:29:11 UTC (rev 91381)
+++ zope.publisher/trunk/setup.py	2008-09-22 21:16:03 UTC (rev 91382)
@@ -24,7 +24,7 @@
 """
 
 setup(name='zope.publisher',
-      version = '3.5.4dev',
+      version = '3.5.4',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list