Fossil SCM
Update change log.
Commit
853a2285913b190b4e080be016c4042113a3cb19
Parent
08918fabc735c81…
1 file changed
+5
-1
+5
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -14,15 +14,19 @@ | ||
| 14 | 14 | the ancestors of a particular file version, it only shows direct |
| 15 | 15 | ancestors and omits changes on branches, thus making it show the same set |
| 16 | 16 | of ancestors that are used for [/help?cmd=/blame|/blame]. |
| 17 | 17 | * Added the --page option to the [/help?cmd=ui|fossil ui] command |
| 18 | 18 | * Added the [/help?cmd=bisect|fossil bisect ui] command |
| 19 | - * Enhanced the [/help?cmd=diff|fossil diff] command so that it accepts | |
| 19 | + * Enhanced the [/help?cmd=diff|fossil diff] command so that it accepts | |
| 20 | 20 | directory names as arguments and computes diffs on all files contained |
| 21 | 21 | within those directories. |
| 22 | 22 | * Fix the [/help?cmd=add|fossil add] command so that it shows "SKIP" for |
| 23 | 23 | files added that were already under management. |
| 24 | + * Get autosetup working with MinGW. | |
| 25 | + * Fix autosetup detection of zlib in the source tree. | |
| 26 | + * Added autosetup detection of OpenSSL when it may be present under the | |
| 27 | + "compat" subdirectory of the source tree. | |
| 24 | 28 | |
| 25 | 29 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 26 | 30 | |
| 27 | 31 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 28 | 32 | than 10MiB. |
| 29 | 33 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -14,15 +14,19 @@ | |
| 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 [/help?cmd=diff|fossil diff] command so that it accepts |
| 20 | directory names as arguments and computes diffs on all files contained |
| 21 | within those directories. |
| 22 | * Fix the [/help?cmd=add|fossil add] command so that it shows "SKIP" for |
| 23 | files added that were already under management. |
| 24 | |
| 25 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 26 | |
| 27 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 28 | than 10MiB. |
| 29 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -14,15 +14,19 @@ | |
| 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 [/help?cmd=diff|fossil diff] command so that it accepts |
| 20 | directory names as arguments and computes diffs on all files contained |
| 21 | within those directories. |
| 22 | * Fix the [/help?cmd=add|fossil add] command so that it shows "SKIP" for |
| 23 | files added that were already under management. |
| 24 | * Get autosetup working with MinGW. |
| 25 | * Fix autosetup detection of zlib in the source tree. |
| 26 | * Added autosetup detection of OpenSSL when it may be present under the |
| 27 | "compat" subdirectory of the source tree. |
| 28 | |
| 29 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 30 | |
| 31 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 32 | than 10MiB. |
| 33 |