From: drh
Date: Tue, 15 Feb 2005 12:56:22 +0000 (+0000)
Subject: Update the change log. (CVS 2334)
X-Git-Tag: version-3.6.10~3821
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08971de9bcebeb0e39fbaa9f353e2d0e9b207381;p=thirdparty%2Fsqlite.git
Update the change log. (CVS 2334)
FossilOrigin-Name: 94c3f20e8c831aa708955b588a13d54f79f3ef03
---
diff --git a/manifest b/manifest
index c75ec31c22..434e7bbfed 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sthe\shomepage\sprior\sto\sreleases\s2.8.16\sand\s3.1.2.\s(CVS\s2333)
-D 2005-02-15T12:51:16
+C Update\sthe\schange\slog.\s(CVS\s2334)
+D 2005-02-15T12:56:23
F Makefile.in d928187101fa3d78426cf48ca30e39d0fb714e57
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -237,7 +237,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
F www/capi3.tcl 9676103393dbf1c313b5618c9da59033f82cd924
F www/capi3ref.tcl c5a3ae75fc3505c034f3c4bbb62ab94cf359ac39
-F www/changes.tcl 33b6d72be3d38765151450c09ce8b0328ce2bf8e
+F www/changes.tcl 34c1ddc0920970e2d8f50dbfe7685bdcda66eece
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
F www/compile.tcl 65b26bdfc964b66c5f0af841718a52f9795ceb05
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -271,7 +271,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
-P dcbc983355d3207615b52b0724405a024a1a5955
-R 172c191a1ce473af2b8dc5daebe6e1c8
+P 603bbe47ddb14105da6a3435ff8f7c6c6f1929a1
+R fc5fb67821511f39ad807bd445fba3ac
U drh
-Z 7beb827665e6158964bed98a27aa81d2
+Z 1f704501a3d3bc8df860f96a858ec188
diff --git a/manifest.uuid b/manifest.uuid
index fc1d1f5491..657d07a0bc 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-603bbe47ddb14105da6a3435ff8f7c6c6f1929a1
\ No newline at end of file
+94c3f20e8c831aa708955b588a13d54f79f3ef03
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 2c019e98ab..348cd7290e 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -21,16 +21,27 @@ proc chng {date desc} {
puts "
"
}
-chng {2005 February 14 (3.1.2)} {
+chng {2005 February 15 (3.1.2)} {
Fix a bug that can lead to database corruption if there are two
open connections to the same database and one connection does a VACUUM
and the second makes some change to the database.
Allow "?" parameters in the LIMIT clause.
Fix VACUUM so that it works with AUTOINCREMENT.
+Fix a race condition in AUTOVACUUM that can lead to corrupt databases
Add a numeric version number to the sqlite3.h include file.
Other minor bug fixes and performance enhancements.
}
+chng {2005 February 15 (2.8.16)} {
+Fix a bug that can lead to database corruption if there are two
+open connections to the same database and one connection does a VACUUM
+and the second makes some change to the database.
+Correctly handle quoted names in CREATE INDEX statements.
+Fix a naming conflict between sqlite.h and sqlite3.h.
+Avoid excess heap usage when copying expressions.
+Other minor bug fixes.
+}
+
chng {2005 February 1 (3.1.1 BETA)} {
Automatic caching of prepared statements in the TCL interface
ATTACH and DETACH as well as some other operations cause existing