Fossil SCM
Update the change log. No changes to code.
Commit
d694ef089df511bc179b57b255e9810dabbdec43
Parent
a68280c4fcbdb9a…
1 file changed
+16
+16
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -2,10 +2,26 @@ | ||
| 2 | 2 | |
| 3 | 3 | <h2>Changes For Version 1.28 (as yet unreleased)</h2> |
| 4 | 4 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 5 | 5 | * When cloning a repository, the user name passed via the URL (if any) |
| 6 | 6 | is now used as the default local admin user's name. |
| 7 | + * Enhance the SSH transport mechanism so that it runs a single instance of | |
| 8 | + the "fossil" executable on the remote side, obviating the need for a shell | |
| 9 | + on the remote side. Some users may need to add the "?fossil=/path/to/fossil" | |
| 10 | + query parameter to "ssh:" URIs if their fossil binary is not in a standard | |
| 11 | + place. | |
| 12 | + * Add the "[/help?cmd=blame | fossil blame]" command that works just like | |
| 13 | + "fossil annotate" but uses a different output format that includes the | |
| 14 | + user who made each changes and omits line numbers. | |
| 15 | + * Add the "Tarball and ZIP-archive Prefix" configuration parameter under | |
| 16 | + Admin/Configuration. | |
| 17 | + * Fix CGI processing so that it works on web servers that do not | |
| 18 | + supply REQUEST_URI. | |
| 19 | + * Add options --dirsonly, --emptydirs, and --allckouts to the | |
| 20 | + "[/help?cmd=clean | fossil clean]" command. | |
| 21 | + * Ten-fold performance improvement in large "fossil blame" or | |
| 22 | + "fossil annotate" commands. | |
| 7 | 23 | |
| 8 | 24 | <h2>Changes For Version 1.27 (2013-09-11)</h2> |
| 9 | 25 | * Enhance the [/help?cmd=changes | fossil changes], |
| 10 | 26 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 11 | 27 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 12 | 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -2,10 +2,26 @@ | |
| 2 | |
| 3 | <h2>Changes For Version 1.28 (as yet unreleased)</h2> |
| 4 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 5 | * When cloning a repository, the user name passed via the URL (if any) |
| 6 | is now used as the default local admin user's name. |
| 7 | |
| 8 | <h2>Changes For Version 1.27 (2013-09-11)</h2> |
| 9 | * Enhance the [/help?cmd=changes | fossil changes], |
| 10 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 11 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 12 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -2,10 +2,26 @@ | |
| 2 | |
| 3 | <h2>Changes For Version 1.28 (as yet unreleased)</h2> |
| 4 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 5 | * When cloning a repository, the user name passed via the URL (if any) |
| 6 | is now used as the default local admin user's name. |
| 7 | * Enhance the SSH transport mechanism so that it runs a single instance of |
| 8 | the "fossil" executable on the remote side, obviating the need for a shell |
| 9 | on the remote side. Some users may need to add the "?fossil=/path/to/fossil" |
| 10 | query parameter to "ssh:" URIs if their fossil binary is not in a standard |
| 11 | place. |
| 12 | * Add the "[/help?cmd=blame | fossil blame]" command that works just like |
| 13 | "fossil annotate" but uses a different output format that includes the |
| 14 | user who made each changes and omits line numbers. |
| 15 | * Add the "Tarball and ZIP-archive Prefix" configuration parameter under |
| 16 | Admin/Configuration. |
| 17 | * Fix CGI processing so that it works on web servers that do not |
| 18 | supply REQUEST_URI. |
| 19 | * Add options --dirsonly, --emptydirs, and --allckouts to the |
| 20 | "[/help?cmd=clean | fossil clean]" command. |
| 21 | * Ten-fold performance improvement in large "fossil blame" or |
| 22 | "fossil annotate" commands. |
| 23 | |
| 24 | <h2>Changes For Version 1.27 (2013-09-11)</h2> |
| 25 | * Enhance the [/help?cmd=changes | fossil changes], |
| 26 | [/help?cmd=clean | fossil clean], [/help?cmd=extras | fossil extras], |
| 27 | [/help?cmd=ls | fossil ls] and [/help?cmd=status | fossil status] commands |
| 28 |