Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2013-09-26 07:19:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-08-13 
12:56:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2013-09-26 
07:19:47.000000000 +0200
@@ -1,0 +2,44 @@
+Mon Sep 23 11:49:21 UTC 2013 - [email protected]
+
+- New version 3.8.0.2:
+- Full list of changes: http://sqlite.org/releaselog/3_8_0_2.html
+- Highlights:
+  * Add support for partial indexes.
+  * Cut-over to the next generation query planner for faster and
+    better query plans.
+  * Added the FTS4 notindexed option, allowing non-indexed columns
+    in an FTS4 table.
+  * Added the SQLITE_ALLOW_URI_AUTHORITY compile-time option.
+
+-------------------------------------------------------------------
+Mon Aug 26 10:33:58 UTC 2013 - [email protected]
+
+- New version 3.7.17.
+- Full list of changes: http://sqlite.org/releaselog/3_7_17.html
+- Highlights:
+  * Add support for memory-mapped I/O.
+  * Assigned the integer at offset 68 in the database header as
+    the Application ID for when SQLite is used as an application
+    file-format. Added the PRAGMA application_id command to query
+    and set the Application ID.
+  * Enhance the extension loading mechanism to be more flexible
+    (while still maintaining backwards compatibility) in two ways:
+    1. If the default entry point "sqlite3_extension_init" is not
+       present in the loadable extension, also try an entry point
+       "sqlite3_X_init" where "X" is based on the shared library
+       filename. This allows every extension to have a different
+       entry point, which allows them to be statically linked with
+       no code changes.
+    2. The shared library filename passed to
+       sqlite3_load_extension() may omit the filename suffix, and
+       an appropriate architecture-dependent suffix (".so",
+       ".dylib", or ".dll") will be added automatically.
+  * Added many new loadable extensions to the source tree,
+    including amatch, closure, fuzzer, ieee754, nextchar, regexp,
+    spellfix, and wholenumber.
+  * Bug fix: Fix a potential database corruption bug in shared
+    cache mode when one database connection is closed while
+    another is in the middle of a write transaction. Ticket
+    e636a050b7
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3071700.tar.gz

New:
----
  sqlite-autoconf-3080002.tar.gz

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.EBp20p/_old  2013-09-26 07:19:48.000000000 +0200
+++ /var/tmp/diff_new_pack.EBp20p/_new  2013-09-26 07:19:48.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           sqlite3
-Version:        3.7.17
+Version:        3.8.0.2
 Release:        0
-%define tarversion 3071700
+%define tarversion 3080002
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers

++++++ sqlite-autoconf-3071700.tar.gz -> sqlite-autoconf-3080002.tar.gz ++++++
++++ 75212 lines of diff (skipped)

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

Reply via email to