From: drh
Date: Sun, 29 Jun 2003 16:16:40 +0000 (+0000)
Subject: Bump the version number in preparation for the next release. (CVS 1038)
X-Git-Tag: version-3.6.10~5030
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27fb6f6a9962768000d3fcc1cb901128f3f41700;p=thirdparty%2Fsqlite.git
Bump the version number in preparation for the next release. (CVS 1038)
FossilOrigin-Name: 0532e1a8f5a310bb19b55dc29aa5b1f1172a14da
---
diff --git a/VERSION b/VERSION
index 9f8d8a9164..2701a226a2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.3
+2.8.4
diff --git a/manifest b/manifest
index 47271496db..b474ca4abe 100644
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Documentation\supdates.\s(CVS\s1037)
-D 2003-06-29T16:11:13
+C Bump\sthe\sversion\snumber\sin\spreparation\sfor\sthe\snext\srelease.\s(CVS\s1038)
+D 2003-06-29T16:16:41
F Makefile.in 9ad23ed4ca97f9670c4496432e3fbd4b3760ebde
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION c17038403a026f011620ae647ad73bf04038fdd4
+F VERSION b41e2dbcab4b2827d4827f8bc1b907f5327d6098
F aclocal.m4 ff32919e75f42b2d4213fe3c6f79dd0fe47f7769
F config.guess 831db445a8ae31d1f773fce85e14c16c8677417d
F config.sub 975368989965310238930ecf8e7f06a23061dbb1
@@ -147,7 +147,7 @@ F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
F www/arch.tcl 44b589fc01d6829d43447ab40588b00aec5b9734
F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
F www/c_interface.tcl 5b54a6f65b70b02da2f6df4f8a23a4b10032e89e
-F www/changes.tcl ea1ca3050a9b2ad807b54b63cec9f0cf03d27d31
+F www/changes.tcl 424e5fff460670f1249270ce69b91e8b1f036aa6
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@@ -166,7 +166,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 3f252b72c9d9ea586161a1b2c5ae297594a1cd4a
-R 87f87a54019b928d5e2979797a3f7684
+P ab21de5fdd8e45be19411cdba647eada0bc9a9f1
+R 6283c1d7d53ae59cf5171d822dee880b
U drh
-Z a392097628a4ed270b38ce1c06b187a7
+Z 00a0c99b747a1e0c1094844a2f370c5b
diff --git a/manifest.uuid b/manifest.uuid
index b13a706581..904ad20c32 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-ab21de5fdd8e45be19411cdba647eada0bc9a9f1
\ No newline at end of file
+0532e1a8f5a310bb19b55dc29aa5b1f1172a14da
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 7ac30f0d20..b6183a1c99 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -25,6 +25,13 @@ proc chng {date desc} {
puts "
"
}
+chng {2003 June 29 (2.8.4)} {
+Enhanced the "PRAGMA integrity_check" command to verify indices.
+Added authorization hooks for the new ATTACH and DETACH commands.
+Many documentation updates
+Many minor bug fixes
+}
+
chng {2003 June 4 (2.8.3)} {
Fix a problem that will corrupt the indices on a table if you
do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that