[Zodb-checkins] SVN: ZODB/branches/3.3/ Changes for a 3.3.1c1
release.
Tim Peters
tim.one at comcast.net
Fri Apr 1 11:33:33 EST 2005
Log message for revision 29786:
Changes for a 3.3.1c1 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-04-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/NEWS.txt 2005-04-01 16:33:32 UTC (rev 29786)
@@ -1,6 +1,6 @@
-What's new in ZODB3 3.3.1a2?
+What's new in ZODB3 3.3.1c1?
============================
-Release date: DD-MMM-2005
+Release date: 01-Apr-2005
BTrees
------
Modified: ZODB/branches/3.3/README.txt
===================================================================
--- ZODB/branches/3.3/README.txt 2005-04-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/README.txt 2005-04-01 16:33:32 UTC (rev 29786)
@@ -45,7 +45,7 @@
object was an instance of ``ZODB.PersistentMapping.PersistentMapping`` before
ZODB 3.3, but is an instance of ``persistent.mapping.PersistentMapping`` in
ZODB 3.3. A 3.3.1 client can still load a
-``ZODB.PersistentMapping.PersistentMapping`` object, but is this just an alias
+``ZODB.PersistentMapping.PersistentMapping`` object, but this is just an alias
for ``persistent.mapping.PersistentMapping``, and an object of the latter
type will be stored if a 3.3 client commits a change to the root object. An
older ZEO client cannot load the root object so changed.
@@ -190,7 +190,7 @@
Note that Zope Corp mailing lists have a subscriber-only posting policy.
Andrew's ZODB Programmers Guide is made available in several
-forms, including DVI and HTML. To view it online, point your
+forms, including PDF and HTML. To view it online, point your
browser at the file Doc/guide/zodb/index.html
Modified: ZODB/branches/3.3/doc/guide/zodb.tex
===================================================================
--- ZODB/branches/3.3/doc/guide/zodb.tex 2005-04-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/doc/guide/zodb.tex 2005-04-01 16:33:32 UTC (rev 29786)
@@ -1,7 +1,7 @@
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
-\release{3.3.1a1}
+\release{3.3.1c1}
\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-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/setup.py 2005-04-01 16:33:32 UTC (rev 29786)
@@ -221,7 +221,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.3.1a1",
+ version="3.3.1c1",
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-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/src/ZEO/__init__.py 2005-04-01 16:33:32 UTC (rev 29786)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.3.1a1"
+version = "2.3.1c1"
Modified: ZODB/branches/3.3/src/ZEO/version.txt
===================================================================
--- ZODB/branches/3.3/src/ZEO/version.txt 2005-04-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/src/ZEO/version.txt 2005-04-01 16:33:32 UTC (rev 29786)
@@ -1 +1 @@
-2.3.1a1
+2.3.1c1
Modified: ZODB/branches/3.3/src/ZODB/__init__.py
===================================================================
--- ZODB/branches/3.3/src/ZODB/__init__.py 2005-04-01 16:23:55 UTC (rev 29785)
+++ ZODB/branches/3.3/src/ZODB/__init__.py 2005-04-01 16:33:32 UTC (rev 29786)
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.3.1a1"
+__version__ = "3.3.1c1"
import sys
import __builtin__
More information about the Zodb-checkins
mailing list