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

Couple of last-minute changes before 2.8.0. (CVS 871)

FossilOrigin-Name: 8192c937d524fef703d7ba2eb608c3d74e20440f
This commit is contained in:
drh
2003-02-16 22:48:12 +00:00
parent ad636221bb
commit be992ef9c9
4 changed files with 12 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2003 Feb 14 (2.8.0)} {
chng {2003 Feb 16 (2.8.0)} {
<li>Modified the journal file format to make it more resistant to corruption
that can occur after an OS crash or power failure.</li>
<li>Added a new C/C++ API that does not use callback for returning data.</li>