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

Florin Braescu florin at lunar-linux.org
Mon Jun 15 17:22:20 CEST 2009


commit fe2d1c8c38d069967ec65326a5caf52d2be77319
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jun 15 18:22:20 2009 +0300

    sqlite: version bumped to 3.6.15.
    
    Changes:
    - Refactor the internal representation of SQL expressions so that they
      use less memory on embedded platforms.
    - Reduce the amount of stack space used
    - Fix an 64-bit alignment bug on HP/UX and Sparc
    - The sqlite3_create_function() family of interfaces now return
      SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter
      combinations.
    - When new tables are created using CREATE TABLE ... AS SELECT ... the
      datatype of the columns is the simplified SQLite datatype (TEXT, INT,
      REAL, NUMERIC, or BLOB) instead of a copy of the original datatype
      from the source table.
    - Resolve race conditions when checking for a hot rollback journal.
    - The sqlite3_shutdown() interface frees all mutexes under windows.
    - Enhanced robustness against corrupt database files
    - Continuing improvements to the test suite and fixes to obscure bugs and
      inconsistencies that the test suite improvements are uncovering.
---
 sql/sqlite/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index da45850..714cc1c 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.14.2
+         VERSION=3.6.15
           SOURCE=$MODULE-amalgamation-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:674cef2f488fbee0f39bed3508780c01a7ad0e97
+      SOURCE_VFY=sha1:c1236e7b16d6b77d9fa988d639c1d33e55899663
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20090526
+         UPDATED=20090615
            SHORT="An SQL engine in a C library"
 
 cat << EOF


More information about the Lunar-commits mailing list