Index: VERSION
==================================================================
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
-2.8.7
+2.8.8
Index: www/changes.tcl
==================================================================
--- www/changes.tcl
+++ www/changes.tcl
@@ -22,10 +22,18 @@
proc chng {date desc} {
puts "
$date"
puts ""
}
+
+chng {2003 December 17 (2.8.8)} {
+Fix a critical bug introduced into 2.8.0 which could cause
+ database corruption.
+Fix a problem with 3-way joins that do not use indices
+The VACUUM command now works with the non-callback API
+Improvements to the "PRAGMA integrity_check" command
+}
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