[Checkins] SVN: relstorage/trunk/CHANGES.txt Match the change list from 1.5.1

Shane Hathaway shane at hathawaymix.org
Sat Nov 12 17:15:06 UTC 2011


Log message for revision 123331:
  Match the change list from 1.5.1
  

Changed:
  U   relstorage/trunk/CHANGES.txt

-=-
Modified: relstorage/trunk/CHANGES.txt
===================================================================
--- relstorage/trunk/CHANGES.txt	2011-11-12 17:13:34 UTC (rev 123330)
+++ relstorage/trunk/CHANGES.txt	2011-11-12 17:15:05 UTC (rev 123331)
@@ -1,10 +1,6 @@
 Next Release
 ------------
 
-- Packing: Lowered garbage collection object reference finding log level to
-  debug; this stage takes mere seconds, even in large sites, but could produce
-  10s of thousands of lines of log output.
-
 - zodbconvert: Add an --incremental option to the zodbconvert script,
   letting you convert additional transactions at a later date, or
   update a non-live copy of your database, copying over missing
@@ -37,10 +33,19 @@
 1.5.1 (2011-11-12)
 ------------------
 
+- Packing: Lowered garbage collection object reference finding log level to
+  debug; this stage takes mere seconds, even in large sites, but could produce
+  10s of thousands of lines of log output.
+
 - RelStorage was opening a test database connection (and was leaving it
   idle in a transaction with recent ZODB versions that support
   IMVCCStorage.) RelStorage no longer opens that test connection.
 
+- zodbconvert: Avoid holding a list of all transactions in memory.
+
+- Just after installing the database schema, verify the schema was
+  created correctly. This affects MySQL in particular.
+
 1.5.0 (2011-06-30)
 ------------------
 



More information about the checkins mailing list