From: drh Date: Mon, 22 Jan 2007 13:06:02 +0000 (+0000) Subject: Prepare for the release of version 3.3.11 (CVS 3598) X-Git-Tag: version-3.6.10~2572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0c7a46af399ab29c5402bd9098860a72fcb893;p=thirdparty%2Fsqlite.git Prepare for the release of version 3.3.11 (CVS 3598) FossilOrigin-Name: daf288302407b103051d8440df371e4cb79769eb --- diff --git a/VERSION b/VERSION index 5f6fc5edc2..b9b3b0de0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.10 +3.3.11 diff --git a/manifest b/manifest index 766809d79c..0771c4c522 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Fix\sa\spragma\stest\sso\sthat\sit\sworks\sin\sdirectories\sthat\shave\sspaces\sin\ntheir\snames.\s(CVS\s3597) -D 2007-01-22T13:02:24 +C Prepare\sfor\sthe\srelease\sof\sversion\s3.3.11\s(CVS\s3598) +D 2007-01-22T13:06:03 F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 -F VERSION 1e760df421ea310bc29d8069a0d0848581864246 +F VERSION a1f96818b97c668f65980de27723c68e555f366f F aclocal.m4 a8df0ae21d1ac797fa7d7eaa1703412bc61b973f F addopcodes.awk 701697fae48376375ec8532c3d04e910cfeef352 F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248 @@ -384,7 +384,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 F www/capi3ref.tcl 9adb2d2313c3c5e9c6d6240c1d8f3d11dd533c59 -F www/changes.tcl dd6aaf7839ac20b3c5fe69533755bc64d8e43952 +F www/changes.tcl 23b2557954daebad73d5183d532b038050ecd27b F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -403,13 +403,13 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/formatchng.tcl bbb8af1ee494a71031acac4c8d8c51535f23b9df F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3 -F www/index.tcl 251254c9b86004eea3621578537c84466ac9219d +F www/index.tcl 70f26d7f2f59a2731695ff63fca331150cae17f6 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1 F www/lang.tcl fb1070256c211a3dec735e1273c506c1f8db7556 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf -F www/oldnews.tcl 8dbc5c7e1f0a7ee279deba9da48b58ab9587afaf +F www/oldnews.tcl 999cd52516da0eee571de7ea4ae76282dd6ec24a F www/omitted.tcl ee6b46f83d513b2187869740da829a700e1a355e F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f F www/optimizer.tcl d6812a10269bd0d7c488987aac0ad5036cace9dc @@ -427,7 +427,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 4f2ab4b6320ffc621900049b41f50bc30d76d7f5 -R c4572e9faff220a90a05c917a025c06b +P 071c957a5dcd236139113d7c0dc1d58b54180eb7 +R c3dcae1a356904334a6430b811042004 U drh -Z 6a5ea2d8a3a623ebc270edd7f8866fc7 +Z d131afdf74c467eb260f0dabe43bafb7 diff --git a/manifest.uuid b/manifest.uuid index 6dcab235ba..c05fd70fd4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -071c957a5dcd236139113d7c0dc1d58b54180eb7 \ No newline at end of file +daf288302407b103051d8440df371e4cb79769eb \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index c186d51142..2789dfe0be 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -25,6 +25,18 @@ proc chng {date desc} { puts "

" } +chng {2007 January 22 (3.3.11)} { +
  • Fix another bug in the implementation of the new +sqlite3_prepare_v2() API. +We'll get it right eventually...
  • +
  • Fix a bug in the IS NULL optimization that was added in version 3.3.9 - +the bug was causing incorrect results on certain LEFT JOINs that included +in the WHERE clause an IS NULL constraint for the right table of the +LEFT JOIN.
  • +
  • Make AreFileApisANSI() a no-op macro in winCE since winCE does not +support this function.
  • +} + chng {2007 January 9 (3.3.10)} {
  • Fix bugs in the implementation of the new sqlite3_prepare_v2() API diff --git a/www/index.tcl b/www/index.tcl index f8ce1741cf..90c0fb61d3 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -67,6 +67,11 @@ proc newsitem {date title text} { puts "
    " } +newsitem {2007-Jan-22} {Version 3.3.11} { + Version 3.3.11 fixes for a few more problems in version 3.3.9 that + version 3.3.10 failed to catch. Upgrading is recommended. +} + newsitem {2007-Jan-9} {Version 3.3.10} { Version 3.3.10 fixes several bugs that were introduced by the previous release. Upgrading is recommended. @@ -93,29 +98,8 @@ newsitem {2006-Oct-9} {Version 3.3.8} { you are having problems with 3.3.7. } -newsitem {2006-Aug-12} {Version 3.3.7} { - Version 3.3.7 includes support for loadable extensions and virtual - tables. But both features are still considered "beta" and their - APIs are subject to change in a future release. This release is - mostly to make available the minor bug fixes that have accumulated - since 3.3.6. Upgrading is not necessary. Do so only if you encounter - one of the obscure bugs that have been fixed or if you want to try - out the new features. -} - -newsitem {2006-Jun-19} {New Book About SQLite} { - - The Definitive Guide to SQLite, a new book by - Mike Owens. - is now available from Apress. - The books covers the latest SQLite internals as well as - the native C interface and bindings for PHP, Python, - Perl, Ruby, Tcl, and Java. Recommended. -} - - puts {

    Old news...

    } -footer {$Id: index.tcl,v 1.147 2007/01/10 13:34:18 drh Exp $} +footer {$Id: index.tcl,v 1.148 2007/01/22 13:06:03 drh Exp $} diff --git a/www/oldnews.tcl b/www/oldnews.tcl index 6ab4b60477..7836088752 100644 --- a/www/oldnews.tcl +++ b/www/oldnews.tcl @@ -10,6 +10,27 @@ proc newsitem {date title text} { } +newsitem {2006-Aug-12} {Version 3.3.7} { + Version 3.3.7 includes support for loadable extensions and virtual + tables. But both features are still considered "beta" and their + APIs are subject to change in a future release. This release is + mostly to make available the minor bug fixes that have accumulated + since 3.3.6. Upgrading is not necessary. Do so only if you encounter + one of the obscure bugs that have been fixed or if you want to try + out the new features. +} + +newsitem {2006-Jun-19} {New Book About SQLite} { + + The Definitive Guide to SQLite, a new book by + Mike Owens. + is now available from Apress. + The books covers the latest SQLite internals as well as + the native C interface and bindings for PHP, Python, + Perl, Ruby, Tcl, and Java. Recommended. +} + + newsitem {2006-Jun-6} {Version 3.3.6} { Changes include improved tolerance for windows virus scanners and faster :memory: databases. There are also fixes for several @@ -360,4 +381,4 @@ newsitem {2004-Apr-23} {Work Begins On SQLite Version 3} { Plans are to continue to support SQLite version 2.8 with bug fixes. But all new development will occur in version 3.0. } -footer {$Id: oldnews.tcl,v 1.17 2007/01/04 16:37:41 drh Exp $} +footer {$Id: oldnews.tcl,v 1.18 2007/01/22 13:06:03 drh Exp $}