[Checkins] SVN: zope.app.publication/trunk/ Prepare for release.
    Martijn Faassen 
    faassen at startifact.com
       
    Fri Jan  8 16:55:33 EST 2010
    
    
  
Log message for revision 107863:
  Prepare for release.
  
Changed:
  U   zope.app.publication/trunk/CHANGES.txt
  U   zope.app.publication/trunk/setup.py
-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2010-01-08 21:55:13 UTC (rev 107862)
+++ zope.app.publication/trunk/CHANGES.txt	2010-01-08 21:55:32 UTC (rev 107863)
@@ -7,6 +7,8 @@
 
 - make zope.testing an optional (test) dependency
 
+- Fix tests using a newer zope.publisher that requires zope.login.
+
 3.10.0 (2009-12-15)
 -------------------
 
Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2010-01-08 21:55:13 UTC (rev 107862)
+++ zope.app.publication/trunk/setup.py	2010-01-08 21:55:32 UTC (rev 107863)
@@ -69,7 +69,7 @@
                       'zope.error',
                       'zope.browser>=1.2',
                       'zope.location',
-                      'zope.publisher>=3.11.0',
+                      'zope.publisher>=3.12',
                       'zope.traversing>=3.9.0',
                       'setuptools',
                       ],
    
    
More information about the checkins
mailing list