[Checkins] SVN: Zope/trunk/ Version updates forward ported from 2.13 branch

Hanno Schlichting hannosch at hannosch.eu
Sun Apr 3 12:50:37 EDT 2011


Log message for revision 121232:
  Version updates forward ported from 2.13 branch
  

Changed:
  U   Zope/trunk/doc/CHANGES.rst
  U   Zope/trunk/versions.cfg

-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst	2011-04-03 16:43:46 UTC (rev 121231)
+++ Zope/trunk/doc/CHANGES.rst	2011-04-03 16:50:36 UTC (rev 121232)
@@ -32,6 +32,8 @@
 Features Added
 ++++++++++++++
 
+- Add preliminary IPv6 support to ZServer.
+
 - ZPublisher: If `IBrowserPage` is provided by a view, form input is decoded.
   This makes it easier to use ``zope.formlib`` and ``z3c.form`` in Zope 2.
 
@@ -44,7 +46,7 @@
 - Use cProfile where possible for the `Control_Panel/DebugInfo/manage_profile`
   ZMI view.
 
-- Updated to Zope Toolkit 1.1dev.
+- Updated to Zope Toolkit 1.2dev.
 
 - Added `addzope2user` script, suitable for adding an admin user directly to
   the root acl_users folder.
@@ -53,9 +55,14 @@
 
   - AccessControl = 2.13.4
   - Acquisition = 2.13.7
+  - manuel = 1.5.0
   - Products.BTreeFolder2 = 2.13.3
   - Products.ZCatalog = 2.13.8
   - python-gettext = 1.1.1
+  - pytz = 2011e
+  - repoze.tm2 = 1.0b1
+  - repoze.who = 2.0a4
+  - zope.testbrowser = 3.11.1
 
 Restructuring
 +++++++++++++

Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg	2011-04-03 16:43:46 UTC (rev 121231)
+++ Zope/trunk/versions.cfg	2011-04-03 16:50:36 UTC (rev 121232)
@@ -1,5 +1,4 @@
 [buildout]
-# extends = http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
 extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-versions.cfg
 versions = versions
 
@@ -32,12 +31,12 @@
 ZopeUndo = 2.12.0
 
 # ZTK KGS overrides
-manuel = 1.3.0
+manuel = 1.5.0
 python-gettext = 1.1.1
-unittest2 = 0.5.1
+pytz = 2011e
 
 # Zope2 dependencies
 repoze.retry = 1.0
-repoze.tm2 = 1.0a5
-repoze.who = 2.0a2
-zope.testbrowser = 3.10.3
+repoze.tm2 = 1.0b1
+repoze.who = 2.0a4
+zope.testbrowser = 3.11.1



More information about the checkins mailing list