1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Bug fix. Raised version number to 2.0.4. (CVS 288)

FossilOrigin-Name: 26972afd645e21e0d16de9a0bb0d03754e909044
This commit is contained in:
drh
2001-10-13 21:56:34 +00:00
parent e73e180933
commit e21a57320e
5 changed files with 21 additions and 13 deletions

View File

@ -17,6 +17,12 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Oct 13 (2.0.4)} {
<li>Bug fix: an abscure and relatively harmless bug was causing one of
the tests to fail when gcc optimizations are turned on. This release
fixes the problem.</li>
}
chng {2001 Oct 13 (2.0.3)} {
<li>Bug fix: the <b>sqlite_busy_timeout()</b> function was delaying 1000
times too long before failing.</li>