]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Website changes in preparation for the release of 2.8.17. (CVS 2834)
authordrh <drh@noemail.net>
Mon, 19 Dec 2005 17:53:35 +0000 (17:53 +0000)
committerdrh <drh@noemail.net>
Mon, 19 Dec 2005 17:53:35 +0000 (17:53 +0000)
FossilOrigin-Name: a927696ba30da39cb94ba666a10b7311d46826c9

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

index 780e8d4cddbb0ed3b6a4552018fc8a7db1ff75d4..4d26e59ed0f3adfe27d60e7b3bd47db893851083 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Website\schanges\sfor\sthe\srelease\sof\s3.2.8.\s(CVS\s2831)
-D 2005-12-19T17:26:47
+C Website\schanges\sin\spreparation\sfor\sthe\srelease\sof\s2.8.17.\s(CVS\s2834)
+D 2005-12-19T17:53:36
 F Makefile.in e3c6b3a38d734d41574c04f2fc90d18de2b87102
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -288,7 +288,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
 F www/capi3ref.tcl c4bf23a0110ad0ffdf4fe6b74d464965116dcea4
-F www/changes.tcl 5ec59d711b2c669fa630e3fbfecfed4facb24fc4
+F www/changes.tcl ef5874a59698da63ec914cbfbd64b4033892ddc4
 F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -307,7 +307,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 b009d7eb8ffefdbe21ba7d8e7be03e703bff8e1d
+F www/index.tcl 2217d1c755d3d4a421729135d1fd431fc0d7d67d
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
 F www/lang.tcl 7015a52116d1ba3ce87cff6de7a98d5127e8f163
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
@@ -329,7 +329,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P e6106cc133e5210bfa248d811122e9bf7d6f2b7c
-R 7ae28ed51224042c460de67aa01a5544
+P 2f7ec117ded31f2c13f2e3ab9dd4e9a483434601
+R 547dcd4429db02f81b0ea35f4c0b8368
 U drh
-Z 45c8e8547d57f8a859982f3eb0f04be3
+Z 84cc1eb94b056fe4069873bc16aa8466
index df090c516718bfb37aa8669c734cd153cd0c24ea..6de8e3a374c0e8e181d3377e28be7d13bfa15166 100644 (file)
@@ -1 +1 @@
-2f7ec117ded31f2c13f2e3ab9dd4e9a483434601
\ No newline at end of file
+a927696ba30da39cb94ba666a10b7311d46826c9
\ No newline at end of file
index b0633cd647882cfaeeb67074183f0ccff5ef6e8b..2bedec287141ae565e4014d8503a3378f367da5d 100644 (file)
@@ -32,6 +32,13 @@ is part of an even larger transaction fails due to a uniqueness contraint
 but the containing transaction commits.</li>
 }
 
+chng {2005 December 19 (2.8.17)} {
+<li>Fix an obscure bug that can cause database corruption under the
+following unusual circumstances: A large INSERT or UPDATE statement which 
+is part of an even larger transaction fails due to a uniqueness contraint
+but the containing transaction commits.</li>
+}
+
 chng {2005 September 24 (3.2.7)} {
 <li>GROUP BY now considers NULLs to be equal again, as it should
 </li>
index 0c579dfe639908bd2239511ad4c0c9696ee2693f..872964d326a3c1dea10599a4e767f9e70e47a07c 100644 (file)
@@ -66,9 +66,10 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
-newsitem {2005-Dec-19} {Version 3.2.8} {
-  This version contains a single one-line change from 3.2.7.  That change
-  fixes a problem which might cause database corruption if a large INSERT or
+newsitem {2005-Dec-19} {Versions 3.2.8 and 2.8.17} {
+  These versions contain one-line changes to 3.2.7 and 2.8.16 to fix a bug
+  that has been present since March of 2002 and version 2.4.0.
+  That bug might possibly cause database corruption if a large INSERT or
   UPDATE statement within a multi-statement transaction fails due to a
   uniqueness constraint but the containing transaction commits.
 }
@@ -119,4 +120,4 @@ puts {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-footer {$Id: index.tcl,v 1.127 2005/12/19 17:26:47 drh Exp $}
+footer {$Id: index.tcl,v 1.128 2005/12/19 17:53:36 drh Exp $}