[Checkins] SVN: zope.app.authentication/branches/3.4/ Preparing release 3.4.6

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 27 06:26:17 EDT 2010


Log message for revision 112766:
  Preparing release 3.4.6

Changed:
  U   zope.app.authentication/branches/3.4/CHANGES.txt
  U   zope.app.authentication/branches/3.4/setup.py
  U   zope.app.authentication/branches/3.4/src/zope/app/authentication/password.zcml

-=-
Modified: zope.app.authentication/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.authentication/branches/3.4/CHANGES.txt	2010-05-27 10:05:45 UTC (rev 112765)
+++ zope.app.authentication/branches/3.4/CHANGES.txt	2010-05-27 10:26:17 UTC (rev 112766)
@@ -2,12 +2,11 @@
 Changes
 =======
 
-3.4.6 (unreleased)
+3.4.6 (2010-05-27)
 ------------------
 
-- Nothing changed yet.
+* Register the SSHAPasswordManager utilities.
 
-
 3.4.5 (2010-05-27)
 ------------------
 

Modified: zope.app.authentication/branches/3.4/setup.py
===================================================================
--- zope.app.authentication/branches/3.4/setup.py	2010-05-27 10:05:45 UTC (rev 112765)
+++ zope.app.authentication/branches/3.4/setup.py	2010-05-27 10:26:17 UTC (rev 112766)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version='3.4.6dev',
+      version='3.4.6',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',

Modified: zope.app.authentication/branches/3.4/src/zope/app/authentication/password.zcml
===================================================================
--- zope.app.authentication/branches/3.4/src/zope/app/authentication/password.zcml	2010-05-27 10:05:45 UTC (rev 112765)
+++ zope.app.authentication/branches/3.4/src/zope/app/authentication/password.zcml	2010-05-27 10:26:17 UTC (rev 112766)
@@ -38,4 +38,14 @@
       factory=".password.SHA1PasswordManager"
       />
 
+  <class class=".password.SSHAPasswordManager">
+    <allow interface=".interfaces.IPasswordManager" />
+  </class>
+
+  <utility
+    name="SSHA"
+    provides=".interfaces.IPasswordManager"
+    factory=".password.SSHAPasswordManager"
+  />
+
 </configure>



More information about the checkins mailing list