[Checkins] SVN: z3c.securitytool/trunk/ Version bump, Fixed issue with skin being declared only for demo.

Daniel Blackburn blackburnd at gmail.com
Sun Mar 2 16:15:24 EST 2008


Log message for revision 84416:
  Version bump, Fixed issue with skin being declared only for demo.

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-03-02 21:10:40 UTC (rev 84415)
+++ z3c.securitytool/trunk/CHANGES.txt	2008-03-02 21:15:19 UTC (rev 84416)
@@ -3,6 +3,11 @@
 =======
 
 
+Version 0.3.5 (2008-03-02)
+--------------------------
+- Fixed issue where SecurityTool skin was only declared for the demo, 
+  skin is now declared in the configure.zcml.
+
 Version 0.3.4 (2008-02-26)
 --------------------------
 - Fixed issue with groups on permDetails and principalDetails pages

Modified: z3c.securitytool/trunk/TODO.txt
===================================================================
--- z3c.securitytool/trunk/TODO.txt	2008-03-02 21:10:40 UTC (rev 84415)
+++ z3c.securitytool/trunk/TODO.txt	2008-03-02 21:15:19 UTC (rev 84416)
@@ -1,4 +1,5 @@
 
+
  TODO
 ===============
 
@@ -13,7 +14,7 @@
          NEED FOR BETA RELEASE
         ==============================
         * Make sure the group settings are taken into account and
-        displayed properly
+          displayed properly
 
                                             DONE
 ==============================================================================

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-03-02 21:10:40 UTC (rev 84415)
+++ z3c.securitytool/trunk/setup.py	2008-03-02 21:15:19 UTC (rev 84416)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.3.4',
+    version='0.3.5',
     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