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

Florin Braescu florin at lunar-linux.org
Thu May 15 15:20:30 CEST 2008


commit c58b38db75bac4383c2019994a2c7ddf32721542
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu May 15 16:20:30 2008 +0300

    sqlite: version bumped to 3.5.9.
    
    Changes:
    -Added experimental support for the journal_mode PRAGMA and
     persistent journal.
    -Journal mode PERSIST is the default behavior in exclusive
     locking mode.
    -Fix a performance regression on LEFT JOIN that was mistakenly
     introduced in version 3.5.8.
    -Performance enhancement: Reengineer the internal routines
     used to interpret and render variable-length integers.
    -Fix a buffer-overrun problem in sqlite3_mprintf() which
     occurs when a string without a zero-terminator is passed to
     "%.*s".
    -Always convert IEEE floating point NaN values into NULL
     during processing.
    -Make sure that when a connection blocks on a RESERVED lock
     that it is able to continue after the lock is released.
    -The "configure" scripts should now automatically configure
     unix systems for large file support. Improved error messages
     for when large files are encountered and large file support
     is disabled.
    -Avoid cache pages leaks following disk-full or I/O errors
    -And, many more 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 ba89f29..8f14319 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.5.8
+         VERSION=3.5.9
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:35b451b80932a7ba0bc2a0588259dad145e4147d
+      SOURCE_VFY=sha1:8d81fb4ff606095734e721e3cf00bc9d3859a055
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20080417
+         UPDATED=20080515
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list