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

Souheil CHELFOUH souheil at chelfouh.com
Mon Feb 8 10:51:26 EST 2010


Log message for revision 108881:
  Preparing release
  

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-02-08 15:17:17 UTC (rev 108880)
+++ zope.app.authentication/trunk/CHANGES.txt	2010-02-08 15:51:25 UTC (rev 108881)
@@ -2,16 +2,19 @@
 Changes
 =======
 
-3.6.3 (unreleased)
+3.7.0 (2010-02-08)
 ------------------
 
-- Nothing changed yet.
+* The Pluggable Authentication utility has been severed and released
+  in a standalone package: `zope.pluggableauth`. We are now using this
+  new package, providing backward compatibility imports to assure a
+  smooth transition.
 
 
 3.6.2 (2010-01-05)
 ------------------
 
-- Fix tests by using zope.login, and require new zope.publisher 3.12.
+* 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-02-08 15:17:17 UTC (rev 108880)
+++ zope.app.authentication/trunk/setup.py	2010-02-08 15:51:25 UTC (rev 108881)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.7.0dev',
+      version = '3.7.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description=('Principals and groups management for '



More information about the checkins mailing list