Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2014-10-23 14:19:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-30 
16:03:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2014-10-23 
14:19:52.000000000 +0200
@@ -1,0 +2,60 @@
+Fri Oct 17 19:45:26 UTC 2014 - [email protected]
+
+- SQLite 3.8.7
+- Performance Enhancements:
+  * Many micro-optimizations result in 20.3% more work for the same
+    number of CPU cycles relative to the previous release.
+  * The sorter can use auxiliary helper threads to increase real-
+    time response. This feature is off by default and may be
+    enabled using the PRAGMA threads command or the 
+    SQLITE_DEFAULT_WORKER_THREADS compile-time option.
+  * Enhance the skip-scan optimization so that it is able to skip
+    index terms that occur in the middle of the index, not just as
+    the left-hand side of the index.
+  * Improved optimization of CAST operators.
+  * Various improvements in how the query planner uses sqlite_stat4
+    information to estimate plan costs.
+- New Features:
+  * Added new interfaces with 64-bit length parameters:
+      sqlite3_malloc64()
+      sqlite3_realloc64()
+      sqlite3_bind_blob64()
+      sqlite3_result_blob64()
+      sqlite3_bind_text64()
+      sqlite3_result_text64()
+  * Added the new interface sqlite3_msize() that returns the size
+    of a memory allocation obtained from sqlite3_malloc64() and its
+    variants.
+  * Added the SQLITE_LIMIT_WORKER_THREADS option to sqlite3_limit()
+    and PRAGMA threads command for configuring the number of
+    available worker threads.
+  * The spellfix1 extension allows the application to optionally
+    specify the rowid for each INSERT. Added the User
+    Authentication extension.
+- Bug Fixes:
+  * Fix a bug in the partial index implementation that might result
+    in an incorrect answer if a partial index is used in a subquery
+    or in a view.
+  * Fix a query planner bug that might cause a table to be scanned
+    in the wrong direction (thus reversing the order of output)
+    when a DESC index is used to implement the ORDER BY clause on a
+    query that has an identical GROUP BY clause.
+  * Fix a bug in sqlite3_trace() that was causing it to sometimes
+    fail to print an SQL statement if that statement needed to be
+    re-prepared.
+  * Fix a faulty assert() statement.
+- Test, Debug, and Analysis Changes:
+  * Show ASCII-art abstract syntax tree diagrams using the
+    ".selecttrace" and ".wheretrace" commands in the command-line
+    shell when compiled with SQLITE_DEBUG,
+    SQLITE_ENABLE_SELECTTRACE, and SQLITE_ENABLE_WHERETRACE.
+    Also provide the sqlite3TreeViewExpr() and
+    sqlite3TreeViewSelect() entry points that can be invoked
+    from with the debugger to show the parse tree when stopped at
+    a breakpoint.
+  * Drop support for SQLITE_ENABLE_TREE_EXPLAIN. The SELECTTRACE
+    mechanism provides more useful diagnostics information.
+  * New options to the command-line shell for configuring auxiliary
+    memory usage: --pagecache, --lookaside, and --scratch.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.mELR2k/_old  2014-10-23 14:19:53.000000000 +0200
+++ /var/tmp/diff_new_pack.mELR2k/_new  2014-10-23 14:19:53.000000000 +0200
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:           %pname
-Version:        3.8.6
+Version:        3.8.7
 Release:        0
-%define tarversion 3080600
+%define tarversion 3080700
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers

++++++ sqlite-autoconf-3080600.tar.gz -> sqlite-autoconf-3080700.tar.gz ++++++
++++ 19325 lines of diff (skipped)

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

Reply via email to