1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Update version number and change log for the 2.6.2 release. (CVS 698)

FossilOrigin-Name: 4f196de07d258dc44b6fd20d776120e2aadd3224
This commit is contained in:
drh
2002-07-31 00:37:36 +00:00
parent f573c99ba7
commit 4dec5b40ec
4 changed files with 18 additions and 9 deletions

View File

@@ -25,6 +25,15 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 Jly 30 (2.6.2)} {
<li>Text files read by the COPY command can now have line terminators
of LF, CRLF, or CR.</li>
<li>SQLITE_BUSY is handled correctly if encountered during database
initialization.</li>
<li>Fix to UPDATE triggers on TEMP tables.</li>
<li>Documentation updates.</li>
}
chng {2002 Jly 19 (2.6.1)} {
<li>Include a static string in the library that responds to the RCS
"ident" command and which contains the library version number.</li>