From 6ad6b199b7c536add04989c5c601301d11ae8120c6081031d429c69f0cbb1b8c Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 17 Nov 2010 17:10:04 +0000 Subject: [PATCH] Version 3.7.3 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=34 --- sqlite-amalgamation-3.7.2.tar.bz2 | 3 --- sqlite-amalgamation-3.7.3.tar.bz2 | 3 +++ sqlite3.changes | 32 +++++++++++++++++++++++++++++++ sqlite3.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 sqlite-amalgamation-3.7.2.tar.bz2 create mode 100644 sqlite-amalgamation-3.7.3.tar.bz2 diff --git a/sqlite-amalgamation-3.7.2.tar.bz2 b/sqlite-amalgamation-3.7.2.tar.bz2 deleted file mode 100644 index a6064da..0000000 --- a/sqlite-amalgamation-3.7.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792786bbd44445e4b5ea4dbb05b63151d28700d69a2451df83ad2e362b347add -size 1119262 diff --git a/sqlite-amalgamation-3.7.3.tar.bz2 b/sqlite-amalgamation-3.7.3.tar.bz2 new file mode 100644 index 0000000..f114e86 --- /dev/null +++ b/sqlite-amalgamation-3.7.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32daf15790c7982c5489cec2753b366e57b9211fc481a0fbb26294fb1167395 +size 1129827 diff --git a/sqlite3.changes b/sqlite3.changes index c3775b6..00d79f9 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Nov 17 17:06:54 UTC 2010 - max@novell.com + +- New version: 3.7.3: + * Added the sqlite3_create_function_v2() interface that + includes a destructor callback. + * Added support for custom r-tree queries using + application-supplied callback routines to define the boundary + of the query region. + * The default page cache strives more diligently to avoid using + memory beyond what is allocated to it by + SQLITE_CONFIG_PAGECACHE. Or if using page cache is allocating + from the heap, it strives to avoid going over the + sqlite3_soft_heap_limit64(), even if + SQLITE_ENABLE_MEMORY_MANAGEMENT is not set. + * Added the sqlite3_soft_heap_limit64() interface as a + replacement for sqlite3_soft_heap_limit(). + * The ANALYZE command now gathers statistics on tables even if + they have no indices. + * Tweaks to the query planner to help it do a better job of + finding the most efficient query plan for each query. + * Enhanced the internal text-to-numeric conversion routines so + that they work with UTF8 or UTF16, thereby avoiding some + UTF16-to-UTF8 text conversions. + * Fix a problem that was causing excess memory usage with large + WAL transactions in win32 systems. + * The interface between the VDBE and B-Tree layer is enhanced + such that the VDBE provides hints to the B-Tree layer letting + the B-Tree layer know when it is safe to use hashing instead + of B-Trees for transient tables. + * Miscellaneous documentation enhancements. + ------------------------------------------------------------------- Fri Aug 27 10:42:55 UTC 2010 - max@novell.com diff --git a/sqlite3.spec b/sqlite3.spec index 6429acc..25289a0 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -38,7 +38,7 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.7.2 +Version: 3.7.3 Release: 1 # bug437293 %ifarch ppc64