[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.9.

2010-07-13 Thread Hanno Schlichting
Log message for revision 114668:
  Prepare Zope2 2.12.9.

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/setup.py
  U   Zope/branches/2.12/versions.cfg

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===
--- Zope/branches/2.12/doc/CHANGES.rst  2010-07-13 07:38:19 UTC (rev 114667)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-07-13 08:31:23 UTC (rev 114668)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.12.9 (unreleased)
+2.12.9 (2010-07-13)
 ---
 
 Bugs Fixed
@@ -24,8 +24,8 @@
 - Factored out the `Products.ZSQLMethods` into its own distribution. The
   distribution also includes the `Shared.DC.ZRDB` code. The code is no longer
   included in Zope 2.13. If you rely on it, please specify a dependency on
-  the new `Products.ZSQLMethod` distribution. This will only work for code that
-  requires at least Zope 2.12.9.
+  the new `Products.ZSQLMethods` distribution. This will only work for code
+  that requires at least Zope 2.12.9.
 
 - Made both `Shared` and `Shared.DC` namespace packages.
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-07-13 07:38:19 UTC (rev 114667)
+++ Zope/branches/2.12/setup.py 2010-07-13 08:31:23 UTC (rev 114668)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.9dev',
+version='2.12.9',
 url='http://www.zope.org',
 license='ZPL 2.1',
 description='Zope2 application server / web framework',

Modified: Zope/branches/2.12/versions.cfg
===
--- Zope/branches/2.12/versions.cfg 2010-07-13 07:38:19 UTC (rev 114667)
+++ Zope/branches/2.12/versions.cfg 2010-07-13 08:31:23 UTC (rev 114668)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 =
+Zope2 = 2.12.9
 Acquisition = 2.13.3
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.12.9/ Tagged Zope2 2.12.9.

2010-07-13 Thread Hanno Schlichting
Log message for revision 114669:
  Tagged Zope2 2.12.9.

Changed:
  A   Zope/tags/2.12.9/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.12/ Bump version

2010-07-13 Thread Hanno Schlichting
Log message for revision 114670:
  Bump version

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/setup.py
  U   Zope/branches/2.12/versions.cfg

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===
--- Zope/branches/2.12/doc/CHANGES.rst  2010-07-13 08:31:36 UTC (rev 114669)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-07-13 08:32:46 UTC (rev 114670)
@@ -5,6 +5,13 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.12.10 (unreleased)
+
+
+Bugs Fixed
+++
+
+
 2.12.9 (2010-07-13)
 ---
 

Modified: Zope/branches/2.12/setup.py
===
--- Zope/branches/2.12/setup.py 2010-07-13 08:31:36 UTC (rev 114669)
+++ Zope/branches/2.12/setup.py 2010-07-13 08:32:46 UTC (rev 114670)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-version='2.12.9',
+version='2.12.10dev',
 url='http://www.zope.org',
 license='ZPL 2.1',
 description='Zope2 application server / web framework',

Modified: Zope/branches/2.12/versions.cfg
===
--- Zope/branches/2.12/versions.cfg 2010-07-13 08:31:36 UTC (rev 114669)
+++ Zope/branches/2.12/versions.cfg 2010-07-13 08:32:46 UTC (rev 114670)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 = 2.12.9
+Zope2 =
 Acquisition = 2.13.3
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.13.0a2/ Tagged Zope2 2.13.0a2.

2010-07-13 Thread Hanno Schlichting
Log message for revision 114673:
  Tagged Zope2 2.13.0a2.

Changed:
  A   Zope/tags/2.13.0a2/

-=-
___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/ Bump version

2010-07-13 Thread Hanno Schlichting
Log message for revision 114674:
  Bump version

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/setup.py
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2010-07-13 08:51:38 UTC (rev 114673)
+++ Zope/trunk/doc/CHANGES.rst  2010-07-13 08:52:30 UTC (rev 114674)
@@ -5,6 +5,21 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
+2.13.0a3 (unreleased)
+-
+
+Bugs Fixed
+++
+
+
+Restructuring
++
+
+
+Features Added
+++
+
+
 2.13.0a2 (2010-07-13)
 -
 

Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2010-07-13 08:51:38 UTC (rev 114673)
+++ Zope/trunk/setup.py 2010-07-13 08:52:30 UTC (rev 114674)
@@ -17,7 +17,7 @@
 
 
 setup(name='Zope2',
-version='2.13.0a2',
+version='2.13.0a3.dev',
 url='http://zope2.zope.org',
 license='ZPL 2.1',
 description='Zope2 application server / web framework',

Modified: Zope/trunk/versions.cfg
===
--- Zope/trunk/versions.cfg 2010-07-13 08:51:38 UTC (rev 114673)
+++ Zope/trunk/versions.cfg 2010-07-13 08:52:30 UTC (rev 114674)
@@ -4,7 +4,7 @@
 
 [versions]
 # Zope2-specific
-Zope2 = 2.13.0a2
+Zope2 =
 AccessControl = 2.13.1
 Acquisition = 2.13.3
 DateTime = 2.12.4

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Correct changelog

2010-07-13 Thread Hanno Schlichting
Log message for revision 114692:
  Correct changelog
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2010-07-13 10:16:12 UTC (rev 114691)
+++ Zope/trunk/doc/CHANGES.rst  2010-07-13 10:18:48 UTC (rev 114692)
@@ -30,9 +30,8 @@
 
 - LP #143531: Fix broken object so they give access to their state.
 
-- LP #578326: Issue a warning if someone specifies a non-public permission
-  attribute in the browser:view directive. This attribute has never been
-  supported in Zope 2.
+- LP #578326: Add support for non-public permission attributes in the
+  browser:view directive.
 
 Restructuring
 +

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/trunk/ Update to ZODB3 = 3.10.0b2

2010-07-13 Thread Hanno Schlichting
Log message for revision 114719:
  Update to ZODB3 = 3.10.0b2
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===
--- Zope/trunk/doc/CHANGES.rst  2010-07-13 16:36:16 UTC (rev 114718)
+++ Zope/trunk/doc/CHANGES.rst  2010-07-13 16:45:38 UTC (rev 114719)
@@ -22,7 +22,10 @@
 Features Added
 ++
 
+- Updated packages:
 
+  - ZODB3 = 3.10.0b2
+
 2.13.0a2 (2010-07-13)
 -
 

Modified: Zope/trunk/versions.cfg
===
--- Zope/trunk/versions.cfg 2010-07-13 16:36:16 UTC (rev 114718)
+++ Zope/trunk/versions.cfg 2010-07-13 16:45:38 UTC (rev 114719)
@@ -30,7 +30,7 @@
 ZopeUndo = 2.12.0
 
 # ZTK KGS overrides
-ZODB3 = 3.10.0b1
+ZODB3 = 3.10.0b2
 
 # Zope2 dependencies
 repoze.retry = 0.9.4

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins