diff options
author | adam <adam@pkgsrc.org> | 2008-11-21 12:22:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-21 12:22:21 +0000 |
commit | 67e61f2d40aac96734fa2d0037a891c6ffe6f9b5 (patch) | |
tree | 5a7e3c6ddc45427532a1efe02e493ca442fcbad2 /databases/sqlite3 | |
parent | f6a795b5045db880650bb3e4654c2526b8350002 (diff) | |
download | pkgsrc-67e61f2d40aac96734fa2d0037a891c6ffe6f9b5.tar.gz |
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 (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 9fd2aeabc05..18bd22b655d 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -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 --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 8eb28e0050a..36c502dab05 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -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 |