[Zodb-checkins]
SVN: ZODB/branches/3.4/ An internal 3.4.0a3 release,
to get a reasonable tag
Tim Peters
tim.one at comcast.net
Wed Apr 13 18:00:26 EDT 2005
Log message for revision 29967:
An internal 3.4.0a3 release, to get a reasonable tag
for Zope3 and Zope trunk development to use.
Changed:
U ZODB/branches/3.4/NEWS.txt
U ZODB/branches/3.4/doc/guide/zodb.tex
U ZODB/branches/3.4/setup.py
U ZODB/branches/3.4/src/ZEO/__init__.py
U ZODB/branches/3.4/src/ZEO/version.txt
U ZODB/branches/3.4/src/ZODB/__init__.py
-=-
Modified: ZODB/branches/3.4/NEWS.txt
===================================================================
--- ZODB/branches/3.4/NEWS.txt 2005-04-13 21:48:16 UTC (rev 29966)
+++ ZODB/branches/3.4/NEWS.txt 2005-04-13 22:00:25 UTC (rev 29967)
@@ -1,7 +1,15 @@
What's new in ZODB3 3.4xx?
==========================
-Release date: MM-DDD-2005
+Release date: DD-MMM-2005
+
+What's new in ZODB3 3.4a3?
+==========================
+Release date: 13-Apr-2005
+
+This was an internal release, to make a tag for ongoing Zope3 and Zope 2.8
+development to use.
+
transaction
-----------
@@ -14,6 +22,7 @@
the ``ITransaction`` interface for details. Thanks to Florent Guillaume
for contributing code and tests.
+Clarifications were made to transaction interfaces too.
Tests
-----
Modified: ZODB/branches/3.4/doc/guide/zodb.tex
===================================================================
--- ZODB/branches/3.4/doc/guide/zodb.tex 2005-04-13 21:48:16 UTC (rev 29966)
+++ ZODB/branches/3.4/doc/guide/zodb.tex 2005-04-13 22:00:25 UTC (rev 29967)
@@ -1,7 +1,7 @@
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
-\release{3.4a2}
+\release{3.4.0a3}
\date{\today}
\author{A.M.\ Kuchling}
Modified: ZODB/branches/3.4/setup.py
===================================================================
--- ZODB/branches/3.4/setup.py 2005-04-13 21:48:16 UTC (rev 29966)
+++ ZODB/branches/3.4/setup.py 2005-04-13 22:00:25 UTC (rev 29967)
@@ -247,7 +247,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.4a2",
+ version="3.4.0a3",
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB",
Modified: ZODB/branches/3.4/src/ZEO/__init__.py
===================================================================
--- ZODB/branches/3.4/src/ZEO/__init__.py 2005-04-13 21:48:16 UTC (rev 29966)
+++ ZODB/branches/3.4/src/ZEO/__init__.py 2005-04-13 22:00:25 UTC (rev 29967)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.4a2"
+version = "2.4.0a3"
Modified: ZODB/branches/3.4/src/ZEO/version.txt
===================================================================
--- ZODB/branches/3.4/src/ZEO/version.txt 2005-04-13 21:48:16 UTC (rev 29966)
+++ ZODB/branches/3.4/src/ZEO/version.txt 2005-04-13 22:00:25 UTC (rev 29967)
@@ -1 +1 @@
-2.4a2
+2.4.0a3
Modified: ZODB/branches/3.4/src/ZODB/__init__.py
===================================================================
--- ZODB/branches/3.4/src/ZODB/__init__.py 2005-04-13 21:48:16 UTC (rev 29966)
+++ ZODB/branches/3.4/src/ZODB/__init__.py 2005-04-13 22:00:25 UTC (rev 29967)
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.4a2"
+__version__ = "3.4.0a3"
import sys
import __builtin__
More information about the Zodb-checkins
mailing list