1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Prepare for the release of 3.1.3. (CVS 2355)

FossilOrigin-Name: 5b66631fd4820e721fd506b233ca9259360139be
This commit is contained in:
drh
2005-02-19 13:46:25 +00:00
parent 30963453c5
commit 30375de10e
5 changed files with 23 additions and 11 deletions

View File

@ -21,6 +21,14 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2005 February 19 (3.1.3)} {
<li>Fix a problem with VACUUM on databases from which tables containing
AUTOINCREMENT have been dropped.</li>
<li>Add forward compatibility to the future version 3.2 database file
format.</li>
<li>Documentation updates</li>
}
chng {2005 February 15 (3.1.2)} {
<li>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