Commit 4d3d8d5b authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare Zope2 2.13.0a4.

parent 4363a3df
...@@ -5,13 +5,9 @@ This file contains change information for the current Zope release. ...@@ -5,13 +5,9 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/. http://docs.zope.org/zope2/releases/.
2.13.0a4 (unreleased) 2.13.0a4 (2010-09-09)
--------------------- ---------------------
Bugs Fixed
++++++++++
Restructuring Restructuring
+++++++++++++ +++++++++++++
...@@ -34,6 +30,7 @@ Features Added ...@@ -34,6 +30,7 @@ Features Added
- AccessControl = 2.13.3 - AccessControl = 2.13.3
- Acquisition = 2.13.4 - Acquisition = 2.13.4
- ZODB3 = 3.10.0b6
2.13.0a3 (2010-08-04) 2.13.0a3 (2010-08-04)
--------------------- ---------------------
......
...@@ -17,7 +17,7 @@ from setuptools import setup, find_packages ...@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
setup(name='Zope2', setup(name='Zope2',
version='2.13.0a4.dev', version='2.13.0a4',
url='http://zope2.zope.org', url='http://zope2.zope.org',
license='ZPL 2.1', license='ZPL 2.1',
description='Zope2 application server / web framework', description='Zope2 application server / web framework',
...@@ -119,7 +119,6 @@ setup(name='Zope2', ...@@ -119,7 +119,6 @@ setup(name='Zope2',
'runzope=Zope2.Startup.run:run', 'runzope=Zope2.Startup.run:run',
'zopectl=Zope2.Startup.zopectl:run', 'zopectl=Zope2.Startup.zopectl:run',
'zpasswd=Zope2.utilities.zpasswd:main', 'zpasswd=Zope2.utilities.zpasswd:main',
# 'addzope2user=Zope2.utilities.adduser:main'
], ],
}, },
) )
...@@ -4,7 +4,7 @@ versions = versions ...@@ -4,7 +4,7 @@ versions = versions
[versions] [versions]
# Zope2-specific # Zope2-specific
Zope2 = Zope2 = 2.13.0a4
AccessControl = 2.13.3 AccessControl = 2.13.3
Acquisition = 2.13.4 Acquisition = 2.13.4
DateTime = 2.12.5 DateTime = 2.12.5
...@@ -30,7 +30,7 @@ zLOG = 2.11.1 ...@@ -30,7 +30,7 @@ zLOG = 2.11.1
ZopeUndo = 2.12.0 ZopeUndo = 2.12.0
# ZTK KGS overrides # ZTK KGS overrides
ZODB3 = 3.10.0b4 ZODB3 = 3.10.0b6
zope.testing = 3.9.4 zope.testing = 3.9.4
# Zope2 dependencies # Zope2 dependencies
......
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