Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tag the 3.7.6 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release |
Files: | files | file ages | folders |
SHA1: |
2e59fe96679d744ce7a92f9f91268958 |
User & Date: | drh 2011-04-12 02:13:50.094 |
Context
2011-04-12
| ||
02:34 | Add the SQLITE_SOURCE_ID to the "changes" page. (check-in: f0fe4bfd5d user: drh tags: trunk) | |
02:13 | Tag the 3.7.6 release. (check-in: 2e59fe9667 user: drh tags: trunk, release) | |
2011-04-11
| ||
23:23 | Add a news entry for the release. Update the homepage. (check-in: 9f0051f622 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
1 2 3 4 5 | <title>Release History Of SQLite</title> <h1 align=center>Release History</h1> <p> This page provides a high-level summary of changes to SQLite. | | < | > > < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <title>Release History Of SQLite</title> <h1 align=center>Release History</h1> <p> This page provides a high-level summary of changes to SQLite. For more detail, refer the Fossil checkin logs at <a href="http://www.sqlite.org/src/timeline"> http://www.sqlite.org/src/timeline</a> and <a href="http://www.sqlite.org/src/timeline?t=release"> http://www.sqlite.org/src/timeline?t=release</a> </p> <tcl> proc chng {date desc} { global DEST if {[regexp {\(([0-9.]+)\)} $date all vers]} { set label [string map {. _} $vers] hd_fragment version_$label } hd_puts "<h3>$date</h3>" hd_resolve "<p><ul>$desc</ul></p>" if {[regexp {\((3\.\d+\.[.0-9]+)[ a-zA-Z]*\)} $date all vers]} { set tag [string trim [string map {. _} $vers]] file mkdir $DEST/releaselog set filename releaselog/$tag.html hd_open_aux $filename hd_header "SQLite Release $vers On $date" hd_keywords "Version $vers" "*version $vers" hd_enable_main 0 hd_puts "<h2>SQLite Release $vers On $date</h2>" regsub -all {<a href="(?!http:)} $desc {<a href="../} desc hd_resolve "<p><ul>$desc</ul></p>" hd_puts { <p>A <a href="../changes.html">complete list of SQLite releases</a> in a single page is also available. A detailed history of every check-in is available at <a href="http://www.sqlite.org/src/timeline"> |
︙ | ︙ | |||
63 64 65 66 67 68 69 | <ol type="a"> <li> Added the [fts4aux] table <li> Added support for [compressed FTS4 content] </ol> <li> Enhance the [ANALYZE] command to support the name of an index as its argument, in order to analyze just that one index. <li> Added the "unix-excl" built-in VFS on unix and unix-like platforms. | > | | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | <ol type="a"> <li> Added the [fts4aux] table <li> Added support for [compressed FTS4 content] </ol> <li> Enhance the [ANALYZE] command to support the name of an index as its argument, in order to analyze just that one index. <li> Added the "unix-excl" built-in VFS on unix and unix-like platforms. <li> SHA1 for sqlite3.c: f38df08547efae0ff4343da607b723f588bbd66b } chng {2011 February 01 (3.7.5)} { <li> Added the [sqlite3_vsnprintf()] interface. <li> Added the [SQLITE_DBSTATUS_LOOKASIDE_HIT], [SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE], and [SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL] options for the [sqlite3_db_status()] interface. |
︙ | ︙ |
Changes to pages/download.in.
︙ | ︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | scan $patch %d m3 set version 3.$m1.$m2 if {$patch>0} { append version .$m3 } } set size [file size $file] set units bytes if {$size>1024*1024} { set size [format %.2f [expr {$size/(1024.0*1024.0)}]] set units MiB } elseif {$size>1024} { set size [format %.2f [expr {$size/(1024.0)}]] set units KiB | > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | scan $patch %d m3 set version 3.$m1.$m2 if {$patch>0} { append version .$m3 } } set size [file size $file] set sha1sum [lindex [exec sha1sum $file] 0] set units bytes if {$size>1024*1024} { set size [format %.2f [expr {$size/(1024.0*1024.0)}]] set units MiB } elseif {$size>1024} { set size [format %.2f [expr {$size/(1024.0)}]] set units KiB |
︙ | ︙ | |||
46 47 48 49 50 51 52 | if {$frag!=""} { eval hd_fragment $frag set frag {} } hd_puts "<a href=\"$file\">$file</a><br>($size $units)</td>" hd_puts "<td width=\"5\"></td>" regsub -all VERSION $desc $version d2 | | > | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | if {$frag!=""} { eval hd_fragment $frag set frag {} } hd_puts "<a href=\"$file\">$file</a><br>($size $units)</td>" hd_puts "<td width=\"5\"></td>" regsub -all VERSION $desc $version d2 hd_puts "<td valign=\"top\">[string trim $d2]" hd_puts "<br>(sha1: $sha1sum)</td></tr>" } if {$frag!=""} { eval hd_keywords [lrange $frag 1 end] } } cd $::DEST |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
19 20 21 22 23 24 25 | hd_puts "<hr width=\"50%\">" } newsitem {2011-April-12} {Version 3.7.6} { SQLite [version 3.7.6] is a regularly scheduled byi-monthly maintenance release of SQLite. Upgrading from version 3.7.5 is optional. Upgrading releases prior to 3.7.5 is recommended. | < < < < < < < < | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | hd_puts "<hr width=\"50%\">" } newsitem {2011-April-12} {Version 3.7.6} { SQLite [version 3.7.6] is a regularly scheduled byi-monthly maintenance release of SQLite. Upgrading from version 3.7.5 is optional. Upgrading releases prior to 3.7.5 is recommended. } newsitem {2011-February-01} {Version 3.7.5} { SQLite [version 3.7.5] is a regularly scheduled bi-monthly maintenance release of SQLite. Due to the discovery and fix of [http://www.sqlite.org/src/tktview?name=5d863f876e | an obscure bug] that could cause database corruption, upgrading from all prior |
︙ | ︙ |