[Checkins] SVN: zc.beforestorage/trunk/src/zc/beforestorage/README.txt fix REST

Godefroid Chapelle gotcha at bubblenet.be
Tue Oct 18 09:55:25 EST 2011


Log message for revision 123102:
  fix REST

Changed:
  U   zc.beforestorage/trunk/src/zc/beforestorage/README.txt

-=-
Modified: zc.beforestorage/trunk/src/zc/beforestorage/README.txt
===================================================================
--- zc.beforestorage/trunk/src/zc/beforestorage/README.txt	2011-10-18 06:45:42 UTC (rev 123101)
+++ zc.beforestorage/trunk/src/zc/beforestorage/README.txt	2011-10-18 14:55:24 UTC (rev 123102)
@@ -41,30 +41,30 @@
 ==============
 
 0.4.0 (2010-12-09)
-******************
+------------------
 
 Added a "before-from-file" option that can be used if the application wants to
 preserve beforestorage state between application restarts.
 
 0.3.2 (2008-12-05)
-******************
+------------------
 
 Updated to work with both ZODB 3.8 and 3.9.
 
 0.3.1 (2008-12-01)
-******************
+------------------
 
 Renamed lastTid to getTid to conform to the ZEO.interfaces.IServeable
 interface.
 
 
 0.3.0 (2008-12-01)
-******************
+------------------
 
 Added Blob support.
 
 0.2.0 (2008-03-05)
-******************
+------------------
 
 Added support for "now" and "startup" values to the before option when
 using ZConfig.  The "now" value indicates that the before storage should
@@ -76,7 +76,7 @@
 storages provide consistent views without having to specify a time.
 
 0.1.1 (2008-02-07)
-******************
+------------------
 
 Fixed a packaging bug that caused some files to be omitted.
 
@@ -568,7 +568,7 @@
     >>> b5.close()
 
 Blob Support
-************
+------------
 
 Before storage supports blobs if the storage it wraps supports blobs,
 and, in fact, it simply exposes the underlying storages loadBlob and



More information about the checkins mailing list