Fossil SCM
Improved organization and grouping of the change list for version 2.18.
Commit
1841ce67472f0edf12a69a974e2e0b81290878c6587eb826f3b8b16e776e55cf
Parent
c5e4c8b63aed6f4…
1 file changed
+27
-23
+27
-23
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,39 +1,43 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_18'>Changes for version 2.18 (pending)</h2> |
| 4 | 4 | * Added support for [./ssl-server.md|SSL/TLS server mode] for commands |
| 5 | 5 | like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]" |
| 6 | + * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for | |
| 7 | + [/help?cmd=merge|merge --cherrypick]. | |
| 8 | + * Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size | |
| 9 | + of any file in a commit exceeds this size, a warning is issued. | |
| 10 | + * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline]. | |
| 11 | + * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer | |
| 12 | + sterilize the manifest file. | |
| 13 | + * Futher improvement to diff alignment in cases that involve both | |
| 14 | + edits and changes in indentation. | |
| 15 | + * [/doc/trunk/www/chat.md|Chat] improvements:<ul> | |
| 16 | + <li> [/help?cmd=/chat|The /chat page] input options have been reworked | |
| 17 | + again for better cross-browser portability. | |
| 18 | + <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer | |
| 19 | + immediately lost and sending may optionally be retried. | |
| 20 | + <li> [/help?cmd=/chat|/chat] can now optionally embed attachments of certain | |
| 21 | + types directly into message bodies via an iframe. | |
| 22 | + <li> Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]" | |
| 23 | + command. | |
| 24 | + </ul> | |
| 25 | + * Promote the test-detach command into the [/help?cmd=detach|detach command]. | |
| 26 | + * For "fossil pull" with the --from-parent-project option, if no URL is | |
| 27 | + specified then use the last URL specified for the --from-parent-project. | |
| 28 | + * Add options --project-name and --project-desc to the | |
| 29 | + "[/help?cmd=init|fossil init]" command. | |
| 30 | + * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment | |
| 31 | + variable for clients. | |
| 32 | + * Fix the REQUEST_URI CGI parameter such that it includes the query string. | |
| 6 | 33 | * Added the --share-links option to [/help?cmd=sync|fossil sync] and |
| 7 | 34 | [/help?cmd=pull|fossil pull]. Enhance the |
| 8 | 35 | [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support |
| 9 | 36 | sharing of links to other clones. |
| 10 | 37 | * Added the --transport-command option to [/help?cmd=sync|fossil sync] |
| 11 | 38 | and similar. |
| 12 | - * [/help?cmd=/chat|The /chat page] input options have been reworked | |
| 13 | - again for better cross-browser portability. | |
| 14 | - * Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size | |
| 15 | - of any file in a commit exceeds this size, a warning is issued. | |
| 16 | - * When sending a [/help?cmd=/chat|/chat] message fails, it is no longer | |
| 17 | - immediately lost and sending may optionally be retried. | |
| 18 | - * [/help?cmd=/chat|/chat] can now optionally embed attachments of certain | |
| 19 | - types directly into message bodies via an iframe. | |
| 20 | - * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for | |
| 21 | - [/help?cmd=merge|merge --cherrypick]. | |
| 22 | - * Promote the test-detach command into the [/help?cmd=detach|detach command]. | |
| 23 | - * For "fossil pull" with the --from-parent-project option, if not URL is | |
| 24 | - specified used the last URL specified for the --from-parent-project. | |
| 25 | - * Add options --project-name and --project-desc to the | |
| 26 | - "[/help?cmd=init|fossil init]" command. | |
| 27 | - * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline]. | |
| 28 | - * Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]" | |
| 29 | - command. | |
| 30 | - * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment | |
| 31 | - variable for clients. | |
| 32 | - * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer | |
| 33 | - sterilize the manifest file. | |
| 34 | - * Fix the REQUEST_URI CGI parameter such that it includes the query string. | |
| 35 | 39 | |
| 36 | 40 | <h2 id='v2_17'>Changes for version 2.17 (2021-10-09)</h2> |
| 37 | 41 | |
| 38 | 42 | * Major improvements to the "diff" subsystem, including: <ul> |
| 39 | 43 | <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl. |
| 40 | 44 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,39 +1,43 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_18'>Changes for version 2.18 (pending)</h2> |
| 4 | * Added support for [./ssl-server.md|SSL/TLS server mode] for commands |
| 5 | like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]" |
| 6 | * Added the --share-links option to [/help?cmd=sync|fossil sync] and |
| 7 | [/help?cmd=pull|fossil pull]. Enhance the |
| 8 | [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support |
| 9 | sharing of links to other clones. |
| 10 | * Added the --transport-command option to [/help?cmd=sync|fossil sync] |
| 11 | and similar. |
| 12 | * [/help?cmd=/chat|The /chat page] input options have been reworked |
| 13 | again for better cross-browser portability. |
| 14 | * Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size |
| 15 | of any file in a commit exceeds this size, a warning is issued. |
| 16 | * When sending a [/help?cmd=/chat|/chat] message fails, it is no longer |
| 17 | immediately lost and sending may optionally be retried. |
| 18 | * [/help?cmd=/chat|/chat] can now optionally embed attachments of certain |
| 19 | types directly into message bodies via an iframe. |
| 20 | * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for |
| 21 | [/help?cmd=merge|merge --cherrypick]. |
| 22 | * Promote the test-detach command into the [/help?cmd=detach|detach command]. |
| 23 | * For "fossil pull" with the --from-parent-project option, if not URL is |
| 24 | specified used the last URL specified for the --from-parent-project. |
| 25 | * Add options --project-name and --project-desc to the |
| 26 | "[/help?cmd=init|fossil init]" command. |
| 27 | * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline]. |
| 28 | * Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]" |
| 29 | command. |
| 30 | * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment |
| 31 | variable for clients. |
| 32 | * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer |
| 33 | sterilize the manifest file. |
| 34 | * Fix the REQUEST_URI CGI parameter such that it includes the query string. |
| 35 | |
| 36 | <h2 id='v2_17'>Changes for version 2.17 (2021-10-09)</h2> |
| 37 | |
| 38 | * Major improvements to the "diff" subsystem, including: <ul> |
| 39 | <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl. |
| 40 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,39 +1,43 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_18'>Changes for version 2.18 (pending)</h2> |
| 4 | * Added support for [./ssl-server.md|SSL/TLS server mode] for commands |
| 5 | like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]" |
| 6 | * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for |
| 7 | [/help?cmd=merge|merge --cherrypick]. |
| 8 | * Add new setting "[/help?cmd=large-file-size|large-file-size]". If the size |
| 9 | of any file in a commit exceeds this size, a warning is issued. |
| 10 | * Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline]. |
| 11 | * The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer |
| 12 | sterilize the manifest file. |
| 13 | * Futher improvement to diff alignment in cases that involve both |
| 14 | edits and changes in indentation. |
| 15 | * [/doc/trunk/www/chat.md|Chat] improvements:<ul> |
| 16 | <li> [/help?cmd=/chat|The /chat page] input options have been reworked |
| 17 | again for better cross-browser portability. |
| 18 | <li> When sending a [/help?cmd=/chat|/chat] message fails, it is no longer |
| 19 | immediately lost and sending may optionally be retried. |
| 20 | <li> [/help?cmd=/chat|/chat] can now optionally embed attachments of certain |
| 21 | types directly into message bodies via an iframe. |
| 22 | <li> Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]" |
| 23 | command. |
| 24 | </ul> |
| 25 | * Promote the test-detach command into the [/help?cmd=detach|detach command]. |
| 26 | * For "fossil pull" with the --from-parent-project option, if no URL is |
| 27 | specified then use the last URL specified for the --from-parent-project. |
| 28 | * Add options --project-name and --project-desc to the |
| 29 | "[/help?cmd=init|fossil init]" command. |
| 30 | * The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment |
| 31 | variable for clients. |
| 32 | * Fix the REQUEST_URI CGI parameter such that it includes the query string. |
| 33 | * Added the --share-links option to [/help?cmd=sync|fossil sync] and |
| 34 | [/help?cmd=pull|fossil pull]. Enhance the |
| 35 | [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support |
| 36 | sharing of links to other clones. |
| 37 | * Added the --transport-command option to [/help?cmd=sync|fossil sync] |
| 38 | and similar. |
| 39 | |
| 40 | <h2 id='v2_17'>Changes for version 2.17 (2021-10-09)</h2> |
| 41 | |
| 42 | * Major improvements to the "diff" subsystem, including: <ul> |
| 43 | <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl. |
| 44 |