diff options
author | adam <adam@pkgsrc.org> | 2016-08-14 11:19:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-08-14 11:19:08 +0000 |
commit | c3fd76e648cf844f77f4682daf5986895d22c9cc (patch) | |
tree | fba0e4a2da3278def0cb1be4f218c24a0dd02984 /databases/sqlite3/Makefile.version | |
parent | 5372d05491f509bc19d4b11073cd7c763e6864e7 (diff) | |
download | pkgsrc-c3fd76e648cf844f77f4682daf5986895d22c9cc.tar.gz |
Changes 3.14.1:
* A performance enhancement to the page-cache "truncate" operation reduces COMMIT time by dozens of milliseconds on systems with a large page cache.
* Fix to the --rbu option of sqldiff.
Diffstat (limited to 'databases/sqlite3/Makefile.version')
-rw-r--r-- | databases/sqlite3/Makefile.version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version index b6291d8253f..bd95693ed82 100644 --- a/databases/sqlite3/Makefile.version +++ b/databases/sqlite3/Makefile.version @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.version,v 1.19 2016/08/09 14:54:25 adam Exp $ +# $NetBSD: Makefile.version,v 1.20 2016/08/14 11:19:08 adam Exp $ # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile -SQLITE3_DISTVERSION= 3140000 -SQLITE3_VERSION= 3.14.0 +SQLITE3_DISTVERSION= 3140100 +SQLITE3_VERSION= 3.14.1 MASTER_SITES= http://www.hwaci.com/sw/sqlite/2016/ \ http://www.sqlite.org/2016/ |