[Checkins] SVN: zope.app.authentication/trunk/ Preparing release 3.6.2

Martijn Faassen faassen at startifact.com
Mon Jan 4 18:05:03 EST 2010


Log message for revision 107680:
  Preparing release 3.6.2

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

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2010-01-04 23:04:06 UTC (rev 107679)
+++ zope.app.authentication/trunk/CHANGES.txt	2010-01-04 23:05:02 UTC (rev 107680)
@@ -2,10 +2,10 @@
 Changes
 =======
 
-3.6.2 (unreleased)
+3.6.2 (2010-01-05)
 ------------------
 
-- Nothing changed yet.
+- Fix tests by using zope.login, and require new zope.publisher 3.12.
 
 
 3.6.1 (2009-10-07)

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2010-01-04 23:04:06 UTC (rev 107679)
+++ zope.app.authentication/trunk/setup.py	2010-01-04 23:05:02 UTC (rev 107680)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.6.2dev',
+      version = '3.6.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',
@@ -80,7 +80,7 @@
                         'zope.interface',
                         'zope.location',
                         'zope.password>=3.5.1',
-                        'zope.publisher',
+                        'zope.publisher>=3.12',
                         'zope.schema',
                         'zope.security',
                         'zope.session',



More information about the checkins mailing list