From 27ff9f87b80aaf9b25b5a3e2b1eb84c8cf45d88d Mon Sep 17 00:00:00 2001 From: drh Date: Thu, 4 Dec 2003 13:44:32 +0000 Subject: [PATCH] Update change log and version in preparation for the 2.8.7 release. (CVS 1123) FossilOrigin-Name: 9e79ab6ce06d68fcd7efa207d0ffcd1c51c13d58 --- VERSION | 2 +- manifest | 14 +++++++------- manifest.uuid | 2 +- www/changes.tcl | 15 +++++++++++++++ 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index e43686acc3..bcd0f91fe4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.6 +2.8.7 diff --git a/manifest b/manifest index fefd92b8df..69d6d7f541 100644 --- a/manifest +++ b/manifest @@ -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 diff --git a/manifest.uuid b/manifest.uuid index d121cbdc27..4323feffa5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -72bf73b2c1e3594aa85920e47fc345bba56c80d0 \ No newline at end of file +9e79ab6ce06d68fcd7efa207d0ffcd1c51c13d58 \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 0043421e91..0e4d1f6e76 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -25,6 +25,21 @@ proc chng {date desc} { puts "

" } +chng {2003 December 4 (2.8.7)} { +
  • Added experimental sqlite_bind() and sqlite_reset() APIs.
  • +
  • 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.
  • +
  • Performance enhancements in the lemon-generated parser
  • +
  • Experimental date/time functions revised.
  • +
  • Disallow temporary indices on permanent tables.
  • +
  • Documentation updates and typo fixes
  • +
  • Added experimental sqlite_progress_handler() callback API
  • +
  • Removed support for the Oracle8 outer join syntax.
  • +
  • Allow GLOB and LIKE operators to work as functions.
  • +
  • Other minor documentation and makefile changes and bug fixes.
  • +} + chng {2003 August 21 (2.8.6)} {
  • Moved the CVS repository to www.sqlite.org
  • Update the NULL-handling documentation.