diff options
author | adam <adam> | 2010-03-12 09:11:27 +0000 |
---|---|---|
committer | adam <adam> | 2010-03-12 09:11:27 +0000 |
commit | 291c9dbf8d6725e640b6d584f6aab5053126e083 (patch) | |
tree | 37f1b448440c6394514fb41e2e2f4bbd25c1d80b /databases/sqlite3/distinfo | |
parent | dad6993bef2655eddbae26df85bdd02bbb5cd572 (diff) | |
download | pkgsrc-291c9dbf8d6725e640b6d584f6aab5053126e083.tar.gz |
Changes 3.6.23:
* Added the secure_delete pragma
* Added the sqlite3_compileoption_used() and sqlite3_compileoption_get()
interfaces as well as the compile_options pragma and the
sqlite_compileoption_used() and sqlite_compileoption_get() SQL functions.
* Added the sqlite3_log() interface together with the SQLITE_CONFIG_LOG verb
to sqlite3_config(). The ".log" command is added to the Command Line Interface
* Improvements to FTS3
* Improvements and bug-fixes in support for SQLITE_OMIT_FLOATING_POINT
* The integrity_check pragma is enhanced to detect out-of-order rowids
* The ".genfkey" operator has been removed from the Command Line Interface
* Updates to the co-hosted Lemon LALR(1) parser generator. (These updates did not affect SQLite.)
* Various minor bug fixes and performance enhancements
Diffstat (limited to 'databases/sqlite3/distinfo')
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 386b6955f40..d9ec38744ba 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.48 2010/01/18 08:51:09 adam Exp $ +$NetBSD: distinfo,v 1.49 2010/03/12 09:11:27 adam Exp $ -SHA1 (sqlite-amalgamation-3.6.22.tar.gz) = b0b87bd1945528723083f6830094f5c676829164 -RMD160 (sqlite-amalgamation-3.6.22.tar.gz) = 67452387486081a99107900eb14c816ba970f4ed -Size (sqlite-amalgamation-3.6.22.tar.gz) = 1413926 bytes +SHA1 (sqlite-amalgamation-3.6.23.tar.gz) = 23fdb5513cebe336a3e6fed1442a68ccc2ed7193 +RMD160 (sqlite-amalgamation-3.6.23.tar.gz) = 1a72ff26227bab64756679f2c08fc04eb6790313 +Size (sqlite-amalgamation-3.6.23.tar.gz) = 1421367 bytes SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f |