[Checkins] SVN: Zope/branches/2.12/ Made the ZSQLMethod move actually work

Hanno Schlichting hannosch at hannosch.eu
Fri Jul 9 16:56:44 EDT 2010


Log message for revision 114446:
  Made the ZSQLMethod move actually work
  

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

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2010-07-09 20:56:33 UTC (rev 114445)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-07-09 20:56:43 UTC (rev 114446)
@@ -23,7 +23,10 @@
 ++++++++++++++
 
 - Factored out the `Products.ZSQLMethod` into its own distribution. The
-  distribution also includes the `Shared.DC.ZRDB` code.
+  distribution also includes the `Shared.DC.ZRDB` code. The code is no longer
+  included in Zope 2.13. If you really 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.
 
 - Made both `Shared` and `Shared.DC` namespace packages.
 

Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg	2010-07-09 20:56:33 UTC (rev 114445)
+++ Zope/branches/2.12/versions.cfg	2010-07-09 20:56:43 UTC (rev 114446)
@@ -21,7 +21,7 @@
 Pygments = 1.3.1
 python-gettext = 1.0
 pytz = 2010h
-Products.ZSQLMethods = 2.13.1
+Products.ZSQLMethods = 2.13.2
 Record = 2.13.0
 RestrictedPython = 3.5.2
 roman = 1.4.0



More information about the checkins mailing list