Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Preparations for the release of version 2.7.6. (CVS 847) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5143d4814df1dd440a362a90dd3f328c |
User & Date: | drh 2003-01-25 14:32:03.000 |
Context
2003-01-25
| ||
14:34 | Remove an unused variable. (CVS 848) (check-in: 18f4ffaa2e user: drh tags: trunk) | |
14:32 | Preparations for the release of version 2.7.6. (CVS 847) (check-in: 5143d4814d user: drh tags: trunk) | |
14:25 | Update the speed.html documentation. Recent optimizations have made the library much faster. (CVS 846) (check-in: ed47d162a0 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.7.6 |
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 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)} { | > > > > > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2003 Jan 25 (2.7.6)} { <li>Performance improvements. The library is now much faster.</li> <li>Added the <b>sqlite_set_authorizer()</b> API. Formal documentation has not been written - see the source code comments for instructions on how to use this function.</li> <li>Fix a bug in the GLOB operator that was preventing it from working with upper-case letters.</li> <li>Various minor bug fixes.</li> } 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)} { |
︙ | ︙ |