]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Bump the version number for the next release. (CVS 1176)
authordrh <drh@noemail.net>
Wed, 14 Jan 2004 13:43:43 +0000 (13:43 +0000)
committerdrh <drh@noemail.net>
Wed, 14 Jan 2004 13:43:43 +0000 (13:43 +0000)
FossilOrigin-Name: 2812dd5fc99c959f41b24b0f6b280b67b06fe9d9

VERSION
manifest
manifest.uuid
www/changes.tcl

diff --git a/VERSION b/VERSION
index 4067d1db7165db2a5c4845872dfe28bd85d11f0f..38bc52136e5f47e8a826cf841d2becf3a6ad8bf1 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.10
+2.8.11
index d3f746922e2a603c6d2b5ed14151639b11d23196..7763918bedfba072f587a3ad9effe6b74173ca60 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,9 +1,9 @@
-C Ignore\sNULLs\sin\sa\ssubquery\sas\sthe\sright\soperand\sof\sIN.\s\sTicket\s#565.\s(CVS\s1175)
-D 2004-01-14T13:38:54
+C Bump\sthe\sversion\snumber\sfor\sthe\snext\srelease.\s(CVS\s1176)
+D 2004-01-14T13:43:43
 F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
-F VERSION a75b9ec90a5128523232814b489185903db7572e
+F VERSION a0fc82af9cd12412056d37a3954fcd80f1df56ee
 F aclocal.m4 ff32919e75f42b2d4213fe3c6f79dd0fe47f7769
 F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
 F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
@@ -160,7 +160,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 ed2c8b9d0b7ead5ed8a057b368a07b4c2a99eb12
+F www/changes.tcl b9aa2cfe7ff8a29e6313ca48cd90a0763ce1da44
 F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
 F www/datatypes.tcl 0fe2b810f114a909b844e50ad37a25e6ed8c7271
 F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@@ -179,7 +179,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 8bef75ab85197d926d924ae689769207df9a12f8
-R e82ff4a32b69424b4777ea2b0ae9dce2
+P c9e7996fb9080b715e9b273a3ac3ed3744e10a77
+R 7743767b16f5b5e66e4c5fdeadd3f02e
 U drh
-Z d5289e7823f77fbba88fcb8d1e6b3c9f
+Z e83af2b131fb41e672ef775a1cf90655
index 8d8e984a16a1d20b6e497319387aaf6e2e439226..927aa4af3b8a516327cced7920ca853aee7dff81 100644 (file)
@@ -1 +1 @@
-c9e7996fb9080b715e9b273a3ac3ed3744e10a77
\ No newline at end of file
+2812dd5fc99c959f41b24b0f6b280b67b06fe9d9
\ No newline at end of file
index 6bbf8e803267d589429a0de6b686add89e63ec4a..13141624a2a591aaa107d4664fcdff8b57f26a72 100644 (file)
@@ -25,7 +25,12 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
-chng {2004 January 14 (2.8.10)} {
+chng {2004 January 14 (2.8.11)} {
+<li>Fix a bug in how the IN operator handles NULLs in subqueries.  The bug
+    was introduced by the previous release.</li>
+}
+
+chng {2004 January 13 (2.8.10)} {
 <li>Fix a potential database corruption problem on Unix caused by the fact
     that all posix advisory locks are cleared whenever you close() a file.
     The work around it to embargo all close() calls while locks are