[Checkins] SVN: relstorage/branches/1.2/ Merged revision 103559 from trunk

Shane Hathaway shane at hathawaymix.org
Fri Sep 4 18:56:19 EDT 2009


Log message for revision 103560:
  Merged revision 103559 from trunk
  

Changed:
  U   relstorage/branches/1.2/CHANGES.txt
  U   relstorage/branches/1.2/README.txt

-=-
Modified: relstorage/branches/1.2/CHANGES.txt
===================================================================
--- relstorage/branches/1.2/CHANGES.txt	2009-09-04 22:55:16 UTC (rev 103559)
+++ relstorage/branches/1.2/CHANGES.txt	2009-09-04 22:56:19 UTC (rev 103560)
@@ -1,6 +1,6 @@
 
-Next Bug Fix Release
---------------------
+1.2.0 (2009-09-04)
+------------------
 
 - In Oracle, trim transaction descriptions longer than 2000 bytes.
 
@@ -11,8 +11,8 @@
   it will now report the oid and tid in the log.
 
 
-Version 1.2.0b2 (2009-05-05)
-----------------------------
+1.2.0b2 (2009-05-05)
+--------------------
 
 - RelStorage now implements IMVCCStorage, making it compatible with
   ZODB 3.9.0b1 and above.
@@ -26,8 +26,8 @@
   platform.
 
 
-Version 1.1.3 (2009-02-04)
---------------------------
+1.1.3 (2009-02-04)
+------------------
 
 - In rare circumstances, ZODB can legitimately commit an object twice in a
   single transaction.  Fixed RelStorage to accept that.
@@ -38,8 +38,8 @@
 - Included LICENSE.txt in the source distribution.
 
 
-Version 1.1.2 (2009-01-27)
---------------------------
+1.1.2 (2009-01-27)
+------------------
 
 - When both cache-servers and poll-interval are set, we now poll the
   cache for changes on every request.  This makes it possible to use
@@ -62,8 +62,8 @@
 - Fixed KeyError reporting to not trip over a related KeyError while logging.
 
 
-Version 1.1.1 (2008-12-27)
---------------------------
+1.1.1 (2008-12-27)
+------------------
 
 - Worked around MySQL performance bugs in packing.  Used temporary
   tables and another column in the pack_object table.  The
@@ -73,8 +73,8 @@
   bringing write speed back up to where it was in version 1.0.
 
 
-Version 1.1 (2008-12-19)
-------------------------
+1.1 (2008-12-19)
+----------------
 
 - Normalized poll-invalidation patches as Solaris' patch command would not
   accept the current format. The patches now apply with:
@@ -105,8 +105,8 @@
   Rogerio Ferreira.  Thanks!
 
 
-Version 1.1c1
--------------
+1.1c1
+-----
 
 - Added optional memcache integration.  This is useful when the connection
   to the relational database has high latency.
@@ -116,8 +116,8 @@
 - Log more info when a KeyError occurs within RelStorage.
 
 
-Version 1.1b2
--------------
+1.1b2
+-----
 
 - Made the MySQL locks database-specific rather than server-wide.  This is
   important for multi-database configurations.
@@ -130,8 +130,8 @@
   discovering this.
 
 
-Version 1.1b1
--------------
+1.1b1
+-----
 
 - Fixed the use of setup.py without setuptools.  Thanks to Chris Withers.
 
@@ -152,8 +152,8 @@
   Jim Fulton.
 
 
-Version 1.0.1
--------------
+1.0.1
+-----
 
 - The speedtest script failed if run on a test database that has no tables.
   Now the script creates the tables if needed.  Thanks to Flavio Coelho
@@ -169,14 +169,14 @@
   amount of code to maintain.
 
 
-Version 1.0
------------
+1.0
+---
 
 - Added a utility for converting between storages called zodbconvert.
 
 
-Version 1.0c1
--------------
+1.0c1
+-----
 
 - The previous fix for non-ASCII characters was incorrect.  Now transaction
   metadata is stored as raw bytes.  A schema migration is required; see
@@ -185,8 +185,8 @@
 - Integrated setuptools and made an egg.
 
 
-Version 1.0 beta
-----------------
+1.0 beta
+--------
 
 - Renamed to reflect expanding database support.
 
@@ -240,8 +240,8 @@
 PGStorage history
 =================
 
-Version 0.4
------------
+0.4
+---
 
 - Began using the PostgreSQL LISTEN and NOTIFY statements as a shortcut
   for invalidation polling.
@@ -281,14 +281,14 @@
   top-level packages easier to install.
 
 
-Version 0.3
------------
+0.3
+---
 
 - Made compatible with Zope 3, although an undo bug apparently remains.
 
 
-Version 0.2
------------
+0.2
+---
 
 - Fixed concurrent commits, which were generating deadlocks.  Fixed by
   adding a special table, "commit_lock", which is used for

Modified: relstorage/branches/1.2/README.txt
===================================================================
--- relstorage/branches/1.2/README.txt	2009-09-04 22:55:16 UTC (rev 103559)
+++ relstorage/branches/1.2/README.txt	2009-09-04 22:56:19 UTC (rev 103560)
@@ -126,7 +126,7 @@
 Sometimes RelStorage needs a schema modification along with a software
 upgrade.  Hopefully, this will not often be necessary.
 
-Version 1.2.0b1 does not require a schema migration from version 1.1.3.
+Version 1.2.* does not require a schema migration from version 1.1.2 or 1.1.3.
 
 To migrate from version 1.1.1 to version 1.1.2 or 1.1.3, see:
 



More information about the checkins mailing list