]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Bump the version number in preparation for the next release. (CVS 1038)
authordrh <drh@noemail.net>
Sun, 29 Jun 2003 16:16:40 +0000 (16:16 +0000)
committerdrh <drh@noemail.net>
Sun, 29 Jun 2003 16:16:40 +0000 (16:16 +0000)
FossilOrigin-Name: 0532e1a8f5a310bb19b55dc29aa5b1f1172a14da

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index 9f8d8a9164a7ba7a14228a3d2a94931bcfbdf97c..2701a226a2f023fc61ffea3ec329da44c8681cad 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.3
+2.8.4
index 47271496dbc172de6fee76bec25845bb3c55f4b6..b474ca4abeff7804795e4f0f8d55443ddba9259f 100644 (file)
--- 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
index b13a706581cb8d7ce9e049c9da56ad8ed60ef445..904ad20c325e8dc230412308d5d6abbecc36866a 100644 (file)
@@ -1 +1 @@
-ab21de5fdd8e45be19411cdba647eada0bc9a9f1
\ No newline at end of file
+0532e1a8f5a310bb19b55dc29aa5b1f1172a14da
\ No newline at end of file
index 7ac30f0d2092d0f495a54a893a2b181b0043cb33..b6183a1c996491104853991953536f46fd7d0229 100644 (file)
@@ -25,6 +25,13 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2003 June 29 (2.8.4)} {
+<li>Enhanced the "PRAGMA integrity_check" command to verify indices.</li>
+<li>Added authorization hooks for the new ATTACH and DETACH commands.</li>
+<li>Many documentation updates</li>
+<li>Many minor bug fixes</li>
+}
+
 chng {2003 June 4 (2.8.3)} {
 <li>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