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

Florin Braescu florin at lunar-linux.org
Wed Mar 10 15:39:05 CET 2010


commit bbaa9613792ea25264e4aeb550d9ab5e37ee9bba
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Mar 10 16:39:05 2010 +0200

    sqlite: version bumped to 3.6.23.
    
    Changes:
    * Added the secure_delete pragma.
    * Added the sqlite3_compileoption_used() and sqlite3_compileoption_get()
      interfaces as well as the compile_options pragma and the
      sqlite_compileoption_used() and sqlite_compileoption_get() SQL functions.
    * Added the sqlite3_log() interface together with the SQLITE_CONFIG_LOG verb
      to sqlite3_config().
      The ".log" command is added to the Command Line Interface.
    * Improvements to FTS3.
    * Improvements and bug-fixes in support for SQLITE_OMIT_FLOATING_POINT.
    * The integrity_check pragma is enhanced to detect out-of-order rowids.
    * The ".genfkey" operator has been removed from the Command Line Interface.
    * Updates to the co-hosted Lemon LALR(1) parser generator.
      (These updates did not effect SQLite.)
    * Various minor bug fixes and performance enhancements.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index f4ff3de..2f3d163 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.22
+         VERSION=3.6.23
           SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:b0b87bd1945528723083f6830094f5c676829164
+      SOURCE_VFY=sha1:23fdb5513cebe336a3e6fed1442a68ccc2ed7193
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20100106
+         UPDATED=20100310
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list