]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the webpage description of 3.2.6 changes to talk about ticket #1432. (CVS...
authordrh <drh@noemail.net>
Sat, 17 Sep 2005 15:17:40 +0000 (15:17 +0000)
committerdrh <drh@noemail.net>
Sat, 17 Sep 2005 15:17:40 +0000 (15:17 +0000)
FossilOrigin-Name: 0e23c28b25aced292cb068bc9a202cb627ba38ec

manifest
manifest.uuid
www/changes.tcl
www/index.tcl

index 0d1be186047fc19e8f40040cd2193ea0d165cd7e..0858150505e4598dc8eb3e31f98a6bb7731829c3 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Bug\sfix\sin\sthe\sORDER\sBY\soptimizer.\s\sTicket\s#1435.\s(CVS\s2707)
-D 2005-09-17T13:29:24
+C Update\sthe\swebpage\sdescription\sof\s3.2.6\schanges\sto\stalk\sabout\sticket\s#1432.\s(CVS\s2708)
+D 2005-09-17T15:17:40
 F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -268,7 +268,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 114762bba4c8b7d91d64384c6003c93c43d6ef26
+F www/changes.tcl 8bf27d9b3767470769b48ca6feb41dc4926aee2c
 F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -287,7 +287,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 453aed3c917b0f2bdd45153a81cb87db1a29ff5f
+F www/index.tcl 831cb9ac6afa3109fb3aac1445c783b864ac0eba
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
 F www/lang.tcl b04a87ce05cdbd8d356d6b760a9a0b6f6fce927e
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
@@ -309,7 +309,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 21740794ab81924442f358a6adbbe6d5590cf58d
-R b32fca0d91a2191c1cb4e71d6f5df25e
+P 553b7ba8f8ae4cb865494f2d301690149d7edb9f
+R 8d1e61fc6f8991d406d873110f916835
 U drh
-Z c7d6a04f82149f6121e1279552dd9d04
+Z 7704cf86f431264a6d16e778f11a63db
index af6aad807b3965eaff8de1ce297303c1298a69d9..f841afcdd7bac819d3187f7fc6f8871540ac6f16 100644 (file)
@@ -1 +1 @@
-553b7ba8f8ae4cb865494f2d301690149d7edb9f
\ No newline at end of file
+0e23c28b25aced292cb068bc9a202cb627ba38ec
\ No newline at end of file
index 8245b549da598cbed76f830fd76a2298f3ecd04c..f6d9efe7aca39c648e479257cb9b31ba8e4d047b 100644 (file)
@@ -25,7 +25,10 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
-chng {2005 September 16 (3.2.6)} {
+chng {2005 September 17 (3.2.6)} {
+<li>Fix a bug that can cause database corruption if a VACUUM (or
+    autovacuum) fails and is rolled back on a database that is
+    larger than 1GiB</li>
 <li>LIKE optiization now works for columns with COLLATE NOCASE</li>
 <li>ORDER BY and GROUP BY now use bounded memory</li>
 <li>Added support for COUNT(DISTINCT expr)</li>
index 6358acd2bab9fac646a51471c5787cef8aed079b..fa713c777220d7f010ce9d909c77288e64f3b46a 100644 (file)
@@ -66,7 +66,13 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
-newsitem {2005-Sep-16} {Version 3.2.6} {
+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
+  (perhaps do to running out of disk space or an unexpected power loss)
+  and is later rolled back.
+  <p>
+  Also in this release:
   The ORDER BY and GROUP BY processing was rewritten to use less memory.
   Support for COUNT(DISTINCT) was added.  The LIKE operator can now be
   used by the optimizer on columns with COLLATE NOCASE.
@@ -101,4 +107,4 @@ puts {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-footer {$Id: index.tcl,v 1.124 2005/09/16 02:55:15 drh Exp $}
+footer {$Id: index.tcl,v 1.125 2005/09/17 15:17:40 drh Exp $}