[Zope-Checkins] SVN: Zope/trunk/ Update OFSP
Hanno Schlichting
hannosch at hannosch.eu
Sun Jul 25 05:52:41 EDT 2010
Log message for revision 115065:
Update OFSP
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/setup.py
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2010-07-25 09:51:25 UTC (rev 115064)
+++ Zope/trunk/buildout.cfg 2010-07-25 09:52:41 UTC (rev 115065)
@@ -18,7 +18,6 @@
wsgi
sources-dir = develop
auto-checkout =
- Products.OFSP
[test]
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-07-25 09:51:25 UTC (rev 115064)
+++ Zope/trunk/doc/CHANGES.rst 2010-07-25 09:52:41 UTC (rev 115065)
@@ -62,6 +62,7 @@
- AccessControl = 2.13.2
- DocumentTemplate = 2.13.1
+ - Products.OFSP = 2.13.2
- ZODB3 = 3.10.0b4
2.13.0a2 (2010-07-13)
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2010-07-25 09:51:25 UTC (rev 115064)
+++ Zope/trunk/setup.py 2010-07-25 09:52:41 UTC (rev 115065)
@@ -47,6 +47,7 @@
'Missing',
'MultiMapping',
'Persistence',
+ 'Products.OFSP >= 2.13.2',
'Products.ZCTextIndex',
'Record',
'RestrictedPython',
@@ -103,7 +104,6 @@
'Products.ExternalMethod',
'Products.MailHost',
'Products.MIMETools',
- 'Products.OFSP',
'Products.PythonScripts',
'Products.StandardCacheManagers',
],
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-07-25 09:51:25 UTC (rev 115064)
+++ Zope/trunk/versions.cfg 2010-07-25 09:52:41 UTC (rev 115065)
@@ -19,7 +19,7 @@
Products.ExternalMethod = 2.13.0
Products.MailHost = 2.13.0
Products.MIMETools = 2.13.0
-Products.OFSP = 2.13.1
+Products.OFSP = 2.13.2
Products.PythonScripts = 2.13.0
Products.StandardCacheManagers = 2.13.0
Products.ZCTextIndex = 2.13.0
More information about the Zope-Checkins
mailing list