[Checkins] SVN: zope.app.onlinehelp/trunk/ Prepare for release.
    Martijn Faassen 
    faassen at startifact.com
       
    Fri Jan  8 16:54:02 EST 2010
    
    
  
Log message for revision 107859:
  Prepare for release.
  
Changed:
  U   zope.app.onlinehelp/trunk/CHANGES.txt
  U   zope.app.onlinehelp/trunk/setup.py
-=-
Modified: zope.app.onlinehelp/trunk/CHANGES.txt
===================================================================
--- zope.app.onlinehelp/trunk/CHANGES.txt	2010-01-08 21:53:47 UTC (rev 107858)
+++ zope.app.onlinehelp/trunk/CHANGES.txt	2010-01-08 21:54:02 UTC (rev 107859)
@@ -5,9 +5,8 @@
 3.5.2 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Fix tests using a newer zope.publisher that requires zope.login.
 
-
 3.5.1 (2009-03-21)
 ------------------
 
Modified: zope.app.onlinehelp/trunk/setup.py
===================================================================
--- zope.app.onlinehelp/trunk/setup.py	2010-01-08 21:53:47 UTC (rev 107858)
+++ zope.app.onlinehelp/trunk/setup.py	2010-01-08 21:54:02 UTC (rev 107859)
@@ -67,7 +67,7 @@
                           'zope.i18n',
                           'zope.interface',
                           'zope.location',
-                          'zope.publisher',
+                          'zope.publisher >= 3.12',
                           'zope.schema',
                           'zope.security',
                           'zope.testing',
    
    
More information about the checkins
mailing list