[Zodb-checkins] CVS: ZODB4 - README.txt:1.2.2.1

Jeremy Hylton jeremy at zope.com
Tue Jun 17 18:59:26 EDT 2003


Update of /cvs-repository/ZODB4
In directory cvs.zope.org:/tmp/cvs-serv10995

Modified Files:
      Tag: ZODB3-2-merge
	README.txt 
Log Message:
Checkpoint progress merging ZODB 3.2 features and fixes into ZODB4.


=== ZODB4/README.txt 1.2 => 1.2.2.1 ===
--- ZODB4/README.txt:1.2	Mon Mar 17 17:58:15 2003
+++ ZODB4/README.txt	Tue Jun 17 17:59:26 2003
@@ -1,38 +1,46 @@
-Welcome to ZODB4 release 4.0 alpha 1
+ZODB4 release 4.0 alpha 2
+-------------------------
 
-  ZODB4 is being developed as part of the Zope3 project.  There is
-  more developer info in the Zope3 Wiki:
-  http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/
-  Zope3DeveloperInfo
-
-  That's one URL split over two lines.
-
-  The ZODB Wiki has more information about the development plans
-  for ZODB4: http://www.zope.org/Wikis/ZODB/ZODB4
-
-  This version of ZODB is not compatible with ZODB3.  The APIs are
-  different and the database formats are different.  Since this is
-  an alpha release, we expect APIs will continue to change.  However,
-  we plan to provide database migration tools for the next version of
-  ZODB; that is, it will be possible to migrate data from a database
-  created with ZODB 4.0a1 to 4.0a2.
+ZODB4 is being developed as part of the Zope3 project.  There is
+more developer info in the Zope3 Wiki:
+http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/
+Zope3DeveloperInfo
+
+That's one URL split over two lines.
+
+The ZODB Wiki has more information about the development plans
+for ZODB4: http://www.zope.org/Wikis/ZODB/ZODB4
+
+This version of ZODB is not compatible with ZODB3.  The APIs are
+different and the database formats are different.  Since this is
+an alpha release, we expect APIs will continue to change.  However,
+we plan to provide database migration tools for the next version of
+ZODB; that is, it will be possible to migrate data from a database
+created with ZODB 4.0a1 to 4.0a2.
 
 Building and running tests
+--------------------------
 
-  ZODB4 requires Python 2.2.2 or higher.  It is packaged with
-  distutils.  You can use setup.py to build and install ZODB4.
+ZODB4 requires Python 2.2.2 or higher.  It is packaged with
+distutils.  You can use setup.py to build and install ZODB4.
 
-  ZODB4 includes unit tests based on the Python unittest module.  If
-  you checkin changes, you should verify that all the tests succeed
-  before you checkin.
-
-  To run all the tests, use the script test.py.
-  # python test.py -v
-
-  Use test.py -h for usage.  The test script can run selected tests,
-  stop after the first error, run the tests in a loop, etc.
-
-  The test suite runs 1282 tests in 250 seconds on one development
-  machine.  By default, the test suite skips many tests that cover
-  interactions between components and that take a long time to run.
-  Add the --all option to test.py to run all the tests.
+ZODB4 includes unit tests based on the Python unittest module.  If
+you checkin changes, you should verify that all the tests succeed
+before you checkin.
+
+To run all the tests, use the script test.py::
+    python test.py -v
+
+Use test.py -h for usage.  The test script can run selected tests,
+stop after the first error, run the tests in a loop, etc.
+
+The test suite runs 1282 tests in 250 seconds on one development
+machine.  By default, the test suite skips many tests that cover
+interactions between components and that take a long time to run.
+Add the --all option to test.py to run all the tests.
+
+Reporting bugs
+--------------
+
+Use the Zope3 collector at
+http://collector.zope.org/Zope3-dev
\ No newline at end of file




More information about the Zodb-checkins mailing list