From: drh
Date: Wed, 25 Apr 2007 11:42:32 +0000 (+0000)
Subject: Preparing for the release of 3.3.17. (CVS 3870)
X-Git-Tag: version-3.6.10~2300
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd9b721eb6080983fa5c9f475e1c2996968eee2f;p=thirdparty%2Fsqlite.git
Preparing for the release of 3.3.17. (CVS 3870)
FossilOrigin-Name: e278c4ef601eebeb5a4f89baf8b29a6794c403f1
---
diff --git a/VERSION b/VERSION
index 272a1ca301..e9f0bde544 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3.16
+3.3.17
diff --git a/manifest b/manifest
index 93ad9dbe5d..48d781eee1 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index fc40287224..60df26f086 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-0935cdf82a0be599421881117a981d315933bb7e
\ No newline at end of file
+e278c4ef601eebeb5a4f89baf8b29a6794c403f1
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 5a700bb38a..7110e07929 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -25,6 +25,13 @@ proc chng {date desc} {
puts "
"
}
+chng {2007 April 25 (3.3.17)} {
+When the "write_version" value of the database header is larger than
+ what the library understands, make the database read-only instead of
+ unreadable.
+Other minor bug fixes
+}
+
chng {2007 April 18 (3.3.16)} {
Fix a bug that caused VACUUM to fail if NULLs appeared in a
UNIQUE column.
diff --git a/www/index.tcl b/www/index.tcl
index 701181ee22..724881b7b4 100644
--- a/www/index.tcl
+++ b/www/index.tcl
@@ -73,6 +73,14 @@ proc newsitem {date title text} {
puts "
"
}
+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 {
Old news...
}
-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 $}