Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump the version number and update the change log in preparation for the next release. (CVS 1134) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9ad0bdf624e7dba448587c58eacd1e9c |
User & Date: | drh 2003-12-18 00:02:44.000 |
Context
2003-12-18
| ||
01:22 | Version 2.8.8 (CVS 1135) (check-in: a0451ccf2d user: drh tags: trunk) | |
00:02 | Bump the version number and update the change log in preparation for the next release. (CVS 1134) (check-in: 9ad0bdf624 user: drh tags: trunk) | |
2003-12-17
| ||
23:57 | Make sure the pagers in-memory cache states in sync with the disk file. Ticket #529. (CVS 1133) (check-in: da00efb13f user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.8.8 |
Changes to www/changes.tcl.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 December 4 (2.8.7)} { <li>Added experimental sqlite_bind() and sqlite_reset() APIs.</li> <li>If the name of the database is an empty string, open a new database in a temporary file that is automatically deleted when the database is closed.</li> <li>Performance enhancements in the lemon-generated parser</li> | > > > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 December 17 (2.8.8)} { <li>Fix a critical bug introduced into 2.8.0 which could cause database corruption.</li> <li>Fix a problem with 3-way joins that do not use indices</li> <li>The VACUUM command now works with the non-callback API</li> <li>Improvements to the "PRAGMA integrity_check" command</li> } chng {2003 December 4 (2.8.7)} { <li>Added experimental sqlite_bind() and sqlite_reset() APIs.</li> <li>If the name of the database is an empty string, open a new database in a temporary file that is automatically deleted when the database is closed.</li> <li>Performance enhancements in the lemon-generated parser</li> |
︙ | ︙ |