pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Changes 3.6.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2174a34a970
branches:  trunk
changeset: 550403:c2174a34a970
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 21 12:22:21 2008 +0000

description:
Changes 3.6.6:
* Fix a define that prevented memsys5 from compiling
* Fix a problem in the virtual table commit mechanism that was causing
  a crash in FTS3.
* Add the application-defined page cache
* Added built-in support for VxWorks

Changes 3.6.5:
* Add the MEMORY option to the journal_mode pragma.
* Added the sqlite3_db_mutex() interface.
* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
* Fixed the truncate optimization so that sqlite3_changes() and
  sqlite3_total_changes() interfaces and the count_changes pragma return
  the correct values.
* Added the sqlite3_extended_errcode() interface.
* The COMMIT command now succeeds even if there are pending queries. It returns * SQLITE_BUSY if there are pending incremental BLOB I/O requests.
* The error code is changed to SQLITE_BUSY (instead of SQLITE_ERROR) when
  an attempt is made to ROLLBACK while one or more queries are still pending.
* Drop all support for the experimental memory allocators memsys4 and memsys6.
* Added the SQLITE_ZERO_MALLOC compile-time option.

diffstat:

 databases/sqlite3/Makefile.common |  4 ++--
 databases/sqlite3/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 67daa8bbeaeb -r c2174a34a970 databases/sqlite3/Makefile.common
--- a/databases/sqlite3/Makefile.common Fri Nov 21 11:28:15 2008 +0000
+++ b/databases/sqlite3/Makefile.common Fri Nov 21 12:22:21 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.26 2008/10/19 00:11:49 gdt Exp $
+# $NetBSD: Makefile.common,v 1.27 2008/11/21 12:22:21 adam Exp $
 
 # used by databases/sqlite3-tcl/Makefile
 
-DISTNAME=      sqlite-3.6.4
+DISTNAME=      sqlite-3.6.6
 PKGNAME=       ${DISTNAME:S/-/3-/}
 CATEGORIES=    databases
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/ \
diff -r 67daa8bbeaeb -r c2174a34a970 databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Fri Nov 21 11:28:15 2008 +0000
+++ b/databases/sqlite3/distinfo        Fri Nov 21 12:22:21 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2008/10/15 18:22:04 martti Exp $
+$NetBSD: distinfo,v 1.23 2008/11/21 12:22:21 adam Exp $
 
-SHA1 (sqlite-3.6.4.tar.gz) = af1082c0455aa672a9e1ca700eb53d986f6ac846
-RMD160 (sqlite-3.6.4.tar.gz) = b420b8a196807feb5162f293ea64e7741a633e92
-Size (sqlite-3.6.4.tar.gz) = 2246598 bytes
+SHA1 (sqlite-3.6.6.tar.gz) = 1d742f35802b3053372b60db615690b5d2c4fa67
+RMD160 (sqlite-3.6.6.tar.gz) = 328723d101dc148739706370f5dca27abcd7e817
+Size (sqlite-3.6.6.tar.gz) = 2269175 bytes



Home | Main Index | Thread Index | Old Index