Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump the version number and update the change log. We are rushing out release 2.8.2 because of the database corruption problem fixed by the previous check-in. (CVS 982) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e134459d653b03bfacb98eec2c5d91ee |
User & Date: | drh 2003-05-17 17:38:38.000 |
Context
2003-05-17
| ||
17:52 | Version 2.8.2 (CVS 983) (check-in: f542e5fc88 user: drh tags: trunk) | |
17:38 | Bump the version number and update the change log. We are rushing out release 2.8.2 because of the database corruption problem fixed by the previous check-in. (CVS 982) (check-in: e134459d65 user: drh tags: trunk) | |
17:35 | Fix problems with TEMP indices that lead to corrupt databases. These problems were discovered while working on ticket #317. No sure yet if that ticket is fixed. (CVS 981) (check-in: 01398fb78b user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.8.2 |
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 May 16 (2.8.1)} { <li>Reactivated the VACUUM command that reclaims unused disk space in a database file.</li> <li>Added the ATTACH and DETACH commands to allow interacting with multiple database files at the same time.</li> <li>Added support for TEMP triggers and indices.</li> | > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 May 17 (2.8.2)} { <li>Fix a problem that will corrupt the database file if you drop a table from the main database that has a TEMP index.</li> } chng {2003 May 16 (2.8.1)} { <li>Reactivated the VACUUM command that reclaims unused disk space in a database file.</li> <li>Added the ATTACH and DETACH commands to allow interacting with multiple database files at the same time.</li> <li>Added support for TEMP triggers and indices.</li> |
︙ | ︙ |