Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the news for version 3.7.6. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
79c9cada16acc1beb963bd45d9ca7411 |
User & Date: | drh 2011-04-12 13:27:24.816 |
Context
2011-04-12
| ||
13:28 | Add a link from the download page to System.Data.SQLite.org. Also change the name of precompiled Mac binaries from *-mac-* to *-osx-*. (check-in: 5235a1ff91 user: drh tags: trunk) | |
13:27 | Fix a typo in the news for version 3.7.6. (check-in: 79c9cada16 user: drh tags: trunk) | |
12:06 | Update the description of the "sqlite-autoconf-*.tar.gz" tarball to explain that it now also incorporates the TCL bindings using TEA. (check-in: aa9c46b205 user: drh tags: trunk) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
16 17 18 19 20 21 22 | 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 {2011-April-12} {Version 3.7.6} { | | | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 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 {2011-April-12} {Version 3.7.6} { SQLite [version 3.7.6] is a regularly scheduled bi-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 |
︙ | ︙ |