[Zope-Checkins] SVN: Zope/branches/2.12/ Factored out ZopeUndo package into a separate distribution.
Hanno Schlichting
hannosch at hannosch.eu
Mon Apr 5 13:15:38 EDT 2010
Log message for revision 110504:
Factored out ZopeUndo package into a separate distribution.
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/ZopeUndo/
U Zope/branches/2.12/versions.cfg
-=-
Modified: Zope/branches/2.12/buildout.cfg
===================================================================
--- Zope/branches/2.12/buildout.cfg 2010-04-05 17:10:36 UTC (rev 110503)
+++ Zope/branches/2.12/buildout.cfg 2010-04-05 17:15:37 UTC (rev 110504)
@@ -46,6 +46,7 @@
five.formlib
tempstorage
zLOG
+ ZopeUndo
zope.annotation
zope.authentication
zope.broken
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst 2010-04-05 17:10:36 UTC (rev 110503)
+++ Zope/branches/2.12/doc/CHANGES.rst 2010-04-05 17:15:37 UTC (rev 110504)
@@ -23,6 +23,8 @@
- Persistence = 2.12.0
- pytz = 2010b
+- Factored out ZopeUndo package into a separate distribution.
+
- There is now an event ZPublisher.interfaces.IPubBeforeStreaming which will
be fired just before the first chunk of data is written to the response
stream when using the write() method on the response. This is the last
Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py 2010-04-05 17:10:36 UTC (rev 110503)
+++ Zope/branches/2.12/setup.py 2010-04-05 17:15:37 UTC (rev 110504)
@@ -93,6 +93,7 @@
'RestrictedPython',
'ZConfig',
'ZODB3',
+ 'ZopeUndo',
'docutils',
'five.formlib',
'pytz',
Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg 2010-04-05 17:10:36 UTC (rev 110503)
+++ Zope/branches/2.12/versions.cfg 2010-04-05 17:15:37 UTC (rev 110504)
@@ -26,6 +26,7 @@
zLOG = 2.11.1
ZODB3 = 3.9.4
zodbcode = 3.4.0
+ZopeUndo = 2.12.0
zope.annotation = 3.4.2
zope.app.apidoc = 3.6.2
zope.app.applicationcontrol = 3.5.0
More information about the Zope-Checkins
mailing list