Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2015-01-22 21:48:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2014-12-19 
09:40:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2015-01-22 
21:48:58.000000000 +0100
@@ -1,0 +2,61 @@
+Tue Jan 20 20:14:31 UTC 2015 - [email protected]
+
+- SQLite 3.8.8.1:
+  * Fix a bug in the sorting logic, present since version 3.8.4,
+    that can cause output to appear in the wrong order on queries
+    that contains an ORDER BY clause, a LIMIT clause, and that have
+    approximately 60 or more columns in the result set.
+
+-------------------------------------------------------------------
+Fri Jan 16 21:01:06 UTC 2015 - [email protected]
+
+- SQLite 3.8.8
+- New Features:
+  * Added the PRAGMA data_version command
+  * Added the SQLITE_CHECKPOINT_TRUNCATE option to the
+    sqlite3_wal_checkpoint_v2() / PRAGMA wal_checkpoint.
+  * Added the sqlite3_stmt_scanstatus() when compiled with 
+    SQLITE_ENABLE_STMT_SCANSTATUS.
+  * The sqlite3_table_column_metadata() is enhanced to work
+    correctly on WITHOUT ROWID tables and to check for the
+    existence of a a table if the column name parameter is NULL.
+    The interface is now also included in the build by default,
+    without requiring the SQLITE_ENABLE_COLUMN_METADATA compile-
+    time option.
+  * Added the SQLITE_ENABLE_API_ARMOR compile-time option.
+  * Added the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option.
+  * Added the SQLITE_SORTER_PMASZ compile-time option and 
+    SQLITE_CONFIG_PMASZ start-time option.
+  * Added the SQLITE_CONFIG_PCACHE_HDRSZ option to sqlite3_config()
+  * The number of rows in a VALUES clause is no longer limited by
+    SQLITE_LIMIT_COMPOUND_SELECT.
+  * Added the eval.c loadable extension that implements an eval()
+    SQL function that will recursively evaluate SQL.
+- Performance Enhancements:
+  * Reduce the number of memcpy() operations involved in balancing a
+    b-tree, for 3.2% overall performance boost.
+  * Improvements to cost estimates for the skip-scan optimization.
+  * The automatic indexing optimization is now capable of
+    generating a partial index if that is appropriate.
+- Bug fixes:
+  * Ensure durability following a power loss with "PRAGMA
+    journal_mode=TRUNCATE" by calling fsync() right after
+    truncating the journal file.
+  * The query planner now recognizes that any column in the right-
+    hand table of a LEFT JOIN can be NULL, even if that column has
+    a NOT NULL constraint. Avoid trying to optimize out NULL tests
+    in those cases.
+  * Make sure ORDER BY puts rows in ascending order even if the
+    DISTINCT operator is implemented using a descending index.
+  * Fix data races that might occur under stress when running with
+    many threads in shared cache mode where some of the threads are
+    opening and closing connections.
+  * Fix obscure crash bugs found by american fuzzy lop.
+- Other changes:
+  * Disable the use of the strchrnul() C-library routine unless it
+    is specifically enabled using the -DHAVE_STRCHRNULL compile-
+    time option.
+  * Improvements to the effectiveness and accuracy of the
+    likelihood(), likely(), and unlikely() SQL hint functions.
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3080704.tar.gz
  sqlite-doc-3080704.zip

New:
----
  sqlite-autoconf-3080801.tar.gz
  sqlite-doc-3080801.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.yl7H9F/_old  2015-01-22 21:48:59.000000000 +0100
+++ /var/tmp/diff_new_pack.yl7H9F/_new  2015-01-22 21:48:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlite3
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:           %pname
-Version:        3.8.7.4
+Version:        3.8.8.1
 Release:        0
-%define tarversion 3080704
+%define tarversion 3080801
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
@@ -39,9 +39,9 @@
 Requires:       libsqlite3-0 = %version
 Provides:       %oname = %version
 Obsoletes:      %oname < %version
-Source0:        http://www.sqlite.org/2014/sqlite-autoconf-%tarversion.tar.gz
+Source0:        http://www.sqlite.org/2015/sqlite-autoconf-%tarversion.tar.gz
 Source1:        baselibs.conf
-Source2:        http://www.sqlite.org/2014/sqlite-doc-%tarversion.zip
+Source2:        http://www.sqlite.org/2015/sqlite-doc-%tarversion.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64

++++++ sqlite-autoconf-3080704.tar.gz -> sqlite-autoconf-3080801.tar.gz ++++++
++++ 12119 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to