Update change log and version in preparation for the 2.8.7 release. (CVS 1123)

FossilOrigin-Name: 9e79ab6ce06d68fcd7efa207d0ffcd1c51c13d58
This commit is contained in:
drh 2003-12-04 13:44:32 +00:00
parent 4925ca00a3
commit 27ff9f87b8
4 changed files with 24 additions and 9 deletions

View File

@ -1 +1 @@
2.8.6
2.8.7

View File

@ -1,9 +1,9 @@
C Disallow\stemporary\sindices\son\spersistent\stables.\s(CVS\s1122)
D 2003-11-27T00:48:58
C Update\schange\slog\sand\sversion\sin\spreparation\sfor\sthe\s2.8.7\srelease.\s(CVS\s1123)
D 2003-12-04T13:44:32
F Makefile.in 5cb273b7d0e945d47ee8b9ad1c2a04ce79927d2d
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
F VERSION 97d209249f825001288ff942df07b48e1083af5c
F VERSION 3efaa76c9810cc1d4c6c777f48f433987cbb3662
F aclocal.m4 ff32919e75f42b2d4213fe3c6f79dd0fe47f7769
F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2
F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b
@ -157,7 +157,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 1188dd0e79f9a8c48996ff44e4d9e81789bf1503
F www/changes.tcl e2d31395f6ba922712b94642679b344b95d6d8f7
F www/conflict.tcl 81dd21f9a679e60aae049e9dd8ab53d59570cda2
F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
@ -176,7 +176,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
P 4eef93814f4a26de4a088c464545443547281abd
R acf9a8364da7d689576d07cca2b5d727
P 72bf73b2c1e3594aa85920e47fc345bba56c80d0
R cc120688e7dc0440e3d7bbe8a30278b7
U drh
Z 88c9056f3dd0956270b94117514b4485
Z 3cfc253f219f2e932029a46e0f044204

View File

@ -1 +1 @@
72bf73b2c1e3594aa85920e47fc345bba56c80d0
9e79ab6ce06d68fcd7efa207d0ffcd1c51c13d58

View File

@ -25,6 +25,21 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
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
in a temporary file that is automatically deleted when the database
is closed.</li>
<li>Performance enhancements in the lemon-generated parser</li>
<li>Experimental date/time functions revised.</li>
<li>Disallow temporary indices on permanent tables.</li>
<li>Documentation updates and typo fixes</li>
<li>Added experimental sqlite_progress_handler() callback API</li>
<li>Removed support for the Oracle8 outer join syntax.</li>
<li>Allow GLOB and LIKE operators to work as functions.</li>
<li>Other minor documentation and makefile changes and bug fixes.</li>
}
chng {2003 August 21 (2.8.6)} {
<li>Moved the CVS repository to www.sqlite.org</li>
<li>Update the NULL-handling documentation.</li>