[Zope3-checkins] CVS: Zope3/src/zodb/storage/file - format.py:1.1.2.2

Jeremy Hylton jeremy@zope.com
Wed, 16 Apr 2003 14:20:53 -0400


Update of /cvs-repository/Zope3/src/zodb/storage/file
In directory cvs.zope.org:/tmp/cvs-serv6874

Modified Files:
      Tag: jeremy-new-pack-branch
	format.py 
Log Message:
Repair documentation for the metadata section.


=== Zope3/src/zodb/storage/file/format.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/storage/file/format.py:1.1.2.1	Wed Apr 16 14:12:32 2003
+++ Zope3/src/zodb/storage/file/format.py	Wed Apr 16 14:20:52 2003
@@ -17,16 +17,9 @@
 
   - The first 1024 bytes are a storage metadata section.
 
-  In this section, the first two bytes are the characters F and S.
-
-  The next two bytes are a storage format version id, currently "42".
-
-  The next section is a four-byte database version string, encoded as
-  byte 0: major version number
-  byte 1: minor version number
-  byte 2: micro version number
-  byte 3: release level + serialno
-  (see zodb.storage.base for details)
+  The first two bytes are the characters F and S.
+  The next two bytes are a storage format version id, currently 43.
+  The next four bytes are the database version string.
 
   The rest of the section is reserved.