[Checkins] SVN: zope.app.authentication/branches/3.4/CHANGES.txt update change log

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu May 27 05:58:19 EDT 2010


Log message for revision 112761:
  update change log

Changed:
  U   zope.app.authentication/branches/3.4/CHANGES.txt

-=-
Modified: zope.app.authentication/branches/3.4/CHANGES.txt
===================================================================
--- zope.app.authentication/branches/3.4/CHANGES.txt	2010-05-27 09:57:39 UTC (rev 112760)
+++ zope.app.authentication/branches/3.4/CHANGES.txt	2010-05-27 09:58:19 UTC (rev 112761)
@@ -2,11 +2,17 @@
 Changes
 =======
 
+3.4.4 (unreleased)
+------------------
+
+* Backport of the SSHAPasswordManager.
+
 3.4.4 (2008-12-12)
 ------------------
 
 * Depend on zope.session instead of zope.app.session. The first one
   currently has all functionality we need.
+
 * Fix deprecation warnings for ``md5`` and ``sha`` on Python 2.6.
 
 3.4.3 (2008-08-07)
@@ -18,7 +24,7 @@
 -------------------
 
 * Make it compatible with zope.app.container 3.6.1 and 3.5.4 changes,
-  Changed ``super(BTreeContainer, self).__init__()`` to 
+  Changed ``super(BTreeContainer, self).__init__()`` to
   ``super(GroupFolder, self).__init__()`` in ``GroupFolder`` class.
 
 3.4.1 (2007-10-24)



More information about the checkins mailing list