Fossil SCM
Updates to the change log for 2.12.
Commit
fa4c48bf60e6de1aacfc9614108c588910002b348751dc6189ad842da548644b
Parent
bb6e1fe75b4e8bc…
1 file changed
+12
-4
+12
-4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,13 +1,14 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_12'></a> |
| 4 | 4 | <h2>Changes for Version 2.12 (pending)</h2> |
| 5 | 5 | |
| 6 | - * Security fix in the "fossil git export" command. The same fix is | |
| 7 | - also backported to version 2.10.1 and 2.11.1. New "safety-net" | |
| 8 | - features were added to prevent similar problems in the future. | |
| 6 | + * Security fix in the "[/help?cmd=git|fossil git export]" command. | |
| 7 | + The same fix is also backported to version 2.10.1 and 2.11.1. | |
| 8 | + New "safety-net" features were added to prevent similar problems | |
| 9 | + in the future. | |
| 9 | 10 | * Enhancements to the graph display for cases when there are |
| 10 | 11 | many cherry-pick merges into a single check-in. |
| 11 | 12 | [/timeline?f=2d75e87b760c0a9|Example] |
| 12 | 13 | * Enhance the markdown formatter to more closely follow the |
| 13 | 14 | [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification] |
| @@ -19,10 +20,17 @@ | ||
| 19 | 20 | tickets and wiki. The admin can adjust this behavior using |
| 20 | 21 | the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page. |
| 21 | 22 | The default is to disallow unsafe HTML everywhere. |
| 22 | 23 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 23 | 24 | * Added the "collapse" and "expand" capability for long forum posts. |
| 25 | + [https://fossil-scm.org/forum/forumpost/9297029862|Example] | |
| 26 | + * The "[/help?cmd=remote-url|fossil remote]" command now has options for | |
| 27 | + specifying multiple persistent remotes with symbolic names. Currently | |
| 28 | + only one remote can be used at a time, but that might change in the | |
| 29 | + future. | |
| 30 | + * Added the experimental "[/help?cmd=hook|fossil hook]" command for | |
| 31 | + managing "hook scripts" that run before checkin or after a push. | |
| 24 | 32 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 25 | 33 | is able to revert all files beneath a directory. |
| 26 | 34 | * Add the [/help?cmd=bisect|fossil bisect skip] command. |
| 27 | 35 | * Enhance [/help?cmd=bisect|fossil bisect ui] so that it shows all unchecked |
| 28 | 36 | check-ins in between the innermost "good" and "bad" check-ins. |
| @@ -47,11 +55,11 @@ | ||
| 47 | 55 | * Update the built-in SQLite so that the |
| 48 | 56 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 49 | 57 | modes ".mode box" and ".mode json". |
| 50 | 58 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 51 | 59 | "[/help?cmd=sql|fossil sql]" command. |
| 52 | - * Delta compression now applied to forum edits. | |
| 60 | + * [./delta_format.wiki|Delta compression] is now applied to forum edits. | |
| 53 | 61 | * Countless documentation enhancements. |
| 54 | 62 | |
| 55 | 63 | <a name='v2_11'></a> |
| 56 | 64 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 57 | 65 | |
| 58 | 66 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,13 +1,14 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_12'></a> |
| 4 | <h2>Changes for Version 2.12 (pending)</h2> |
| 5 | |
| 6 | * Security fix in the "fossil git export" command. The same fix is |
| 7 | also backported to version 2.10.1 and 2.11.1. New "safety-net" |
| 8 | features were added to prevent similar problems in the future. |
| 9 | * Enhancements to the graph display for cases when there are |
| 10 | many cherry-pick merges into a single check-in. |
| 11 | [/timeline?f=2d75e87b760c0a9|Example] |
| 12 | * Enhance the markdown formatter to more closely follow the |
| 13 | [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification] |
| @@ -19,10 +20,17 @@ | |
| 19 | tickets and wiki. The admin can adjust this behavior using |
| 20 | the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page. |
| 21 | The default is to disallow unsafe HTML everywhere. |
| 22 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 23 | * Added the "collapse" and "expand" capability for long forum posts. |
| 24 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 25 | is able to revert all files beneath a directory. |
| 26 | * Add the [/help?cmd=bisect|fossil bisect skip] command. |
| 27 | * Enhance [/help?cmd=bisect|fossil bisect ui] so that it shows all unchecked |
| 28 | check-ins in between the innermost "good" and "bad" check-ins. |
| @@ -47,11 +55,11 @@ | |
| 47 | * Update the built-in SQLite so that the |
| 48 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 49 | modes ".mode box" and ".mode json". |
| 50 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 51 | "[/help?cmd=sql|fossil sql]" command. |
| 52 | * Delta compression now applied to forum edits. |
| 53 | * Countless documentation enhancements. |
| 54 | |
| 55 | <a name='v2_11'></a> |
| 56 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 57 | |
| 58 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,13 +1,14 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_12'></a> |
| 4 | <h2>Changes for Version 2.12 (pending)</h2> |
| 5 | |
| 6 | * Security fix in the "[/help?cmd=git|fossil git export]" command. |
| 7 | The same fix is also backported to version 2.10.1 and 2.11.1. |
| 8 | New "safety-net" features were added to prevent similar problems |
| 9 | in the future. |
| 10 | * Enhancements to the graph display for cases when there are |
| 11 | many cherry-pick merges into a single check-in. |
| 12 | [/timeline?f=2d75e87b760c0a9|Example] |
| 13 | * Enhance the markdown formatter to more closely follow the |
| 14 | [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification] |
| @@ -19,10 +20,17 @@ | |
| 20 | tickets and wiki. The admin can adjust this behavior using |
| 21 | the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page. |
| 22 | The default is to disallow unsafe HTML everywhere. |
| 23 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 24 | * Added the "collapse" and "expand" capability for long forum posts. |
| 25 | [https://fossil-scm.org/forum/forumpost/9297029862|Example] |
| 26 | * The "[/help?cmd=remote-url|fossil remote]" command now has options for |
| 27 | specifying multiple persistent remotes with symbolic names. Currently |
| 28 | only one remote can be used at a time, but that might change in the |
| 29 | future. |
| 30 | * Added the experimental "[/help?cmd=hook|fossil hook]" command for |
| 31 | managing "hook scripts" that run before checkin or after a push. |
| 32 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 33 | is able to revert all files beneath a directory. |
| 34 | * Add the [/help?cmd=bisect|fossil bisect skip] command. |
| 35 | * Enhance [/help?cmd=bisect|fossil bisect ui] so that it shows all unchecked |
| 36 | check-ins in between the innermost "good" and "bad" check-ins. |
| @@ -47,11 +55,11 @@ | |
| 55 | * Update the built-in SQLite so that the |
| 56 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 57 | modes ".mode box" and ".mode json". |
| 58 | * Add the "<tt>obscure()</tt>" SQL function to the |
| 59 | "[/help?cmd=sql|fossil sql]" command. |
| 60 | * [./delta_format.wiki|Delta compression] is now applied to forum edits. |
| 61 | * Countless documentation enhancements. |
| 62 | |
| 63 | <a name='v2_11'></a> |
| 64 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 65 | |
| 66 |