[Zodb-checkins] CVS: ZODB3/ZODB - config.py:1.12 component.xml:1.9 cPickleCache.c:1.85 cPersistence.c:1.72 __init__.py:1.22 FileStorage.py:1.135 Connection.py:1.94

Jeremy Hylton jeremy at zope.com
Fri May 30 16:21:26 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv25334/ZODB

Modified Files:
	config.py component.xml cPickleCache.c cPersistence.c 
	__init__.py FileStorage.py Connection.py 
Log Message:
Merge ZODB3-auth-branch and bump a few version numbers.

After the merge, I made several Python 2.1 compatibility changes for
the auth code.


=== ZODB3/ZODB/config.py 1.11 => 1.12 ===


=== ZODB3/ZODB/component.xml 1.8 => 1.9 ===
--- ZODB3/ZODB/component.xml:1.8	Fri May 23 15:11:45 2003
+++ ZODB3/ZODB/component.xml	Fri May 30 15:20:55 2003
@@ -122,6 +122,13 @@
         available.  Defaults to false.  At most one of read_only and
         read_only_fallback should be true.
       </description>
+    <key name="realm" required="no">
+      <description>
+        The authentication realm of the server.  Some authentication
+        schemes use a realm to identify the logic set of usernames
+        that are accepted by this server.
+      </description>
+    </key>
   </sectiontype>
 
   <sectiontype name="demostorage" datatype=".DemoStorage"


=== ZODB3/ZODB/cPickleCache.c 1.84 => 1.85 ===


=== ZODB3/ZODB/cPersistence.c 1.71 => 1.72 ===


=== ZODB3/ZODB/__init__.py 1.21 => 1.22 ===
--- ZODB3/ZODB/__init__.py:1.21	Fri Jan 17 13:24:38 2003
+++ ZODB3/ZODB/__init__.py	Fri May 30 15:20:55 2003
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '3.2a1'
+__version__ = '3.2b1'
 
 import sys
 import cPersistence, Persistence


=== ZODB3/ZODB/FileStorage.py 1.134 => 1.135 ===


=== ZODB3/ZODB/Connection.py 1.93 => 1.94 ===




More information about the Zodb-checkins mailing list