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

Florin Braescu florin at lunar-linux.org
Thu Aug 7 15:24:27 CEST 2008


commit e5f876e864e9ec127ec4f8635ac0cc0395c26516
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Aug 7 16:24:27 2008 +0300

    sqlite: version bumped to 3.6.1.
    
    Changes:
    Added the lookaside memory allocator for a speed improvement in excess of 15% on some workloads. (Your mileage may vary.)
    Added the SQLITE_CONFIG_LOOKASIDE verb to sqlite3_config() to control the default lookaside configuration.
    Added verbs SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE to the sqlite3_status() interface.
    Modified SQLITE_CONFIG_PAGECACHE and SQLITE_CONFIG_SCRATCH to remove the "+4" magic number in the buffer size computation.
    Added the sqlite3_db_config() and sqlite3_db_status() interfaces for controlling and monitoring the lookaside allocator separately on each database connection.
    Bugfixes and enhacements.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index 08a1dbb..573ef02 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.5.9
+         VERSION=3.6.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:8d81fb4ff606095734e721e3cf00bc9d3859a055
+      SOURCE_VFY=sha1:756f45e812a2063dacd947b9642fdb82301348fa
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20080621
+         UPDATED=20080807
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list