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

Florin Braescu florin at lunar-linux.org
Thu Nov 13 19:01:30 CET 2008


commit 633c43bddde5a96d4703b11349eb6f3f7b5be8fa
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Nov 13 20:01:30 2008 +0200

    sqlite: version bumped to 3.6.5.
    
    Changes:
    Add the MEMORY option to the journal_mode pragma.
    Added the sqlite3_db_mutex() interface.
    Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
    Fixed the truncate optimization so that sqlite3_changes() and sqlite3_total_changes() interfaces and the count_changes pragma return the correct values.
    Added the sqlite3_extended_errcode() interface.
    The COMMIT command now succeeds even if there are pending queries. It returns SQLITE_BUSY if there are pending incremental BLOB I/O requests.
    The error code is changed to SQLITE_BUSY (instead of SQLITE_ERROR) when an attempt is made to ROLLBACK while one or more queries are still pending.
    Drop all support for the experimental memory allocators memsys4 and memsys6.
    Added the SQLITE_ZERO_MALLOC compile-time option.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 8a0919c..5857a9e 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.4
+         VERSION=3.6.5
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:af1082c0455aa672a9e1ca700eb53d986f6ac846
+      SOURCE_VFY=sha1:bedea52c06223ca73cd51dc7e62d650993de9b02
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20081015
+         UPDATED=20081113
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list