]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Preparing for the release of 3.3.17. (CVS 3870)
authordrh <drh@noemail.net>
Wed, 25 Apr 2007 11:42:32 +0000 (11:42 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Apr 2007 11:42:32 +0000 (11:42 +0000)
FossilOrigin-Name: e278c4ef601eebeb5a4f89baf8b29a6794c403f1

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

diff --git a/VERSION b/VERSION
index 272a1ca3014dbfa47f333a71262dabeac310525f..e9f0bde544cc4ba2b6ec3c2219992449def38e9c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3.16
+3.3.17
index 93ad9dbe5d6173385e0e7be5406cdf79c523c99e..48d781eee18ab6ce519e48049b56c95f627b5079 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Fix\sduplicate\stest\sIDs\sin\sthe\stest\ssuite.\s\sNo\schanges\sto\scode.\s\sTicket\s#2319.\s(CVS\s3869)
-D 2007-04-25T11:32:30
+C Preparing\sfor\sthe\srelease\sof\s3.3.17.\s(CVS\s3870)
+D 2007-04-25T11:42:32
 F Makefile.in 8cab54f7c9f5af8f22fd97ddf1ecfd1e1860de62
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
-F VERSION baea655a7c7b3d866a656d645b624d628510584a
+F VERSION 6de5e9812c227f00155cb59af3535017aef3e258
 F aclocal.m4 d20ba55930a05197b484809fba1d2b603f4e67a6
 F addopcodes.awk 701697fae48376375ec8532c3d04e910cfeef352
 F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248
@@ -418,7 +418,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
 F www/capi3ref.tcl 80178d2697e97236c208a2a6a507e82d121acc71
-F www/changes.tcl fe8ce45119bd5704fcd53a242bd6ab5cae000d46
+F www/changes.tcl 550300b0ff00fc1b872f7802b2d5a1e7587d3e58
 F www/common.tcl 2b793e5c31486c8a01dd27dc0a631ad93704438e
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -437,7 +437,7 @@ 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 e91c98f4415a10425b1a06bc45432cf698c4fa4a
+F www/index.tcl 8f500433525f34ef93427ba5f4f83fb5fde1e0e7
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
 F www/lang.tcl 26a38c36ec6686aee0e46eeac90acb3aae373537
 F www/lockingv3.tcl e52345bd20323bef6146bfce18ae0829b2b7c87d
@@ -461,7 +461,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 58ea768c3e9905bd9db137f1b31dd3dd6c6001d0
-R e2bcc2c07dea4e60709213385f449985
+P 0935cdf82a0be599421881117a981d315933bb7e
+R 7707ddbcacbf0b04587c39b07aae695d
 U drh
-Z 90ff2f6bb123a5d937582a0b8446f326
+Z 247755edf232752633bb92ddd795a487
index fc40287224b4206587f6e09f752250271dc6f4eb..60df26f0869ac9b74d718462822cdb48d083d724 100644 (file)
@@ -1 +1 @@
-0935cdf82a0be599421881117a981d315933bb7e
\ No newline at end of file
+e278c4ef601eebeb5a4f89baf8b29a6794c403f1
\ No newline at end of file
index 5a700bb38a891cf3eedbffac3c922c9e2ade3508..7110e07929c9c2f913033705df028f8dc4694156 100644 (file)
@@ -25,6 +25,13 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2007 April 25 (3.3.17)} {
+<li>When the "write_version" value of the database header is larger than
+    what the library understands, make the database read-only instead of
+    unreadable.</li>
+<li>Other minor bug fixes</li>
+}
+
 chng {2007 April 18 (3.3.16)} {
 <li>Fix a bug that caused VACUUM to fail if NULLs appeared in a
     UNIQUE column.</li>
index 701181ee2211066acf3a51f9313092a34eb9f915..724881b7b4c0e37f7e0c4b07e75617ea71b19174 100644 (file)
@@ -73,6 +73,14 @@ proc newsitem {date title text} {
   puts "<hr width=\"50%\">"
 }
 
+newsitem {2007-Apr-25} {Version 3.3.17} {
+  This version fixes a bug in the forwards-compatibility logic of SQLite
+  that was causing a database to become unreadable when it should have
+  been read-only.  Upgrade from 3.3.16 only if you plan to deploy into
+  a product that might need to be upgraded in the future.  For day to day
+  use, it probably does not matter.
+}
+
 newsitem {2007-Apr-18} {Version 3.3.16} {
   Performance improvements added in 3.3.14 but mistakenly turned off
   in 3.3.15 have been reinstated.  A bug has been fixed that prevented 
@@ -114,4 +122,4 @@ puts {
 <p align="right"><a href="oldnews.html">Old news...</a></p>
 </td></tr></table>
 }
-footer {$Id: index.tcl,v 1.153 2007/04/18 13:49:37 drh Exp $}
+footer {$Id: index.tcl,v 1.154 2007/04/25 11:42:33 drh Exp $}