[Checkins] SVN: relstorage/trunk/ Version bump with change log info

Shane Hathaway shane at hathawaymix.org
Tue Mar 25 15:57:41 EDT 2008


Log message for revision 84945:
  Version bump with change log info
  

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

-=-
Modified: relstorage/trunk/CHANGELOG.txt
===================================================================
--- relstorage/trunk/CHANGELOG.txt	2008-03-25 19:56:38 UTC (rev 84944)
+++ relstorage/trunk/CHANGELOG.txt	2008-03-25 19:57:39 UTC (rev 84945)
@@ -1,4 +1,12 @@
+Next release
 
+- Fixed the use of setup.py without setuptools.  Thanks Chris Withers.
+
+- Fixed type coercion of the transaction extension field.  This fixes
+  an issue with converting databases.  Thanks to Kevin Smith for
+  discovering this.
+
+
 RelStorage 1.0.1
 
 - The speedtest script failed if run on a test database that has no tables.

Modified: relstorage/trunk/setup.py
===================================================================
--- relstorage/trunk/setup.py	2008-03-25 19:56:38 UTC (rev 84944)
+++ relstorage/trunk/setup.py	2008-03-25 19:57:39 UTC (rev 84945)
@@ -27,7 +27,7 @@
 with RelStorage.
 """
 
-VERSION = "1.0.1"
+VERSION = "1.0.2dev"
 
 classifiers = """\
 Development Status :: 5 - Production/Stable



More information about the Checkins mailing list