[Checkins] SVN: zope.app.authentication/trunk/CHANGES.txt fix formatting

Philipp von Weitershausen philikon at philikon.de
Wed Oct 15 17:35:37 EDT 2008


Log message for revision 92264:
  fix formatting
  

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

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2008-10-15 21:31:02 UTC (rev 92263)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-10-15 21:35:37 UTC (rev 92264)
@@ -1,39 +1,35 @@
 =======
-CHANGES
+Changes
 =======
 
-Version 3.4.4 (unreleased)
---------------------------
+3.4.4 (unreleased)
+------------------
 
-- Fix deprecation warning on Python 2.6.
+* Fix deprecation warnings for ``md5`` and ``sha`` on Python 2.6.
 
-Version 3.4.3 (2008-08-07)
---------------------------
+3.4.3 (2008-08-07)
+------------------
 
-- no changes. Retag for correct release on PyPI
+* No changes. Retag for correct release on PyPI.
 
+3.4.2 (2008-07-09)
+-------------------
 
-Version 3.4.2 (2008-07-09)
---------------------------
+* Make it compatible with zope.app.container 3.6.1 and 3.5.4 changes,
+  Changed ``super(BTreeContainer, self).__init__()`` to 
+  ``super(GroupFolder, self).__init__()`` in ``GroupFolder`` class.
 
-- Make it compatible with zope.app.container 3.6.1 and 3.5.4 changes,
-  Changed super(BTreeContainer, self).__init__() to 
-  super(GroupFolder, self).__init__() in GroupFolder class.
+3.4.1 (2007-10-24)
+------------------
 
+* Avoid deprecation warning.
 
-Version 3.4.1 (2007-10-24)
---------------------------
+3.4.0 (2007-10-11)
+------------------
 
-- avoid deprecation warning
+* Updated package meta-data.
 
+3.4.0b1 (2007-09-27)
+--------------------
 
-Version 3.4.0 (2007-10-11)
---------------------------
-
-- Updated package meta-data.
-
-
-Version 3.4.0b1 (2007-09-27)
-----------------------------
-
-- First Zope-independent release.
+* First release independent of Zope.



More information about the Checkins mailing list