[Zodb-checkins] SVN: ZODB/branches/3.3/ 3.3.1 final.
Tim Peters
tim.one at comcast.net
Thu Apr 14 16:26:08 EDT 2005
Log message for revision 29990:
3.3.1 final.
Alas, after letting Cygwin update TeX components, it
was impossible to regenerate the PSF or HTML docs --
utterly incomprehsible msgs, like "I'm stymied", and
then it quit.
Backing off to some 2.0.0 version allowed getting the
PDF generated, but it still can't create the HTML form.
I don't have time to try to sort this out; the HTML
will have to be done later (if ever).
Changed:
U ZODB/branches/3.3/NEWS.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-04-14 19:23:04 UTC (rev 29989)
+++ ZODB/branches/3.3/NEWS.txt 2005-04-14 20:26:08 UTC (rev 29990)
@@ -1,7 +1,11 @@
What's new in ZODB3 3.3.1?
==========================
-Release date: DD-MMM-2005
+Release date: 14-Apr-2005
+Please note that ZODB 3.3.1 final is expected to be the last release in
+the 3.3.1 line. Zope 2.8 and Zope3 development have moved on to the
+ZODB 3.4 line.
+
Tests
-----
Modified: ZODB/branches/3.3/doc/guide/zodb.tex
===================================================================
--- ZODB/branches/3.3/doc/guide/zodb.tex 2005-04-14 19:23:04 UTC (rev 29989)
+++ ZODB/branches/3.3/doc/guide/zodb.tex 2005-04-14 20:26:08 UTC (rev 29990)
@@ -1,7 +1,7 @@
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
-\release{3.3.1c1}
+\release{3.3.1}
\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-04-14 19:23:04 UTC (rev 29989)
+++ ZODB/branches/3.3/setup.py 2005-04-14 20:26:08 UTC (rev 29990)
@@ -221,7 +221,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.3.1c1",
+ version="3.3.1",
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-04-14 19:23:04 UTC (rev 29989)
+++ ZODB/branches/3.3/src/ZEO/__init__.py 2005-04-14 20:26:08 UTC (rev 29990)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.3.1c1"
+version = "2.3.1"
Modified: ZODB/branches/3.3/src/ZEO/version.txt
===================================================================
--- ZODB/branches/3.3/src/ZEO/version.txt 2005-04-14 19:23:04 UTC (rev 29989)
+++ ZODB/branches/3.3/src/ZEO/version.txt 2005-04-14 20:26:08 UTC (rev 29990)
@@ -1 +1 @@
-2.3.1c1
+2.3.1
Modified: ZODB/branches/3.3/src/ZODB/__init__.py
===================================================================
--- ZODB/branches/3.3/src/ZODB/__init__.py 2005-04-14 19:23:04 UTC (rev 29989)
+++ ZODB/branches/3.3/src/ZODB/__init__.py 2005-04-14 20:26:08 UTC (rev 29990)
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.3.1c1"
+__version__ = "3.3.1"
import sys
import __builtin__
More information about the Zodb-checkins
mailing list