Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the version number to 2.7.5. (CVS 805) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b0864cc9c89a3c2350ac46634ef3c420 |
User & Date: | drh 2002-12-28 01:10:15.000 |
Context
2002-12-28
| ||
01:26 | Version 2.7.5 (CVS 806) (check-in: ee95eefe12 user: drh tags: trunk) | |
01:10 | Update the version number to 2.7.5. (CVS 805) (check-in: b0864cc9c8 user: drh tags: trunk) | |
01:06 | Fix an uninitialized variable in the pager. Tickets #208 and #206. Bug introduced by check-in (795). (CVS 804) (check-in: f3dc686e02 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.7.5 |
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 {2002 Dec 17 (2.7.4)} { <li>Database files can now grow to be up to 2^41 bytes. The old limit was 2^31 bytes.</li> <li>The optimizer will now scan tables in the reverse if doing so will satisfy an ORDER BY ... DESC clause.</li> <li>The full pathname of the database file is now remembered even if | > > > > > | 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 {2002 Dec 27 (2.7.5)} { <li>Fix an uninitialized variable in pager.c which could (with a probability of about 1 in 4 billion) result in a corrupted database.</li> } chng {2002 Dec 17 (2.7.4)} { <li>Database files can now grow to be up to 2^41 bytes. The old limit was 2^31 bytes.</li> <li>The optimizer will now scan tables in the reverse if doing so will satisfy an ORDER BY ... DESC clause.</li> <li>The full pathname of the database file is now remembered even if |
︙ | ︙ |