Fossil SCM
Updates to the change log.
Commit
2e58eec68a175d5a3dd6218536e1f57c2f50336f
Parent
4a8378581c5e537…
1 file changed
+19
-2
+19
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,16 +1,33 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes for Version 1.36 (2016-00-00)</h2> |
| 4 | 4 | |
| 5 | + * Add support for [./unvers.wiki|unversioned content], | |
| 6 | + the [/help?cmd=unversioned|fossil unversioned] command and the | |
| 7 | + [/help?cmd=/uv|/uv] and [/uvlist] web pages. | |
| 8 | + * The [/uv/download.html|download page] is moved into | |
| 9 | + [./unvers.wiki|unversioned content] so that the self-hosting Fossil | |
| 10 | + websites no longer uses any external content. | |
| 11 | + * Added the "Search" button to the graphical diff generated by | |
| 12 | + the --tk option on the [/help?cmd=diff|diff] command. | |
| 5 | 13 | * Update internal Unicode character tables, used in regular expression |
| 6 | 14 | handling, from version 8.0 to 9.0. |
| 7 | - * Update the built-in SQLite to version 3.15 (beta). Doesn't work with | |
| 8 | - earlier SQLite versions than 3.15 any more. | |
| 15 | + * Update the built-in SQLite to version 3.15 (beta). Fossil now requires | |
| 16 | + the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available | |
| 17 | + in SQLite version 3.15 and later and so Fossil will not work with | |
| 18 | + earlier SQLite versions. | |
| 9 | 19 | * Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug] |
| 10 | 20 | * Enhance the [/help?cmd=purge|fossil purge] command. |
| 11 | 21 | * New command [/help?cmd=shell|fossil shell]. |
| 22 | + * SQL parameters whose names are all lower-case in Ticket Report SQL | |
| 23 | + queries are filled in using HTTP query parameter values. | |
| 24 | + * Added support for [./childprojects.wiki|child projects] that are | |
| 25 | + able to pull from their parent but not push. | |
| 26 | + * Added the -nocomplain option to the TH1 "query" command. | |
| 27 | + * Added support for the chng=GLOBLIST query parameter on the | |
| 28 | + [/help?cmd=/timeline|/timeline] webpage. | |
| 12 | 29 | |
| 13 | 30 | <h2>Changes for Version 1.35 (2016-06-14)</h2> |
| 14 | 31 | |
| 15 | 32 | * Enable symlinks by default on all non-Windows platforms. |
| 16 | 33 | * Enhance the [/md_rules|Markdown formatting] so that hyperlinks that begin |
| 17 | 34 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,16 +1,33 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.36 (2016-00-00)</h2> |
| 4 | |
| 5 | * Update internal Unicode character tables, used in regular expression |
| 6 | handling, from version 8.0 to 9.0. |
| 7 | * Update the built-in SQLite to version 3.15 (beta). Doesn't work with |
| 8 | earlier SQLite versions than 3.15 any more. |
| 9 | * Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug] |
| 10 | * Enhance the [/help?cmd=purge|fossil purge] command. |
| 11 | * New command [/help?cmd=shell|fossil shell]. |
| 12 | |
| 13 | <h2>Changes for Version 1.35 (2016-06-14)</h2> |
| 14 | |
| 15 | * Enable symlinks by default on all non-Windows platforms. |
| 16 | * Enhance the [/md_rules|Markdown formatting] so that hyperlinks that begin |
| 17 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,16 +1,33 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.36 (2016-00-00)</h2> |
| 4 | |
| 5 | * Add support for [./unvers.wiki|unversioned content], |
| 6 | the [/help?cmd=unversioned|fossil unversioned] command and the |
| 7 | [/help?cmd=/uv|/uv] and [/uvlist] web pages. |
| 8 | * The [/uv/download.html|download page] is moved into |
| 9 | [./unvers.wiki|unversioned content] so that the self-hosting Fossil |
| 10 | websites no longer uses any external content. |
| 11 | * Added the "Search" button to the graphical diff generated by |
| 12 | the --tk option on the [/help?cmd=diff|diff] command. |
| 13 | * Update internal Unicode character tables, used in regular expression |
| 14 | handling, from version 8.0 to 9.0. |
| 15 | * Update the built-in SQLite to version 3.15 (beta). Fossil now requires |
| 16 | the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available |
| 17 | in SQLite version 3.15 and later and so Fossil will not work with |
| 18 | earlier SQLite versions. |
| 19 | * Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug] |
| 20 | * Enhance the [/help?cmd=purge|fossil purge] command. |
| 21 | * New command [/help?cmd=shell|fossil shell]. |
| 22 | * SQL parameters whose names are all lower-case in Ticket Report SQL |
| 23 | queries are filled in using HTTP query parameter values. |
| 24 | * Added support for [./childprojects.wiki|child projects] that are |
| 25 | able to pull from their parent but not push. |
| 26 | * Added the -nocomplain option to the TH1 "query" command. |
| 27 | * Added support for the chng=GLOBLIST query parameter on the |
| 28 | [/help?cmd=/timeline|/timeline] webpage. |
| 29 | |
| 30 | <h2>Changes for Version 1.35 (2016-06-14)</h2> |
| 31 | |
| 32 | * Enable symlinks by default on all non-Windows platforms. |
| 33 | * Enhance the [/md_rules|Markdown formatting] so that hyperlinks that begin |
| 34 |