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

Daniel Blackburn blackburnd at gmail.com
Thu Jun 12 21:43:20 EDT 2008


Log message for revision 87358:
  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-06-13 01:38:21 UTC (rev 87357)
+++ z3c.securitytool/trunk/CHANGES.txt	2008-06-13 01:43:19 UTC (rev 87358)
@@ -2,11 +2,25 @@
 CHANGES
 =======
 
+Version 0.4.1 (2008-06-12)
+---------------------------
+- Fixed issue with inheritance display on the securityMatrix.html page
+- Added links to the views listed on the securityMatrix.html page
+- Refactored out the PrincipalDetails and the PermissionDetails to
+  their own files
+- Added the ZPL text to the tops of all the py files
+- Refactored out the shared global functions to globalFunctions.py
+- Refactored out the MatrixDetails superclass to its own file.
+
+pant, pant, pant
+
 Version 0.4.0b (2008-06-09)
+---------------------------
 - Updated page template for principal details
 - Sorting issue fixed on viewMatrix page
 
 Version 0.4.0 (2008-06-09)
+---------------------------
 - Updated page template for principal details
 - Releasing as Beta
 

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-06-13 01:38:21 UTC (rev 87357)
+++ z3c.securitytool/trunk/setup.py	2008-06-13 01:43:19 UTC (rev 87358)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.4.0b',
+    version='0.4.1',
     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