[Checkins] SVN: zope.app.generations/trunk/ Prepare for release.

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:50:22 EST 2010


Log message for revision 107850:
  Prepare for release.
  

Changed:
  U   zope.app.generations/trunk/CHANGES.txt
  U   zope.app.generations/trunk/setup.py

-=-
Modified: zope.app.generations/trunk/CHANGES.txt
===================================================================
--- zope.app.generations/trunk/CHANGES.txt	2010-01-08 21:50:04 UTC (rev 107849)
+++ zope.app.generations/trunk/CHANGES.txt	2010-01-08 21:50:22 UTC (rev 107850)
@@ -10,6 +10,8 @@
 
 - Fix ftesting.zcml due to ``zope.securitypolicy`` update.
 
+- Fix tests using a newer zope.publisher that requires zope.login.
+
 3.5.0 (2009-04-05)
 ------------------
 

Modified: zope.app.generations/trunk/setup.py
===================================================================
--- zope.app.generations/trunk/setup.py	2010-01-08 21:50:04 UTC (rev 107849)
+++ zope.app.generations/trunk/setup.py	2010-01-08 21:50:22 UTC (rev 107850)
@@ -62,6 +62,7 @@
                                   'zope.app.securitypolicy',
                                   'zope.app.zcmlfiles',
                                   'zope.login',
+                                  'zope.publisher >= 3.12',
                                   ]),
       install_requires=['setuptools',
                         'zope.app.renderer',



More information about the checkins mailing list