[Checkins] SVN: zope.security/trunk/ Updated release info.

Jim Fulton jim at zope.com
Wed Aug 15 11:10:39 EDT 2007


Log message for revision 78854:
  Updated release info.
  

Changed:
  U   zope.security/trunk/CHANGES.txt
  U   zope.security/trunk/setup.py

-=-
Modified: zope.security/trunk/CHANGES.txt
===================================================================
--- zope.security/trunk/CHANGES.txt	2007-08-15 14:47:11 UTC (rev 78853)
+++ zope.security/trunk/CHANGES.txt	2007-08-15 15:10:38 UTC (rev 78854)
@@ -1,6 +1,14 @@
 zope.security package changelog
 ===============================
 
+3.4.0b5 - 2007/08/15
+--------------------
+
+Bugs fixed:
+-----------
+
+- Fixed a circular import in the C implementation.
+
 3.4.0b4 - 2007/08/14
 --------------------
 

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2007-08-15 14:47:11 UTC (rev 78853)
+++ zope.security/trunk/setup.py	2007-08-15 15:10:38 UTC (rev 78854)
@@ -21,7 +21,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.security',
-      version = '3.4.0b4',
+      version = '3.4.0b5',
       url='http://svn.zope.org/zope.security',
       license='ZPL 2.1',
       description='Zope3 Security Architecture',



More information about the Checkins mailing list