Mailinglist Archive: opensuse-commit (762 mails)
| < Previous | Next > |
commit sqlite3 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Aug 2010 15:20:32 +0200
- Message-id: <20100803132032.214CE202BA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sqlite3 for openSUSE:Factory
checked in at Tue Aug 3 15:20:32 CEST 2010.
--------
--- sqlite3/sqlite3.changes 2010-04-24 13:57:26.000000000 +0200
+++ sqlite3/sqlite3.changes 2010-08-03 15:20:06.042938000 +0200
@@ -1,0 +2,26 @@
+Thu Jul 22 19:08:56 CEST 2010 - max@xxxxxxx
+
+- New version: 3.7.0:
+ * Added support for write-ahead logging.
+ * Query planner enhancement - automatic transient indices are
+ created when doing so reduces the estimated query time.
+ * Query planner enhancement - the ORDER BY becomes a no-op if
+ the query also contains a GROUP BY clause that forces the
+ correct output order.
+ * Add the SQLITE_DBSTATUS_CACHE_USED verb for
+ sqlite3_db_status().
+ * The logical database size is now stored in the database
+ header so that bytes can be appended to the end of the
+ database file without corrupting it and so that SQLite will
+ work correctly on systems that lack support for ftruncate().
+
+-------------------------------------------------------------------
+Mon Jul 5 09:32:28 CEST 2010 - max@xxxxxxx
+
+- Bugfix release: 3.6.23.1
+ * Fix a bug in the offsets() function of FTS3.
+ * Fix a missing "sync" that when omitted could lead to database
+ corruption if a power failure or OS crash occurred just as a
+ ROLLBACK operation was finishing.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
sqlite-amalgamation-3.6.23.tar.bz2
New:
----
sqlite-amalgamation-3.7.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.5GVZq3/_old 2010-08-03 15:20:19.000000000 +0200
+++ /var/tmp/diff_new_pack.5GVZq3/_new 2010-08-03 15:20:19.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package sqlite3 (Version 3.6.23)
+# spec file for package sqlite3 (Version 3.7.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -38,8 +38,8 @@
Group: Productivity/Databases/Servers
Summary: Embeddable SQL Database Engine
Url: http://www.sqlite.org/
-Version: 3.6.23
-Release: 2
+Version: 3.7.0
+Release: 1
# bug437293
%ifarch ppc64
Obsoletes: sqlite-64bit
++++++ sqlite-amalgamation-3.6.23.tar.bz2 -> sqlite-amalgamation-3.7.0.tar.bz2
++++++
++++ 22538 lines of diff (skipped)
++++++ sqlite-tcl.tar.bz2 ++++++
++++ 5433 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |