[Lunar-commits] r24208 - moonbase/trunk/sql/sqlite

Florin Braescu florin at lunar-linux.org
Wed Apr 25 21:26:17 CEST 2007


Author: florin
Date: 2007-04-25 21:26:16 +0200 (Wed, 25 Apr 2007)
New Revision: 24208

Modified:
   moonbase/trunk/sql/sqlite/DETAILS
Log:
bump the version from 3.3.16 to 3.3.17. 
When the "write_version" value of the database header is larger than what the library understands, make the database read-only instead of unreadable.
Other minor bug fixes

Modified: moonbase/trunk/sql/sqlite/DETAILS
===================================================================
--- moonbase/trunk/sql/sqlite/DETAILS	2007-04-25 18:23:18 UTC (rev 24207)
+++ moonbase/trunk/sql/sqlite/DETAILS	2007-04-25 19:26:16 UTC (rev 24208)
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.3.16
+         VERSION=3.3.17
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org/
-      SOURCE_VFY=sha1:b73c9d830a8c57c49ff7b7f613793b38ca3c1b53
+      SOURCE_VFY=sha1:6c968e3c608be4ab137577411869abdeffb0c3f7
         WEB_SITE=http://www.sqlite.org/
          ENTERED=20011016
-         UPDATED=20070424
+         UPDATED=20070425
            SHORT="An SQL engine in a C library"
 
 cat << EOF



More information about the Lunar-commits mailing list