Commit c984770a authored by Tim Peters's avatar Tim Peters

Changes for a 3.3.1a1 release.

parent 0050b9b4
What's new in ZODB3 3.3.1?
==========================
Release date: xx-xxx-2004
Release date: 11-Jan-2005
ZEO client cache
----------------
......
ZODB3 3.3
=========
ZODB3 3.3.1
===========
Introduction
------------
......@@ -28,13 +28,13 @@ ZoneAlarm. Many particularly slow tests are skipped unless you pass
Compatibility
-------------
ZODB 3.3 requires Python 2.3.4 or later.
ZODB 3.3.1 requires Python 2.3.4 or later.
The Zope 2.8 and X3 releases should be compatible with this version of ZODB.
Note that Zope 2.7 and higher includes ZEO, so this package should only be
needed to run a ZEO server.
The ZEO server in ZODB 3.3 is currently incompatible with earlier
The ZEO server in ZODB 3.3.1 is currently incompatible with earlier
versions of ZODB. If you want to test the software, you must be
running this release for both client and server. A backwards
compatibility mechanism will be provided in a later release.
......
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
\release{3.3}
\release{3.3.1a1}
\date{\today}
\author{A.M.\ Kuchling}
......
No preview for this file type
......@@ -26,7 +26,7 @@ interface, rich transaction support, and undo.
# Development Status :: 3 - Alpha
classifiers = """\
Development Status :: 5 - Production/Stable
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
Programming Language :: Python
......@@ -221,7 +221,7 @@ class MyDistribution(Distribution):
doclines = __doc__.split("\n")
setup(name="ZODB3",
version="3.3",
version="3.3.1a1",
maintainer="Zope Corporation",
maintainer_email="zodb-dev@zope.org",
url = "http://www.zope.org/Wikis/ZODB",
......
......@@ -22,4 +22,4 @@ ZEO is now part of ZODB; ZODB's home on the web is
"""
# The next line must use double quotes, so release.py recognizes it.
version = "2.3"
version = "2.3.1a1"
......@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
__version__ = "3.3"
__version__ = "3.3.1a1"
import sys
import __builtin__
......
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