]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Bump the version number and update the change log in preparation for the
authordrh <drh@noemail.net>
Thu, 18 Dec 2003 00:02:43 +0000 (00:02 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Dec 2003 00:02:43 +0000 (00:02 +0000)
next release. (CVS 1134)

FossilOrigin-Name: 9ad0bdf624e7dba448587c58eacd1e9cd2784316

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index bcd0f91fe45b7dce3d5ea5a6b5eb803e7bb6a1eb..80803faf1b96ed201acf49a09f26e2d23e4f5a54 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.7
+2.8.8
index 8398bee25b50dce066cc9cbdf15f7d012a9411eb..0e6397d484bd4864e1245fef8a408b1b7f141f74 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Make\ssure\sthe\spagers\sin-memory\scache\sstates\sin\ssync\swith\sthe\sdisk\sfile.\nTicket\s#529.\s(CVS\s1133)
-D 2003-12-17T23:57:35
+C Bump\sthe\sversion\snumber\sand\supdate\sthe\schange\slog\sin\spreparation\sfor\sthe\nnext\srelease.\s(CVS\s1134)
+D 2003-12-18T00:02:44
 F Makefile.in 5cb273b7d0e945d47ee8b9ad1c2a04ce79927d2d
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION 3efaa76c9810cc1d4c6c777f48f433987cbb3662
+F VERSION 37237c64d9e5b103d462e341e4ac3b4f2a6e43dd
 F aclocal.m4 ff32919e75f42b2d4213fe3c6f79dd0fe47f7769
 F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
 F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
@@ -158,7 +158,7 @@ F www/arch.png 82ef36db1143828a7abc88b1e308a5f55d4336f4
 F www/arch.tcl 44b589fc01d6829d43447ab40588b00aec5b9734
 F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
 F www/c_interface.tcl 17d8bd9e7b4fbdca47c30c8b9bcb728c351d55c0
-F www/changes.tcl e2d31395f6ba922712b94642679b344b95d6d8f7
+F www/changes.tcl 875be0b0d82546d7947f9df3d9a94ba94a6fcaee
 F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
 F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
 F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@@ -177,7 +177,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P b92c31d6c138f9462730cecfe14f7dde19778e79
-R 5dac2c4103dd7d1b8becf54797b0f5a6
+P da00efb13fe8ccf1c27e4e1193df6b53de9463f4
+R d157db23c5020483a4deed7005809e7f
 U drh
-Z 3514ff5b1ce26349633380e9a1db39b1
+Z 05c469d3acd8683a76f6498fb5e46113
index 94d4286ccf6415587b01f247ec77621960034a16..b66a0bed0dc764260738b03c8a7360c04062a595 100644 (file)
@@ -1 +1 @@
-da00efb13fe8ccf1c27e4e1193df6b53de9463f4
\ No newline at end of file
+9ad0bdf624e7dba448587c58eacd1e9cd2784316
\ No newline at end of file
index 0e4d1f6e76ee5589e2991a1a2056a02584ede956..7859a7d597258368cc30d28005678975e127a5e4 100644 (file)
@@ -25,6 +25,14 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2003 December 17 (2.8.8)} {
+<li>Fix a critical bug introduced into 2.8.0 which could cause
+    database corruption.</li>
+<li>Fix a problem with 3-way joins that do not use indices</li>
+<li>The VACUUM command now works with the non-callback API</li>
+<li>Improvements to the "PRAGMA integrity_check" command</li>
+}
+
 chng {2003 December 4 (2.8.7)} {
 <li>Added experimental sqlite_bind() and sqlite_reset() APIs.</li>
 <li>If the name of the database is an empty string, open a new database