Commit ec66397d authored by Hanno Schlichting's avatar Hanno Schlichting

Version updates forward ported from 2.13 branch

parent 84670141
...@@ -32,6 +32,8 @@ Bugs Fixed ...@@ -32,6 +32,8 @@ Bugs Fixed
Features Added Features Added
++++++++++++++ ++++++++++++++
- Add preliminary IPv6 support to ZServer.
- ZPublisher: If `IBrowserPage` is provided by a view, form input is decoded. - 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. This makes it easier to use ``zope.formlib`` and ``z3c.form`` in Zope 2.
...@@ -44,7 +46,7 @@ Features Added ...@@ -44,7 +46,7 @@ Features Added
- Use cProfile where possible for the `Control_Panel/DebugInfo/manage_profile` - Use cProfile where possible for the `Control_Panel/DebugInfo/manage_profile`
ZMI view. 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 - Added `addzope2user` script, suitable for adding an admin user directly to
the root acl_users folder. the root acl_users folder.
...@@ -53,9 +55,14 @@ Features Added ...@@ -53,9 +55,14 @@ Features Added
- AccessControl = 2.13.4 - AccessControl = 2.13.4
- Acquisition = 2.13.7 - Acquisition = 2.13.7
- manuel = 1.5.0
- Products.BTreeFolder2 = 2.13.3 - Products.BTreeFolder2 = 2.13.3
- Products.ZCatalog = 2.13.8 - Products.ZCatalog = 2.13.8
- python-gettext = 1.1.1 - python-gettext = 1.1.1
- pytz = 2011e
- repoze.tm2 = 1.0b1
- repoze.who = 2.0a4
- zope.testbrowser = 3.11.1
Restructuring Restructuring
+++++++++++++ +++++++++++++
......
[buildout] [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 extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-versions.cfg
versions = versions versions = versions
...@@ -32,12 +31,12 @@ zLOG = 2.11.1 ...@@ -32,12 +31,12 @@ zLOG = 2.11.1
ZopeUndo = 2.12.0 ZopeUndo = 2.12.0
# ZTK KGS overrides # ZTK KGS overrides
manuel = 1.3.0 manuel = 1.5.0
python-gettext = 1.1.1 python-gettext = 1.1.1
unittest2 = 0.5.1 pytz = 2011e
# Zope2 dependencies # Zope2 dependencies
repoze.retry = 1.0 repoze.retry = 1.0
repoze.tm2 = 1.0a5 repoze.tm2 = 1.0b1
repoze.who = 2.0a2 repoze.who = 2.0a4
zope.testbrowser = 3.10.3 zope.testbrowser = 3.11.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment