Index: readme.htm
==================================================================
--- readme.htm
+++ readme.htm
@@ -3,12 +3,12 @@
ADO.NET 2.0 SQLite Data Provider
-Version 1.0.72.0 May 1, 2011
-Using SQLite 3.7.6+ [1bd1484cd7]
+Version 1.0.73.0 June 2, 2011
+Using SQLite 3.7.6.3 [ed1da510a2]
Originally written by Robert Simpson
Released to the public domain, use at your own risk!
Official provider website: http://system.data.sqlite.org
Legacy versions: http://sqlite.phxsoftware.com
@@ -155,10 +155,21 @@
Version History
+
+ 1.0.73.0 - June 2, 2011
+
+
+ - Updated to SQLite 3.7.6.3 [ed1da510a2]
+
- Minor optimization to GetBytes(). Fix for [8c1650482e].
+ - Update various assembly information settings.
+ - Correct System.Data.SQLite.Linq version and resource information. Fix for [6489c5a396] and [133daf50d6].
+ - Moved log handler from SQLiteConnection object to SQLiteFactory object to prevent if from being prematurely GCed.
+ - We should block x64 installs on x86 and we should install native only if the setup package itself is native. Fix for [e058ce156e].
+
1.0.72.0 - May 1, 2011
- Add the correct directory to the path. Fix for [50515a0c8e].