[Checkins] SVN: relstorage/branches/1.1/CHANGES.txt moved change notes since 1.1c1 is already tagged

Shane Hathaway shane at hathawaymix.org
Thu Jul 24 12:00:30 EDT 2008


Log message for revision 88793:
  moved change notes since 1.1c1 is already tagged

Changed:
  U   relstorage/branches/1.1/CHANGES.txt

-=-
Modified: relstorage/branches/1.1/CHANGES.txt
===================================================================
--- relstorage/branches/1.1/CHANGES.txt	2008-07-24 14:14:13 UTC (rev 88792)
+++ relstorage/branches/1.1/CHANGES.txt	2008-07-24 16:00:26 UTC (rev 88793)
@@ -1,11 +1,12 @@
 
-RelStorage 1.1c1
+Next Release
 
 - Normalized poll-invalidation patches as Solaris' patch command would not
   accept the current format. The patches now apply with:
   patch -d lib/python/ZODB -p0 < poll-invalidation-1-zodb-3-X-X.patch
 
-- Use DROP TABLE IF EXISTS instead of TRUNCATE to clear 'temp_store' because:
+- In MySQL, Use DROP TABLE IF EXISTS instead of TRUNCATE to clear 'temp_store'
+  because:
   - TRUNCATE has one page of caveats in the MySQL documentation.
   - TEMPORARY TABLEs have half a page of caveats when it comes to
     replication.
@@ -13,6 +14,8 @@
     replication slave at the exact same time(s) it exists on the
     master.
 
+RelStorage 1.1c1
+
 - Added optional memcache integration.  This is useful when the connection
   to the relational database has high latency.
 



More information about the Checkins mailing list