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

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:40:18 EST 2010


Log message for revision 107827:
  Prepare for release.
  

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

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2010-01-08 21:40:04 UTC (rev 107826)
+++ zope.app.component/trunk/CHANGES.txt	2010-01-08 21:40:18 UTC (rev 107827)
@@ -11,6 +11,7 @@
 - Import ISite and IPossibleSite from zope.component after they were moved
   there from zope.location. This lifts the direct dependency on zope.location.
 
+- Fix tests using a newer zope.publisher that requires zope.login.
 
 3.8.3 (2009-07-11)
 ------------------

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2010-01-08 21:40:04 UTC (rev 107826)
+++ zope.app.component/trunk/setup.py	2010-01-08 21:40:18 UTC (rev 107827)
@@ -78,7 +78,7 @@
           'zope.i18nmessageid',
           'zope.interface',
           'zope.lifecycleevent',
-          'zope.publisher>=3.6.0',
+          'zope.publisher>=3.12.0',
           'zope.schema',
           'zope.security',
           'zope.traversing',



More information about the checkins mailing list