[Zodb-checkins] SVN: ZODB/branches/3.3/ Changes for a 3.3.1a1
release.
Tim Peters
tim.one at comcast.net
Tue Jan 11 14:22:16 EST 2005
Log message for revision 28783:
Changes for a 3.3.1a1 release.
Changed:
U ZODB/branches/3.3/NEWS.txt
U ZODB/branches/3.3/README.txt
U ZODB/branches/3.3/doc/guide/zodb.tex
U ZODB/branches/3.3/doc/zodb.pdf
U ZODB/branches/3.3/setup.py
U ZODB/branches/3.3/src/ZEO/__init__.py
U ZODB/branches/3.3/src/ZEO/version.txt
U ZODB/branches/3.3/src/ZODB/__init__.py
-=-
Modified: ZODB/branches/3.3/NEWS.txt
===================================================================
--- ZODB/branches/3.3/NEWS.txt 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/NEWS.txt 2005-01-11 19:22:15 UTC (rev 28783)
@@ -1,6 +1,6 @@
What's new in ZODB3 3.3.1?
==========================
-Release date: xx-xxx-2004
+Release date: 11-Jan-2005
ZEO client cache
----------------
Modified: ZODB/branches/3.3/README.txt
===================================================================
--- ZODB/branches/3.3/README.txt 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/README.txt 2005-01-11 19:22:15 UTC (rev 28783)
@@ -1,5 +1,5 @@
-ZODB3 3.3
-=========
+ZODB3 3.3.1
+===========
Introduction
------------
@@ -28,13 +28,13 @@
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.
Modified: ZODB/branches/3.3/doc/guide/zodb.tex
===================================================================
--- ZODB/branches/3.3/doc/guide/zodb.tex 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/doc/guide/zodb.tex 2005-01-11 19:22:15 UTC (rev 28783)
@@ -1,7 +1,7 @@
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
-\release{3.3}
+\release{3.3.1a1}
\date{\today}
\author{A.M.\ Kuchling}
Modified: ZODB/branches/3.3/doc/zodb.pdf
===================================================================
(Binary files differ)
Modified: ZODB/branches/3.3/setup.py
===================================================================
--- ZODB/branches/3.3/setup.py 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/setup.py 2005-01-11 19:22:15 UTC (rev 28783)
@@ -26,7 +26,7 @@
# 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 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.3",
+ version="3.3.1a1",
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB",
Modified: ZODB/branches/3.3/src/ZEO/__init__.py
===================================================================
--- ZODB/branches/3.3/src/ZEO/__init__.py 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/src/ZEO/__init__.py 2005-01-11 19:22:15 UTC (rev 28783)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.3"
+version = "2.3.1a1"
Modified: ZODB/branches/3.3/src/ZEO/version.txt
===================================================================
--- ZODB/branches/3.3/src/ZEO/version.txt 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/src/ZEO/version.txt 2005-01-11 19:22:15 UTC (rev 28783)
@@ -1 +1 @@
-2.3
+2.3.1a1
Modified: ZODB/branches/3.3/src/ZODB/__init__.py
===================================================================
--- ZODB/branches/3.3/src/ZODB/__init__.py 2005-01-11 19:18:03 UTC (rev 28782)
+++ ZODB/branches/3.3/src/ZODB/__init__.py 2005-01-11 19:22:15 UTC (rev 28783)
@@ -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__
More information about the Zodb-checkins
mailing list