Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Preparations for the 3.6.14.2 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
57157e0e9ede0f9a3d811e76df739a9f |
User & Date: | drh 2009-05-25 12:34:16.000 |
Context
2009-05-25
| ||
12:37 | Get the date right on the 3.6.14.2 release notes. (check-in: 0cbb3524aa user: drh tags: trunk) | |
12:34 | Preparations for the 3.6.14.2 release. (check-in: 57157e0e9e user: drh tags: trunk) | |
2009-05-24
| ||
23:20 | Fill in some missing definitions and combine some requirements in fileformat.html. (check-in: 9c0dadcbb7 user: dan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <a href="http://www.sqlite.org/cvstrac/timeline"> http://www.sqlite.org/cvstrac/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2009 May 19 (3.6.14.1)} { <li>Fix a bug in [group_concat()], [ticket #3841] <li>Fix a performance bug in the pager cache, [ticket #3844] <li>Fix a bug in the [sqlite3_backup] implementation that can lead to a corrupt backup database. [Ticket #3858]. } | > > > > > > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | <a href="http://www.sqlite.org/cvstrac/timeline"> http://www.sqlite.org/cvstrac/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2009 May 24 (3.6.14.2)} { <li>Fix a code generator bug introduced in [version 3.6.14]. This bug can cause incorrect query results under obscure circumstances. [Ticket #3879]. } chng {2009 May 19 (3.6.14.1)} { <li>Fix a bug in [group_concat()], [ticket #3841] <li>Fix a performance bug in the pager cache, [ticket #3844] <li>Fix a bug in the [sqlite3_backup] implementation that can lead to a corrupt backup database. [Ticket #3858]. } |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
76 77 78 79 80 81 82 | </td> <td width="20"></td><td bgcolor="#80a796" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | </td> <td width="20"></td><td bgcolor="#80a796" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_6_14_2.html">Version 3.6.14.2</a> of SQLite is recommended for all new development. Upgrading from version 3.6.12 and 3.6.13 is optional. Upgrading from versions 3.6.11 and earlier or version 3.6.14 and 3.6.14.1 is recommended.</li> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="faq.html">Frequently Asked Questions</a> </li> |
︙ | ︙ |
Changes to pages/news.in.
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt regsub -all {[Tt]icket #(\d+)} $txt \ {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<p>$txt</p>" hd_puts "<hr width=\"50%\">" } newsitem {2009-May-19} {Version 3.6.14.1} { SQLite [version 3.6.14.1] is a patch release to [version 3.6.14] with minimal changes that fixes three bugs. Upgrading is only necessary for users who are impacted by one or more of those bugs. } | > > > > > > > > > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | hd_puts "<h3>$date - $title</h3>" regsub -all "\n( *\n)+" $text "</p>\n\n<p>" txt regsub -all {[Tt]icket #(\d+)} $txt \ {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<p>$txt</p>" hd_puts "<hr width=\"50%\">" } newsitem {2009-May-24} {Version 3.6.14.2} { SQLite [version 3.6.14.2] fixes an obscure bug in the code generator section of SQLite which can potentially cause incorrect query results. The changes from the prior release consist of only this one bug fix. The bug was introduced in version 3.6.14. It is recommended that users of version 3.6.14 and 3.6.14.1 upgrade to this release. Applications are unlikely to hit this bug, but since it is difficult to predict which applications might hit it and which might not, we recommend that all users of 3.6.14 and 3.5.14.1 upgrade to this release. } newsitem {2009-May-19} {Version 3.6.14.1} { SQLite [version 3.6.14.1] is a patch release to [version 3.6.14] with minimal changes that fixes three bugs. Upgrading is only necessary for users who are impacted by one or more of those bugs. } |
︙ | ︙ |