]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the version number to 2.8.3. (CVS 1001)
authordrh <drh@noemail.net>
Wed, 4 Jun 2003 12:40:43 +0000 (12:40 +0000)
committerdrh <drh@noemail.net>
Wed, 4 Jun 2003 12:40:43 +0000 (12:40 +0000)
FossilOrigin-Name: c96f5bf0d7b75c8091f78dc2b9e3937949642ce5

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index 1817afea416c4a8e4814d22f5f4b2dcf4b0807e6..9f8d8a9164a7ba7a14228a3d2a94931bcfbdf97c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.2
+2.8.3
index a6196213d39797b046a4bf59f08eef5e397f4933..7fd98513a9dddff6a7bb99681d2b2348d96f5bca 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Disable\sthe\sunreadable\sfile\stest\s(attach-6.2)\sunder\swindows\sbecause\sof\nproblems\sin\sthe\sOS.\s(CVS\s1000)
-D 2003-06-04T12:31:53
+C Update\sthe\sversion\snumber\sto\s2.8.3.\s(CVS\s1001)
+D 2003-06-04T12:40:44
 F Makefile.in 1ff85c27d4350c74118341024e8a4fb2a04a3a43
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION 17a91274e8604eecfb3f1821abaa4c310ceb8d93
+F VERSION c17038403a026f011620ae647ad73bf04038fdd4
 F aclocal.m4 ff32919e75f42b2d4213fe3c6f79dd0fe47f7769
 F config.guess 831db445a8ae31d1f773fce85e14c16c8677417d
 F config.sub 975368989965310238930ecf8e7f06a23061dbb1
@@ -146,7 +146,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 c1041b34f4a45b93f231fb4b55a7952654742dff
+F www/changes.tcl ea1ca3050a9b2ad807b54b63cec9f0cf03d27d31
 F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
 F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
 F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@@ -165,7 +165,7 @@ F www/speed.tcl cb4c10a722614aea76d2c51f32ee43400d5951be
 F www/sqlite.tcl 4bd1729e320f5fa9125f0022b281fbe839192125
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P e813faae0e4086571d13c769f793add7f1f979af
-R 7a171aa05de27c25e9ddf0ac9a9d987c
+P 4bfb30d20bdd33c6e26c8fb8392a75d3cf2ee4bd
+R e31e8c7cdbafc68dc5929b52631fff51
 U drh
-Z 09fdaaa7530512cf34b726cc19e00b04
+Z 1a2c76b1d33298ed0c0f5c672ce3dd86
index fdcfa4a09cd912bfb029e96cd105dd6b22637d08..65a56b1bea5058863a75914e412d7e3d21435cfa 100644 (file)
@@ -1 +1 @@
-4bfb30d20bdd33c6e26c8fb8392a75d3cf2ee4bd
\ No newline at end of file
+c96f5bf0d7b75c8091f78dc2b9e3937949642ce5
\ No newline at end of file
index 7a01843258bb9b7602e5b6e313305fe8cd6ae1f1..7ac30f0d2092d0f495a54a893a2b181b0043cb33 100644 (file)
@@ -25,6 +25,17 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+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
+    contains an INTEGER PRIMARY KEY plus one or more indices.</li>
+<li>Fix a bug in windows locking code so that locks work correctly
+    when simultaneously accessed by Win95 and WinNT systems.</li>
+<li>Add the ability for INSERT and UPDATE statements to refer to the
+    "rowid" (or "_rowid_" or "oid") columns.</li>
+<li>Other important bug fixes</li>
+}
+
 chng {2003 May 17 (2.8.2)} {
 <li>Fix a problem that will corrupt the database file if you drop a
     table from the main database that has a TEMP index.</li>