Fossil SCM
Bring the change log up-to-date with the latest enhancements.
Commit
d1a6222ecde17b7d7fc84eacc752c95adbbd99f2
Parent
814dfd5a9cb4caa…
1 file changed
+19
-17
+19
-17
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,34 +1,36 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v1_37'></a> |
| 4 | 4 | <h2>Changes for Version 1.37 (2017-XX-YY)</h2> |
| 5 | 5 | |
| 6 | - * Fix a C99-ism that prevents the 1.36 release from building with MSVC. | |
| 7 | - * Fix [/help?cmd=ticket|ticket set] when using the "+" prefix with fields | |
| 8 | - from the "ticketchng" table. | |
| 9 | - * Enhance the "brlist" page to make use of branch colors. | |
| 10 | - * Remove the "fusefs" command from builds that do not have the underlying | |
| 11 | - support enabled. | |
| 12 | - * Fixes for incremental git import/export. | |
| 13 | - * Minor security enhancements to | |
| 14 | - [./encryptedrepos.wiki|encrypted repositories]. | |
| 6 | + * Add checkbox widgets to various web pages. See [/technote/8d18bf27e9| | |
| 7 | + this technote] for more information. To get the checkboxes to look as | |
| 8 | + intended, you must update the CSS in your repository and all clones. | |
| 9 | + * Add the [/help/all|fossil all ui] command | |
| 10 | + * Add the [/help?cmd=/file|/file] webpage | |
| 11 | + * Enhance the [/help?cmd=/brlist|/brlist] webpage to make use of branch colors. | |
| 12 | + * Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter on the | |
| 13 | + [/help?cmd=/timeline|/timeline] webpage, with associated form widgets. | |
| 14 | + * Enhance the [/help/changes|changes] and [/help/status|status] commands | |
| 15 | + with many new filter options so that specific kinds of changes can be | |
| 16 | + found without having to pipe through grep or sed. | |
| 15 | 17 | * TH1 enhancements: |
| 16 | 18 | <ul><li>Add <nowiki>[unversioned content]</nowiki> command.</li> |
| 17 | 19 | <li>Add <nowiki>[unversioned list]</nowiki> command.</li> |
| 18 | 20 | <li>Add project_description variable.</li> |
| 19 | 21 | </ul> |
| 20 | - * Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter on the | |
| 21 | - [/help?cmd=/timeline|/timeline] webpage, with associated form widgets. | |
| 22 | - * Enhance the [/help/changes|changes] and [/help/status|status] commands | |
| 23 | - with many new filter options so that specific kinds of changes can be | |
| 24 | - found without having to pipe through grep or sed. | |
| 25 | 22 | * Rename crnl-glob [/help/settings|setting] to crlf-glob, but keep |
| 26 | 23 | crnl-glob as a compatibility alias. |
| 27 | - * Add checkbox widgets to various web pages. See [/technote/8d18bf27e9| | |
| 28 | - this technote] for more information. To get the checkboxes to look as | |
| 29 | - intended, you must update the CSS in your repository and all clones. | |
| 24 | + * Fix a C99-ism that prevents the 1.36 release from building with MSVC. | |
| 25 | + * Fix [/help?cmd=ticket|ticket set] when using the "+" prefix with fields | |
| 26 | + from the "ticketchng" table. | |
| 27 | + * Remove the "fusefs" command from builds that do not have the underlying | |
| 28 | + support enabled. | |
| 29 | + * Fixes for incremental git import/export. | |
| 30 | + * Minor security enhancements to | |
| 31 | + [./encryptedrepos.wiki|encrypted repositories]. | |
| 30 | 32 | |
| 31 | 33 | <a name='v1_36'></a> |
| 32 | 34 | <h2>Changes for Version 1.36 (2016-10-24)</h2> |
| 33 | 35 | |
| 34 | 36 | * Add support for [./unvers.wiki|unversioned content], |
| 35 | 37 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,34 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v1_37'></a> |
| 4 | <h2>Changes for Version 1.37 (2017-XX-YY)</h2> |
| 5 | |
| 6 | * Fix a C99-ism that prevents the 1.36 release from building with MSVC. |
| 7 | * Fix [/help?cmd=ticket|ticket set] when using the "+" prefix with fields |
| 8 | from the "ticketchng" table. |
| 9 | * Enhance the "brlist" page to make use of branch colors. |
| 10 | * Remove the "fusefs" command from builds that do not have the underlying |
| 11 | support enabled. |
| 12 | * Fixes for incremental git import/export. |
| 13 | * Minor security enhancements to |
| 14 | [./encryptedrepos.wiki|encrypted repositories]. |
| 15 | * TH1 enhancements: |
| 16 | <ul><li>Add <nowiki>[unversioned content]</nowiki> command.</li> |
| 17 | <li>Add <nowiki>[unversioned list]</nowiki> command.</li> |
| 18 | <li>Add project_description variable.</li> |
| 19 | </ul> |
| 20 | * Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter on the |
| 21 | [/help?cmd=/timeline|/timeline] webpage, with associated form widgets. |
| 22 | * Enhance the [/help/changes|changes] and [/help/status|status] commands |
| 23 | with many new filter options so that specific kinds of changes can be |
| 24 | found without having to pipe through grep or sed. |
| 25 | * Rename crnl-glob [/help/settings|setting] to crlf-glob, but keep |
| 26 | crnl-glob as a compatibility alias. |
| 27 | * Add checkbox widgets to various web pages. See [/technote/8d18bf27e9| |
| 28 | this technote] for more information. To get the checkboxes to look as |
| 29 | intended, you must update the CSS in your repository and all clones. |
| 30 | |
| 31 | <a name='v1_36'></a> |
| 32 | <h2>Changes for Version 1.36 (2016-10-24)</h2> |
| 33 | |
| 34 | * Add support for [./unvers.wiki|unversioned content], |
| 35 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,34 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v1_37'></a> |
| 4 | <h2>Changes for Version 1.37 (2017-XX-YY)</h2> |
| 5 | |
| 6 | * Add checkbox widgets to various web pages. See [/technote/8d18bf27e9| |
| 7 | this technote] for more information. To get the checkboxes to look as |
| 8 | intended, you must update the CSS in your repository and all clones. |
| 9 | * Add the [/help/all|fossil all ui] command |
| 10 | * Add the [/help?cmd=/file|/file] webpage |
| 11 | * Enhance the [/help?cmd=/brlist|/brlist] webpage to make use of branch colors. |
| 12 | * Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter on the |
| 13 | [/help?cmd=/timeline|/timeline] webpage, with associated form widgets. |
| 14 | * Enhance the [/help/changes|changes] and [/help/status|status] commands |
| 15 | with many new filter options so that specific kinds of changes can be |
| 16 | found without having to pipe through grep or sed. |
| 17 | * TH1 enhancements: |
| 18 | <ul><li>Add <nowiki>[unversioned content]</nowiki> command.</li> |
| 19 | <li>Add <nowiki>[unversioned list]</nowiki> command.</li> |
| 20 | <li>Add project_description variable.</li> |
| 21 | </ul> |
| 22 | * Rename crnl-glob [/help/settings|setting] to crlf-glob, but keep |
| 23 | crnl-glob as a compatibility alias. |
| 24 | * Fix a C99-ism that prevents the 1.36 release from building with MSVC. |
| 25 | * Fix [/help?cmd=ticket|ticket set] when using the "+" prefix with fields |
| 26 | from the "ticketchng" table. |
| 27 | * Remove the "fusefs" command from builds that do not have the underlying |
| 28 | support enabled. |
| 29 | * Fixes for incremental git import/export. |
| 30 | * Minor security enhancements to |
| 31 | [./encryptedrepos.wiki|encrypted repositories]. |
| 32 | |
| 33 | <a name='v1_36'></a> |
| 34 | <h2>Changes for Version 1.36 (2016-10-24)</h2> |
| 35 | |
| 36 | * Add support for [./unvers.wiki|unversioned content], |
| 37 |