Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at Thu Apr 21 11:45:38 CEST 2011. -------- --- sqlite3/sqlite3.changes 2011-02-03 15:57:53.000000000 +0100 +++ /mounts/work_src_done/STABLE/sqlite3/sqlite3.changes 2011-04-13 18:11:00.000000000 +0200 @@ -1,0 +2,28 @@ +Wed Apr 13 16:02:10 UTC 2011 - max@novell.com + +- New Version: 3.7.6.1: + * Added the sqlite3_wal_checkpoint_v2() interface and enhanced + the wal_checkpoint pragma to support blocking checkpoints. + * Improvements to the query planner so that it makes better + estimates of plan costs and hence does a better job of + choosing the right plan, especially when SQLITE_ENABLE_STAT2 + is used. + * Fix a bug which prevented deferred foreign key constraints + from being enforced when sqlite3_finalize() was not called + by one statement with a failed foreign key constraint prior + to another statement with foreign key constraints running. + * Integer arithmetic operations that would have resulted in + overflow are now performed using floating-point instead. + * Increased the version number on the VFS object to 3 and added + new methods xSetSysCall, xGetSysCall, and xNextSysCall used + for doing full-coverage testing. + * Increase the maximum value of SQLITE_MAX_ATTACHED from 30 to + 62 (though the default value remains at 10). + * Added the fts4aux table + * Added support for compressed FTS4 content + * Enhance the ANALYZE command to support the name of an index as + its argument, in order to analyze just that one index. + * Added the "unix-excl" built-in VFS on unix and unix-like + platforms. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sqlite-autoconf-3070500.tar.bz2 New: ---- sqlite-autoconf-3070601.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.kHC6nb/_old 2011-04-21 11:45:17.000000000 +0200 +++ /var/tmp/diff_new_pack.kHC6nb/_new 2011-04-21 11:45:17.000000000 +0200 @@ -35,7 +35,7 @@ Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.7.5 +Version: 3.7.6.1 Release: 1 # bug437293 %ifarch ppc64 @@ -126,7 +126,7 @@ D. Richard Hipp <drh@hwaci.com> %prep -%setup -n sqlite-autoconf-%tarversion +%setup -q -n sqlite-autoconf-%tarversion %build %configure --disable-static ++++++ sqlite-autoconf-3070500.tar.bz2 -> sqlite-autoconf-3070601.tar.bz2 ++++++ ++++ 35528 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de