[Zodb-checkins] SVN: ZODB/trunk/ Merge tentative 3.3 final state from 3.3 branch.

Tim Peters tim.one at comcast.net
Fri Sep 17 11:40:34 EDT 2004


Log message for revision 27563:
  Merge tentative 3.3 final state from 3.3 branch.
  


Changed:
  U   ZODB/trunk/NEWS.txt
  U   ZODB/trunk/README.txt
  U   ZODB/trunk/doc/guide/zodb.tex
  U   ZODB/trunk/doc/zodb.pdf
  U   ZODB/trunk/releases/ZODB3/PUBLICATION.cfg
  U   ZODB/trunk/setup.py
  U   ZODB/trunk/src/ZEO/__init__.py
  U   ZODB/trunk/src/ZEO/version.txt
  U   ZODB/trunk/src/ZODB/__init__.py


-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/NEWS.txt	2004-09-17 15:40:34 UTC (rev 27563)
@@ -16,9 +16,11 @@
 
 What's new in ZODB3 3.3?
 ========================
-Release date: DD-Sep-2004
+Release date: 17-Sep-2004
 
+Nothing changed since the 3.3c1 release, except for adding a new test.
 
+
 What's new in ZODB3 3.3 release candidate 1?
 ============================================
 Release date: 14-Sep-2004

Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/README.txt	2004-09-17 15:40:34 UTC (rev 27563)
@@ -1,5 +1,5 @@
-ZODB3 3.3 release candidate 1
-=============================
+ZODB3 3.3
+=========
 
 Introduction
 ------------

Modified: ZODB/trunk/doc/guide/zodb.tex
===================================================================
--- ZODB/trunk/doc/guide/zodb.tex	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/doc/guide/zodb.tex	2004-09-17 15:40:34 UTC (rev 27563)
@@ -1,7 +1,7 @@
 \documentclass{howto}
 
 \title{ZODB/ZEO Programming Guide}
-\release{3.3c1}
+\release{3.3}
 \date{\today}
 
 \author{A.M.\ Kuchling}

Modified: ZODB/trunk/doc/zodb.pdf
===================================================================
(Binary files differ)

Modified: ZODB/trunk/releases/ZODB3/PUBLICATION.cfg
===================================================================
--- ZODB/trunk/releases/ZODB3/PUBLICATION.cfg	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/releases/ZODB3/PUBLICATION.cfg	2004-09-17 15:40:34 UTC (rev 27563)
@@ -13,6 +13,7 @@
 Maintainer: ZODB Developers
 Maintainer-email: zodb-dev at zope.org
 Platform: any
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Zope Public License
 Classifier: Programming Language :: Python

Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/setup.py	2004-09-17 15:40:34 UTC (rev 27563)
@@ -20,8 +20,13 @@
 interface, rich transaction support, and undo.
 """
 
+# The (non-obvious!) choices for the Trove Development Status line:
+# Development Status :: 5 - Production/Stable
+# Development Status :: 4 - Beta
+# Development Status :: 3 - Alpha
+
 classifiers = """\
-Development Status :: 4 - Beta
+Development Status :: 5 - Production/Stable
 Intended Audience :: Developers
 License :: OSI Approved :: Zope Public License
 Programming Language :: Python
@@ -218,7 +223,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.3c1",
+      version="3.3",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB",

Modified: ZODB/trunk/src/ZEO/__init__.py
===================================================================
--- ZODB/trunk/src/ZEO/__init__.py	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/src/ZEO/__init__.py	2004-09-17 15:40:34 UTC (rev 27563)
@@ -22,4 +22,4 @@
 """
 
 # The next line must use double quotes, so release.py recognizes it.
-version = "2.3c1"
+version = "2.3"

Modified: ZODB/trunk/src/ZEO/version.txt
===================================================================
--- ZODB/trunk/src/ZEO/version.txt	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/src/ZEO/version.txt	2004-09-17 15:40:34 UTC (rev 27563)
@@ -1 +1 @@
-2.3c1
+2.3

Modified: ZODB/trunk/src/ZODB/__init__.py
===================================================================
--- ZODB/trunk/src/ZODB/__init__.py	2004-09-17 15:35:08 UTC (rev 27562)
+++ ZODB/trunk/src/ZODB/__init__.py	2004-09-17 15:40:34 UTC (rev 27563)
@@ -13,7 +13,7 @@
 ##############################################################################
 
 # The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.3c1"
+__version__ = "3.3"
 
 import sys
 import __builtin__



More information about the Zodb-checkins mailing list