[Checkins] SVN: z3c.securitytool/trunk/ New Release

Daniel Blackburn blackburnd at gmail.com
Wed Feb 6 09:05:31 EST 2008


Log message for revision 83596:
  New Release

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

-=-
Modified: z3c.securitytool/trunk/CHANGES.txt
===================================================================
--- z3c.securitytool/trunk/CHANGES.txt	2008-02-06 13:57:27 UTC (rev 83595)
+++ z3c.securitytool/trunk/CHANGES.txt	2008-02-06 14:05:31 UTC (rev 83596)
@@ -3,6 +3,14 @@
 =======
 
 
+
+Version 0.2.4 (2008-02-06)
+--------------------------
+- Fixed bug in permDetails
+- Updated interface and views
+- Added some more content to the demo
+  
+
 Version 0.2.3 (2008-01-29)
 --------------------------
 

Modified: z3c.securitytool/trunk/TODO.txt
===================================================================
--- z3c.securitytool/trunk/TODO.txt	2008-02-06 13:57:27 UTC (rev 83595)
+++ z3c.securitytool/trunk/TODO.txt	2008-02-06 14:05:31 UTC (rev 83596)
@@ -7,3 +7,4 @@
 * Add more features to the details pages.
 
 * Add details pages for groups and roles.
+

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-02-06 13:57:27 UTC (rev 83595)
+++ z3c.securitytool/trunk/setup.py	2008-02-06 14:05:31 UTC (rev 83596)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.2.3',
+    version='0.2.4',
     author = "Daniel Blackburn, Martin Hefler, Markus Kemmerl, Stephan Richter, Randy Crafton",
     author_email = "zope3-dev at zope.org",
     description = "A security audit tool and demo for Zope3 views",



More information about the Checkins mailing list