From: drh Date: Sat, 24 Sep 2005 15:10:59 +0000 (+0000) Subject: Perparations for version 3.2.7. (CVS 2735) X-Git-Tag: version-3.6.10~3425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dc5a288c68b36f4623354b5566c3e031a1ceb46;p=thirdparty%2Fsqlite.git Perparations for version 3.2.7. (CVS 2735) FossilOrigin-Name: 70937d5cfa10eda66d926d378f30f9961a7822bf --- diff --git a/VERSION b/VERSION index 34cde5690e..406ebcbd95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.6 +3.2.7 diff --git a/manifest b/manifest index 39f526191c..db42af9710 100644 --- a/manifest +++ b/manifest @@ -1,9 +1,9 @@ -C Add\sthe\sSQLite\sconsole\ssource\scode\sin\sthe\scontrib\ssection\sof\sthe\ssource\stree.\s(CVS\s2734) -D 2005-09-24T11:01:12 +C Perparations\sfor\sversion\s3.2.7.\s(CVS\s2735) +D 2005-09-24T15:10:59 F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 -F VERSION 22603432911b0496f708ee79d4b1177c5263be32 +F VERSION b818cce180263e590a00ad4509a713892c3eecea F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248 F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2 @@ -272,7 +272,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 F www/capi3ref.tcl 885f2aa112e2e9b8822753bf2972d5afd0cfeba9 -F www/changes.tcl 8bf27d9b3767470769b48ca6feb41dc4926aee2c +F www/changes.tcl 5f09e69c5498cf388b3158978664db090708ed83 F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30 @@ -291,7 +291,7 @@ F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45 F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3 -F www/index.tcl 831cb9ac6afa3109fb3aac1445c783b864ac0eba +F www/index.tcl 2fff45565fd52fba6746b27eb60ea1d7834042ec F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1 F www/lang.tcl b04a87ce05cdbd8d356d6b760a9a0b6f6fce927e F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f @@ -313,7 +313,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 352cc9f53b7724621ecbf3a6362f34c31a18cce8 -R f818bd7d360d8c7bf733a324361cf7aa +P 079c6348f944ad708214f5f335065373d9ae509a +R af00b18d3b228afdf6d336b083e69571 U drh -Z 6dfeca5af76eacfd240059bc1fb90977 +Z 0f1c3ed9d0c73cb0abcdef130e3580a8 diff --git a/manifest.uuid b/manifest.uuid index dca39186b8..d7bee17248 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -079c6348f944ad708214f5f335065373d9ae509a \ No newline at end of file +70937d5cfa10eda66d926d378f30f9961a7822bf \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index f6d9efe7ac..165360d653 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -25,6 +25,18 @@ proc chng {date desc} { puts "

" } +chng {2005 September 24 (3.2.7)} { +
  • GROUP BY now considers NULLs to be equal again, as it should +
  • +
  • Now compiles on Solaris and OpenBSD and other Unix variants +that lack the fdatasync() function
  • +
  • Now compiles on MSVC++6 again
  • +
  • Fix uninitialized variables causing malfunctions for various obscure +queries
  • +
  • Correctly compute a LEFT OUTER JOINs that is constrained on the +left table only
  • +} + chng {2005 September 17 (3.2.6)} {
  • Fix a bug that can cause database corruption if a VACUUM (or autovacuum) fails and is rolled back on a database that is diff --git a/www/index.tcl b/www/index.tcl index fa713c7772..3cc9efebf2 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -66,6 +66,11 @@ proc newsitem {date title text} { puts "
    " } +newsitem {2005-Sep-24} {Version 3.2.7} { + This version fixes several minor and obscure bugs. + Upgrade only if you are having problems. +} + newsitem {2005-Sep-16} {Version 3.2.6 - Critical Bug Fix} { This version fixes a bug that can result in database corruption if a VACUUM of a 1 gibibyte or larger database fails @@ -107,4 +112,4 @@ puts {

    Old news...

    } -footer {$Id: index.tcl,v 1.125 2005/09/17 15:17:40 drh Exp $} +footer {$Id: index.tcl,v 1.126 2005/09/24 15:11:00 drh Exp $}