[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.17.

Florin Braescu florin at lunar-linux.org
Tue Aug 11 16:50:26 CEST 2009


commit 60854d818d7960359bcc8766ff2f4fb0083c5892
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Aug 11 17:50:26 2009 +0300

    sqlite: version bumped to 3.6.17.
    
    Changes:
    Expose the sqlite3_strnicmp() interface for use by extensions and
    applications.
    Remove the restriction on virtual tables and shared cache mode.
    Virtual tables and shared cache can now be used at the same time.
    Many code simplifications and obscure bug fixes in support of
    providing 100% branch test coverage.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index b71dd6d..96776c0 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.16
+         VERSION=3.6.17
           SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:ef829429d1cd71cd7353e0c8fe47bc7304d698a8
+      SOURCE_VFY=sha1:8de30d82f38012cb2fbee1c6a1be0d8615d483b2
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20090628
+         UPDATED=20090811
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list