[Checkins] SVN: relstorage/trunk/ Tagged 1.5.0a1

Shane Hathaway shane at hathawaymix.org
Fri Oct 22 01:28:36 EDT 2010


Log message for revision 117813:
  Tagged 1.5.0a1
  

Changed:
  U   relstorage/trunk/CHANGES.txt
  U   relstorage/trunk/setup.py

-=-
Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2010-10-22 03:53:55 UTC (rev 117812)
+++ relstorage/trunk/CHANGES.txt	2010-10-22 05:28:36 UTC (rev 117813)
@@ -1,8 +1,11 @@
 
-Next Release
-------------
+1.5.0a1 (2010-10-21)
+--------------------
 
-- Added an option to store ZODB blobs in the database.
+- Added an option to store ZODB blobs in the database.  The option is
+  called "shared-blob-dir" and it behaves very much like the ZEO
+  option of the same name.  Blobs stored in the database are broken
+  into chunks to reduce the impact on RAM.
 
 - Require setuptools or distribute.  Plain distutils is not sufficient.
 

Modified: relstorage/trunk/setup.py
===================================================================
--- relstorage/trunk/setup.py	2010-10-22 03:53:55 UTC (rev 117812)
+++ relstorage/trunk/setup.py	2010-10-22 05:28:36 UTC (rev 117813)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A backend for ZODB that stores pickles in a relational database."""
 
-VERSION = "1.5dev"
+VERSION = "1.5a1"
 
 # The choices for the Trove Development Status line:
 # Development Status :: 5 - Production/Stable



More information about the checkins mailing list