[Zope-Checkins] SVN: Zope/branches/2.12/ Backported r114421 and r114426 from trunk
Hanno Schlichting
hannosch at hannosch.eu
Fri Jul 9 16:39:56 EDT 2010
Log message for revision 114437:
Backported r114421 and r114426 from trunk
Changed:
U Zope/branches/2.12/buildout.cfg
U Zope/branches/2.12/doc/CHANGES.rst
U Zope/branches/2.12/setup.py
D Zope/branches/2.12/src/Products/ZSQLMethods/
D Zope/branches/2.12/src/Shared/DC/ZRDB/
U Zope/branches/2.12/versions.cfg
-=-
Modified: Zope/branches/2.12/buildout.cfg
===================================================================
--- Zope/branches/2.12/buildout.cfg 2010-07-09 20:37:37 UTC (rev 114436)
+++ Zope/branches/2.12/buildout.cfg 2010-07-09 20:39:56 UTC (rev 114437)
@@ -44,6 +44,7 @@
Missing
MultiMapping
Persistence
+ Products.ZSQLMethods
Record
RestrictedPython
tempstorage
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst 2010-07-09 20:37:37 UTC (rev 114436)
+++ Zope/branches/2.12/doc/CHANGES.rst 2010-07-09 20:39:56 UTC (rev 114437)
@@ -22,6 +22,9 @@
Features Added
++++++++++++++
+- Factored out the `Products.ZSQLMethod` into its own distribution. The
+ distribution also includes the `Shared.DC.ZRDB` code.
+
- Made both `Shared` and `Shared.DC` namespace packages.
2.12.8 (2010-06-25)
Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py 2010-07-09 20:37:37 UTC (rev 114436)
+++ Zope/branches/2.12/setup.py 2010-07-09 20:39:56 UTC (rev 114437)
@@ -63,6 +63,7 @@
'Missing',
'MultiMapping',
'Persistence',
+ 'Products.ZSQLMethods',
'Record',
'RestrictedPython',
'ThreadLock',
Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg 2010-07-09 20:37:37 UTC (rev 114436)
+++ Zope/branches/2.12/versions.cfg 2010-07-09 20:39:56 UTC (rev 114437)
@@ -21,6 +21,7 @@
Pygments = 1.3.1
python-gettext = 1.0
pytz = 2010h
+Products.ZSQLMethods = 2.13.1
Record = 2.13.0
RestrictedPython = 3.5.2
roman = 1.4.0
More information about the Zope-Checkins
mailing list