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

Daniel Blackburn blackburnd at gmail.com
Sat Feb 16 19:27:17 EST 2008


Log message for revision 83963:
  Version Bump

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

-=-
Modified: z3c.securitytool/trunk/README.txt
===================================================================
--- z3c.securitytool/trunk/README.txt	2008-02-17 00:26:40 UTC (rev 83962)
+++ z3c.securitytool/trunk/README.txt	2008-02-17 00:27:16 UTC (rev 83963)
@@ -21,14 +21,20 @@
     $ ./bin/demo fg
 
   Then access the demo site using:
+    http://localhost:8080/securityMatrix.html
 
-    http://localhost:8080/@@vum.html
+  There are some folders added with permissions and roles applied to show
+  the settings in the demo. 
 
+   - http://localhost:8080/Folder1/securityMatrix.html
+   - http://localhost:8080/Folder1/Folder2/securityMatrix.html
 
+
+   ( These settings are  added when the database is first opened
+     You can find these settings in demoSetup.py )
+
+
   If  you select the ConcordTimes skin the same permissions will be
   displayed as the permissions described in README.txt functional 
   test
 
-  There are also some permissions added when the database is first opened
-  to further display what security tool has to offer. You can find these
-  settings in demoSetup.py

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-02-17 00:26:40 UTC (rev 83962)
+++ z3c.securitytool/trunk/setup.py	2008-02-17 00:27:16 UTC (rev 83963)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.3.0',
+    version='0.3.1',
     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