Commit 8bd9328f authored by Tim Peters's avatar Tim Peters

Changes for a 3.3.1c1 release.

parent b598a252
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 BTrees
------ ------
......
...@@ -45,7 +45,7 @@ that the database will contain instances of classes that don't exist in ...@@ -45,7 +45,7 @@ that the database will contain instances of classes that don't exist in
object was an instance of ``ZODB.PersistentMapping.PersistentMapping`` before object was an instance of ``ZODB.PersistentMapping.PersistentMapping`` before
ZODB 3.3, but is an instance of ``persistent.mapping.PersistentMapping`` in 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 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 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 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. older ZEO client cannot load the root object so changed.
...@@ -190,7 +190,7 @@ and view its archives at ...@@ -190,7 +190,7 @@ and view its archives at
Note that Zope Corp mailing lists have a subscriber-only posting policy. Note that Zope Corp mailing lists have a subscriber-only posting policy.
Andrew's ZODB Programmers Guide is made available in several 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 browser at the file Doc/guide/zodb/index.html
......
\documentclass{howto} \documentclass{howto}
\title{ZODB/ZEO Programming Guide} \title{ZODB/ZEO Programming Guide}
\release{3.3.1a1} \release{3.3.1c1}
\date{\today} \date{\today}
\author{A.M.\ Kuchling} \author{A.M.\ Kuchling}
......
No preview for this file type
...@@ -221,7 +221,7 @@ class MyDistribution(Distribution): ...@@ -221,7 +221,7 @@ class MyDistribution(Distribution):
doclines = __doc__.split("\n") doclines = __doc__.split("\n")
setup(name="ZODB3", setup(name="ZODB3",
version="3.3.1a1", version="3.3.1c1",
maintainer="Zope Corporation", maintainer="Zope Corporation",
maintainer_email="zodb-dev@zope.org", maintainer_email="zodb-dev@zope.org",
url = "http://www.zope.org/Wikis/ZODB", url = "http://www.zope.org/Wikis/ZODB",
......
...@@ -22,4 +22,4 @@ ZEO is now part of ZODB; ZODB's home on the web is ...@@ -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. # The next line must use double quotes, so release.py recognizes it.
version = "2.3.1a1" version = "2.3.1c1"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
# The next line must use double quotes, so release.py recognizes it. # The next line must use double quotes, so release.py recognizes it.
__version__ = "3.3.1a1" __version__ = "3.3.1c1"
import sys import sys
import __builtin__ 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