Fossil SCM
Update the version number to 1.35. Begin writing the change log for version 1.35.
Commit
f998a1bf29e277196b7cdc85acf00a6d0e237cbd
Parent
b789df4bb6dd4d5…
2 files changed
+1
-1
+21
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -1.34 | |
| 1 | +1.35 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.34 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.35 |
| 2 |
+21
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,7 +1,28 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | +<h2>Changes for Version 1.35 (2016-00-00)</h2> | |
| 4 | + | |
| 5 | + * Enable symlinks by default on all non-Windows platforms. | |
| 6 | + * Rework the [/help?cmd=/setup_ulist|/setup_list page] (the User List page) | |
| 7 | + to display all users | |
| 8 | + in a click-to-sort table. | |
| 9 | + * Fix backslash-octal escape on filenames while importing from git | |
| 10 | + * When markdown documents begin with <h1> HTML elements, use that | |
| 11 | + header at the document title. | |
| 12 | + * Added the [/help?cmd=/bigbloblist|/bigbloblist page]. | |
| 13 | + * Enhance the [/help?cmd=/finfo|/finfo page] so that when it is showing | |
| 14 | + the ancestors of a particular file version, it only shows direct | |
| 15 | + ancestors and omits changes on branches, thus making it show the same set | |
| 16 | + of ancestors that are used for [/help?cmd=/blame|/blame]. | |
| 17 | + * Added the --page option to the [/help?cmd=ui|fossil ui] command | |
| 18 | + * Added the [/help?cmd=bisect|fossil bisect ui] command | |
| 19 | + * Enhanced the "fossil diff" command so that it accepts directory names | |
| 20 | + as arguments and computes diffs on all files contained within those directories. | |
| 21 | + * Fix the [/help?cmd=add|fossil add] command so that it shows "SKIP" for | |
| 22 | + files added that were already under management. | |
| 23 | + | |
| 3 | 24 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 4 | 25 | |
| 5 | 26 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 6 | 27 | than 10MiB. |
| 7 | 28 | * Update internal Unicode character tables, used in regular expression |
| 8 | 29 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,28 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 4 | |
| 5 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 6 | than 10MiB. |
| 7 | * Update internal Unicode character tables, used in regular expression |
| 8 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,28 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.35 (2016-00-00)</h2> |
| 4 | |
| 5 | * Enable symlinks by default on all non-Windows platforms. |
| 6 | * Rework the [/help?cmd=/setup_ulist|/setup_list page] (the User List page) |
| 7 | to display all users |
| 8 | in a click-to-sort table. |
| 9 | * Fix backslash-octal escape on filenames while importing from git |
| 10 | * When markdown documents begin with <h1> HTML elements, use that |
| 11 | header at the document title. |
| 12 | * Added the [/help?cmd=/bigbloblist|/bigbloblist page]. |
| 13 | * Enhance the [/help?cmd=/finfo|/finfo page] so that when it is showing |
| 14 | the ancestors of a particular file version, it only shows direct |
| 15 | ancestors and omits changes on branches, thus making it show the same set |
| 16 | of ancestors that are used for [/help?cmd=/blame|/blame]. |
| 17 | * Added the --page option to the [/help?cmd=ui|fossil ui] command |
| 18 | * Added the [/help?cmd=bisect|fossil bisect ui] command |
| 19 | * Enhanced the "fossil diff" command so that it accepts directory names |
| 20 | as arguments and computes diffs on all files contained within those directories. |
| 21 | * Fix the [/help?cmd=add|fossil add] command so that it shows "SKIP" for |
| 22 | files added that were already under management. |
| 23 | |
| 24 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 25 | |
| 26 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 27 | than 10MiB. |
| 28 | * Update internal Unicode character tables, used in regular expression |
| 29 |