[Checkins] SVN: Products.ZopeVersionControl/trunk/ Prepare release

Hanno Schlichting hannosch at hannosch.eu
Fri Nov 13 16:27:06 EST 2009


Log message for revision 105634:
  Prepare release

Changed:
  U   Products.ZopeVersionControl/trunk/CHANGES.txt
  D   Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt
  U   Products.ZopeVersionControl/trunk/setup.py

-=-
Modified: Products.ZopeVersionControl/trunk/CHANGES.txt
===================================================================
--- Products.ZopeVersionControl/trunk/CHANGES.txt	2009-11-13 20:29:17 UTC (rev 105633)
+++ Products.ZopeVersionControl/trunk/CHANGES.txt	2009-11-13 21:27:06 UTC (rev 105634)
@@ -1,82 +1,80 @@
 Changelog
 =========
 
-1.0a2 (unreleased)
+1.1a1 - 2009-11-13
 ------------------
 
-    - Fixed an undefined exception.
+- Fixed an undefined exception.
 
-    - Don't break when checking the connection version in ZODB>=3.9.
+- Don't break when checking the connection version in ZODB>=3.9.
 
-    - Fixed tests to not use the DemoStorage quota parameter which was
-      removed.
+- Fixed tests to not use the DemoStorage quota parameter which was removed.
 
-    - Changed the Globals.InitializeClass import change in a backward
-      compatible way.
+- Changed the Globals.InitializeClass import change in a backward compatible
+  way.
 
-    - Fixed deprecation warnings for use of Globals. Specified package
-      dependencies.
+- Fixed deprecation warnings for use of Globals. Specified package
+  dependencies.
 
-    - Purge old zope2 Interface interfaces for Zope 2.12 compatibility.
-      Note that they are internal to the implementation of this module.
+- Purge old zope2 Interface interfaces for Zope 2.12 compatibility. Note that
+  they are internal to the implementation of this module.
 
 1.0a1 (2008/05/03)
 ------------------
 
-    - Updated package metadata.
+- Updated package metadata.
 
 0.3.4 (2007/02/05)
 ------------------
 
-    - Add omitted 'tests/common.py' module.
+- Add omitted 'tests/common.py' module.
 
-
 0.3.3 (2006/09/20)
 ------------------
 
-    - __init__.py, nonversioned.py:  Fixed compatibility with Zope 2.8
-      and new-style objects (http://www.zope.org/Collectors/Zope/2137)
+- __init__.py, nonversioned.py:  Fixed compatibility with Zope 2.8
+  and new-style objects (http://www.zope.org/Collectors/Zope/2137)
 
 
 0.3.2 (2006/06/02)
 ------------------
 
-    - ZopeRepository.py:  make ZR addable via GenericSetup toolset
-      (http://www.zope.org/Collectors/CMF/438).
+- ZopeRepository.py:  make ZR addable via GenericSetup toolset
+  (http://www.zope.org/Collectors/CMF/438).
 
-    - Utility.py:  Import cleanup, including compatibility with ZODB 3.3+
-      location of 'refrencesf'.
+- Utility.py:  Import cleanup, including compatibility with ZODB 3.3+
+  location of 'refrencesf'.
 
 
 0.3.1 (2004/05/03)
 ------------------
 
-    - IVersionControl.py:  Added a module-scope alias for the benefit
-      of older software which depended on the old name.
+- IVersionControl.py:  Added a module-scope alias for the benefit
+  of older software which depended on the old name.
 
-    - Hardened unit tests against the absence of the References product.
+- Hardened unit tests against the absence of the References product.
 
 
 0.3 (2004/04/20)
 ----------------
 
-    - Refined the pattern for maintaining parts of objects independently
-      of version control.  This is a generalization of the mechanism for
-      versioning container items.  IVersionedContainer is now named
-      INonVersionedData and has more descriptive method names.
+- Refined the pattern for maintaining parts of objects independently
+  of version control.  This is a generalization of the mechanism for
+  versioning container items.  IVersionedContainer is now named
+  INonVersionedData and has more descriptive method names.
 
-    - 'updateResource' and 'uncheckoutResource' now retain the identity
-      of the object being versioned.  That is, they never replace an
-      object with a new object, but instead change the state of an
-      existing object.
+- 'updateResource' and 'uncheckoutResource' now retain the identity
+  of the object being versioned.  That is, they never replace an
+  object with a new object, but instead change the state of an
+  existing object.
 
-      'updateResource' and 'uncheckoutResource' used to replace the
-      object in its container, but this strategy had two flaws:
+  'updateResource' and 'uncheckoutResource' used to replace the
+  object in its container, but this strategy had two flaws:
 
-        1. It required ZopeVersionControl to use the ObjectManager API.
-           Version control should not require versionable objects to be
-           contained in ObjectManagers.
+    1. It required ZopeVersionControl to use the ObjectManager API.
+       Version control should not require versionable objects to be
+       contained in ObjectManagers.
 
-        2. It assumes that versionable objects are simply wrapped using
-           acquisition.  References (symlink-like objects) break this
-           assumption.
+    2. It assumes that versionable objects are simply wrapped using
+       acquisition.  References (symlink-like objects) break this
+       assumption.

Deleted: Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt
===================================================================
--- Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt	2009-11-13 20:29:17 UTC (rev 105633)
+++ Products.ZopeVersionControl/trunk/Products/ZopeVersionControl/version.txt	2009-11-13 21:27:06 UTC (rev 105634)
@@ -1 +0,0 @@
-1.0a2

Modified: Products.ZopeVersionControl/trunk/setup.py
===================================================================
--- Products.ZopeVersionControl/trunk/setup.py	2009-11-13 20:29:17 UTC (rev 105633)
+++ Products.ZopeVersionControl/trunk/setup.py	2009-11-13 21:27:06 UTC (rev 105634)
@@ -2,7 +2,7 @@
 
 
 setup(name='Products.ZopeVersionControl',
-      version='1.0a2',
+      version='1.1a1',
       description="Zope Version Control",
       long_description=open("CHANGES.txt").read(),
       classifiers=[
@@ -18,10 +18,10 @@
       install_requires=[
         'setuptools',
         'zope.interface',
-        # 'Acquisition',
-        # 'DateTime',
-        # 'transaction',
-        # 'ZODB3',
-        # 'Zope2',
+        'Acquisition',
+        'DateTime',
+        'transaction',
+        'ZODB3',
+        'Zope2',
       ],
       )



More information about the checkins mailing list