Index: VERSION
==================================================================
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
-3.1.2
+3.1.3
Index: www/changes.tcl
==================================================================
--- www/changes.tcl
+++ www/changes.tcl
@@ -18,10 +18,18 @@
proc chng {date desc} {
puts "
$date"
puts ""
}
+
+chng {2005 February 19 (3.1.3)} {
+Fix a problem with VACUUM on databases from which tables containing
+AUTOINCREMENT have been dropped.
+Add forward compatibility to the future version 3.2 database file
+format.
+Documentation updates
+}
chng {2005 February 15 (3.1.2)} {
Fix a bug that can lead to database corruption if there are two
open connections to the same database and one connection does a VACUUM
and the second makes some change to the database.
Index: www/index.tcl
==================================================================
--- www/index.tcl
+++ www/index.tcl
@@ -58,10 +58,14 @@
puts "$date - $title
"
regsub -all "\n( *\n)+" $text "\n\n" txt
puts "
$txt
"
puts "
"
}
+
+newsitem {2005-Feb-19} {Version 3.1.3 Released} {
+ Version 3.1.3 cleans up some minor issues discovered in version 3.1.2.
+}
newsitem {2005-Feb-15} {Versions 2.8.16 and 3.1.2 Released} {
A critical bug in the VACUUM command that can lead to database
corruption has been fixed in both the 2.x branch and the main
3.x line. This bug has existed in all prior versions of SQLite.
@@ -101,6 +105,6 @@
puts {
Old news...
}
-footer {$Id: index.tcl,v 1.107 2005/02/15 13:38:46 drh Exp $}
+footer {$Id: index.tcl,v 1.108 2005/02/19 13:46:25 drh Exp $}