Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 1e48c52c1688dfd615f7ae9100a670de535fd468 |
|---|---|
| Date: | 2012-12-19 20:37:57 |
| User: | drh |
| Comment: | Prepare for the 3.7.15.1 patch release. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to pages/changes.in
37 <a href="http://www.sqlite.org/src/timeline"> 37 <a href="http://www.sqlite.org/src/timeline"> 38 http://www.sqlite.org/src/timeline</a>.</p> 38 http://www.sqlite.org/src/timeline</a>.</p> 39 } 39 } 40 hd_close_aux 40 hd_close_aux 41 hd_enable_main 1 41 hd_enable_main 1 42 } 42 } 43 } 43 } > 44 > 45 chng {2012-12-20 (3.7.15.1)} { > 46 <li>Fix a bug, introduced in [version 3.7.15], that causes a segfault if > 47 the AS name of a result column of a SELECT statement is used as a logical > 48 term in the WHERE clause. Ticket > 49 [http://www.sqlite.org/src/info/a7b7803e8d1e869 | a7b7803e8d1e869]. > 50 } 44 51 45 chng {2012-12-12 (3.7.15)} { 52 chng {2012-12-12 (3.7.15)} { 46 <li>Added the [sqlite3_errstr()] interface. 53 <li>Added the [sqlite3_errstr()] interface. 47 <li>Avoid invoking the [sqlite3_trace()] callback multiple times when a 54 <li>Avoid invoking the [sqlite3_trace()] callback multiple times when a 48 statement is automatically reprepared due to [SQLITE_SCHEMA] errors. 55 statement is automatically reprepared due to [SQLITE_SCHEMA] errors. 49 <li>Added support for Windows Phone 8 platforms 56 <li>Added support for Windows Phone 8 platforms 50 <li>Enhance IN operator processing to make use of indices with numeric 57 <li>Enhance IN operator processing to make use of indices with numeric
Changes to pages/index.in
83 83 84 </td> 84 </td> 85 <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> 85 <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> 86 <td valign="top"> 86 <td valign="top"> 87 <h3>Current Status</h3> 87 <h3>Current Status</h3> 88 88 89 <p><ul> 89 <p><ul> 90 <li><a href="releaselog/3_7_15.html">Version 3.7.15</a> | 90 <li><a href="releaselog/3_7_15_1.html">Version 3.7.15.1</a> 91 of SQLite is recommended for all new development. 91 of SQLite is recommended for all new development. 92 Upgrading from all other SQLite versions 92 Upgrading from all other SQLite versions 93 is recommended.</li> 93 is recommended.</li> 94 </ul></p> 94 </ul></p> 95 95 96 <h3>Common Links</h3> 96 <h3>Common Links</h3> 97 97
Changes to pages/news.in
14 hd_puts "<h3>$date - $title</h3>" 14 hd_puts "<h3>$date - $title</h3>" 15 regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt 15 regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt 16 regsub -all {[Tt]icket #(\d+)} $txt \ 16 regsub -all {[Tt]icket #(\d+)} $txt \ 17 {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt 17 {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt 18 hd_resolve "<blockquote>$txt</blockquote>" 18 hd_resolve "<blockquote>$txt</blockquote>" 19 hd_puts "<hr width=\"50%\">" 19 hd_puts "<hr width=\"50%\">" 20 } 20 } > 21 > 22 newsitem {2012-Dec-20} {Release 3.7.15.1} { > 23 SQLite [version 3.7.15.1] is a patch release that fixes a single bug > 24 that was introduced in version [version 3.7.15]. The fix involved changing > 25 two lines of code and adding a single assert(). This release also includes > 26 some new test cases to prevent a regression of the bug, and the version > 27 number is increased, of course. But otherwise, nothing has changed from > 28 [version 3.7.15]. > 29 } 21 30 22 newsitem {2012-Dec-12} {Release 3.7.15} { 31 newsitem {2012-Dec-12} {Release 3.7.15} { 23 SQLite [version 3.7.15] is a regularly schedule release of SQLite. This 32 SQLite [version 3.7.15] is a regularly schedule release of SQLite. This 24 release contains several improvements to the query planner and optimizer 33 release contains several improvements to the query planner and optimizer 25 and one important bug fix. This is the first release to officially 34 and one important bug fix. This is the first release to officially 26 support Windows 8 Phone. 35 support Windows 8 Phone. 27 36