[Zope-Checkins] SVN: Zope/trunk/ Update to Zope Toolkit 1.0a3
Hanno Schlichting
hannosch at hannosch.eu
Tue Aug 24 10:46:35 EDT 2010
Log message for revision 115919:
Update to Zope Toolkit 1.0a3
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-08-24 14:42:54 UTC (rev 115918)
+++ Zope/trunk/doc/CHANGES.rst 2010-08-24 14:46:35 UTC (rev 115919)
@@ -15,11 +15,13 @@
Features Added
++++++++++++++
-- LP #193122: New method getVirtualRoot added to the Request class
+- LP #193122: New method getVirtualRoot added to the Request class.
- Updated test assertions to use unittest's ``assert*`` methods in favor of
their deprecated `fail*` aliases.
+- Update to Zope Toolkit 1.0a3.
+
2.13.0a3 (2010-08-04)
---------------------
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-08-24 14:42:54 UTC (rev 115918)
+++ Zope/trunk/versions.cfg 2010-08-24 14:46:35 UTC (rev 115919)
@@ -1,5 +1,5 @@
[buildout]
-extends = http://download.zope.org/zopetoolkit/index/1.0a2/ztk-versions.cfg
+extends = http://download.zope.org/zopetoolkit/index/1.0a3/ztk-versions.cfg
versions = versions
[versions]
@@ -31,6 +31,7 @@
# ZTK KGS overrides
ZODB3 = 3.10.0b4
+zope.testing = 3.9.4
# Zope2 dependencies
repoze.retry = 0.9.4
More information about the Zope-Checkins
mailing list