[Checkins] SVN: z3c.securitytool/trunk/ Version bump

Daniel Blackburn blackburnd at gmail.com
Tue Jul 22 08:06:41 EDT 2008


Log message for revision 88677:
  Version bump

Changed:
  U   z3c.securitytool/trunk/CHANGES.txt
  U   z3c.securitytool/trunk/setup.py

-=-
Modified: z3c.securitytool/trunk/CHANGES.txt
===================================================================
--- z3c.securitytool/trunk/CHANGES.txt	2008-07-22 12:00:32 UTC (rev 88676)
+++ z3c.securitytool/trunk/CHANGES.txt	2008-07-22 12:06:40 UTC (rev 88677)
@@ -2,6 +2,14 @@
 CHANGES
 =======
 
+
+Version 0.4.2 (2008-07-22)
+---------------------------
+- Fixed issue with inheritance display on the permissionDetails page
+- Cleaned up some of the page template files.
+- Added description to the group inheritance display on the principal
+  details page.
+
 Version 0.4.1 (2008-06-12)
 ---------------------------
 - Fixed issue with inheritance display on the securityMatrix.html page

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-07-22 12:00:32 UTC (rev 88676)
+++ z3c.securitytool/trunk/setup.py	2008-07-22 12:06:40 UTC (rev 88677)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.4.1',
+    version='0.4.2',
     author = "Daniel Blackburn, Stephan Richter, Randy Crafton",
     author_email = "zope-dev at zope.org",
     description = "A security audit tool and demo for Zope3 views",



More information about the Checkins mailing list