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

Increment the version number. Prepare for release of version 3.0.8. (CVS 2019)

FossilOrigin-Name: ff04d7d48b8f9cdfa9b5bb720511c6f4490796e7
This commit is contained in:
drh
2004-10-11 22:26:00 +00:00
parent 270c856eba
commit 81d01352c3
6 changed files with 42 additions and 20 deletions

View File

@@ -21,6 +21,21 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2004 October 11 (3.0.8)} {
<li>Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions.</li>
<li>Allow new user-defined functions to be created when there are
already one or more precompiled SQL statements.<li>
<li>Fix portability problems for Mingw/MSYS.</li>
<li>Fix a byte alignment problem on 64-bit Sparc machines.</li>
<li>Fix the ".import" command of the shell so that it ignores \r
characters at the end of lines.</li>
<li>The "csv" mode option in the shell puts strings inside double-quotes.</li>
<li>Fix typos in documentation.</li>
<li>Convert array constants in the code to have type "const".</li>
<li>Numerous code optimizations, specially optimizations designed to
make the code footprint smaller.</li>
}
chng {2004 September 18 (3.0.7)} {
<li>The BTree module allocates large buffers using malloc() instead of
off of the stack, in order to play better on machines with limited