[Checkins] SVN: zope.app.principalannotation/tags/3.5.1/ Tag 3.5.1

Dan Korostelev nadako at gmail.com
Thu Mar 5 16:05:58 EST 2009


Log message for revision 97549:
  Tag 3.5.1

Changed:
  A   zope.app.principalannotation/tags/3.5.1/
  U   zope.app.principalannotation/tags/3.5.1/CHANGES.txt
  D   zope.app.principalannotation/tags/3.5.1/README.txt
  A   zope.app.principalannotation/tags/3.5.1/README.txt
  U   zope.app.principalannotation/tags/3.5.1/setup.py

-=-
Modified: zope.app.principalannotation/tags/3.5.1/CHANGES.txt
===================================================================
--- zope.app.principalannotation/trunk/CHANGES.txt	2009-03-05 19:26:39 UTC (rev 97547)
+++ zope.app.principalannotation/tags/3.5.1/CHANGES.txt	2009-03-05 21:05:57 UTC (rev 97549)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2009-03-06)
 ------------------
 
 - Make boostrap subscriber called on IDatabaseOpenedWithRootEvent

Deleted: zope.app.principalannotation/tags/3.5.1/README.txt
===================================================================
--- zope.app.principalannotation/trunk/README.txt	2009-03-05 19:26:39 UTC (rev 97547)
+++ zope.app.principalannotation/tags/3.5.1/README.txt	2009-03-05 21:05:57 UTC (rev 97549)
@@ -1,3 +0,0 @@
-This package implements annotation for Zope publisher principals. Common
-annotation techniques cannot be applied to principals, since they are created
-on the fly for every request.

Copied: zope.app.principalannotation/tags/3.5.1/README.txt (from rev 97548, zope.app.principalannotation/trunk/README.txt)
===================================================================
--- zope.app.principalannotation/tags/3.5.1/README.txt	                        (rev 0)
+++ zope.app.principalannotation/tags/3.5.1/README.txt	2009-03-05 21:05:57 UTC (rev 97549)
@@ -0,0 +1,3 @@
+This package implements annotations for Zope security principals. Common
+annotation techniques, like AttributeAnnotations cannot be applied to
+principals, since they are created on the fly for every request.

Modified: zope.app.principalannotation/tags/3.5.1/setup.py
===================================================================
--- zope.app.principalannotation/trunk/setup.py	2009-03-05 19:26:39 UTC (rev 97547)
+++ zope.app.principalannotation/tags/3.5.1/setup.py	2009-03-05 21:05:57 UTC (rev 97549)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.principalannotation',
-      version = '3.5.1dev',
+      version = '3.5.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Annotations for Zope Principals',



More information about the Checkins mailing list