Fossil SCM
Updates to the change log.
Commit
7e4aeafcea0e74e10a5113f48ceb8d2bf979c2dd87b398899815fb1ffba1f610
Parent
7a2d06a46a57b2b…
1 file changed
+8
-2
+8
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,27 +1,33 @@ | ||
| 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. | |
| 6 | + * Security fix in the "fossil git export" command. New "safety-nets" | |
| 7 | + added to prevent future problems. | |
| 7 | 8 | * Enhancements to the graph display for cases when there are |
| 8 | 9 | many merges into a single check-in. |
| 9 | 10 | [/info/2d75e87b760c0a9?diff=0|Example] |
| 10 | 11 | * The markdown-to-html translator can prevent unsafe HTML |
| 11 | 12 | (for example: <script>) on user pages like forum and |
| 12 | - tickets and wiki, and the administrators discretion. On by | |
| 13 | + tickets and wiki, at the administrators option. On by | |
| 13 | 14 | default. |
| 15 | + [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. | |
| 14 | 16 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 15 | 17 | is able to revert all files beneath a directory. |
| 16 | 18 | * Added <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]", |
| 17 | 19 | "[/help?cmd=rm|fossil rm]", and |
| 18 | 20 | "[/help?cmd=addremove|fossil addremove]" commands. |
| 19 | 21 | * Editing forum posts now applies delta compression to the edits. |
| 20 | 22 | * Added the [/help?cmd=/fileedit|/fileedit page], which allows |
| 21 | 23 | editing of text files online. Requires explicit activation by |
| 22 | 24 | a setup user. |
| 25 | + * Update the built-in SQLite so that the | |
| 26 | + "[/help?cmd=sql|fossil sql]" command supports new output | |
| 27 | + modes ".mode box" and ".mode json". | |
| 28 | + * Delta compression now applied to forum edits. | |
| 23 | 29 | |
| 24 | 30 | <a name='v2_11'></a> |
| 25 | 31 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 26 | 32 | |
| 27 | 33 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 28 | 34 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,27 +1,33 @@ | |
| 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. |
| 7 | * Enhancements to the graph display for cases when there are |
| 8 | many merges into a single check-in. |
| 9 | [/info/2d75e87b760c0a9?diff=0|Example] |
| 10 | * The markdown-to-html translator can prevent unsafe HTML |
| 11 | (for example: <script>) on user pages like forum and |
| 12 | tickets and wiki, and the administrators discretion. On by |
| 13 | default. |
| 14 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 15 | is able to revert all files beneath a directory. |
| 16 | * Added <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]", |
| 17 | "[/help?cmd=rm|fossil rm]", and |
| 18 | "[/help?cmd=addremove|fossil addremove]" commands. |
| 19 | * Editing forum posts now applies delta compression to the edits. |
| 20 | * Added the [/help?cmd=/fileedit|/fileedit page], which allows |
| 21 | editing of text files online. Requires explicit activation by |
| 22 | a setup user. |
| 23 | |
| 24 | <a name='v2_11'></a> |
| 25 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 26 | |
| 27 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,27 +1,33 @@ | |
| 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. New "safety-nets" |
| 7 | added to prevent future problems. |
| 8 | * Enhancements to the graph display for cases when there are |
| 9 | many merges into a single check-in. |
| 10 | [/info/2d75e87b760c0a9?diff=0|Example] |
| 11 | * The markdown-to-html translator can prevent unsafe HTML |
| 12 | (for example: <script>) on user pages like forum and |
| 13 | tickets and wiki, at the administrators option. On by |
| 14 | default. |
| 15 | [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example]. |
| 16 | * Enhance the [/help?cmd=revert|fossil revert] command so that it |
| 17 | is able to revert all files beneath a directory. |
| 18 | * Added <tt>--reset</tt> flag to the "[/help?cmd=add|fossil add]", |
| 19 | "[/help?cmd=rm|fossil rm]", and |
| 20 | "[/help?cmd=addremove|fossil addremove]" commands. |
| 21 | * Editing forum posts now applies delta compression to the edits. |
| 22 | * Added the [/help?cmd=/fileedit|/fileedit page], which allows |
| 23 | editing of text files online. Requires explicit activation by |
| 24 | a setup user. |
| 25 | * Update the built-in SQLite so that the |
| 26 | "[/help?cmd=sql|fossil sql]" command supports new output |
| 27 | modes ".mode box" and ".mode json". |
| 28 | * Delta compression now applied to forum edits. |
| 29 | |
| 30 | <a name='v2_11'></a> |
| 31 | <h2>Changes for Version 2.11 (2020-05-25)</h2> |
| 32 | |
| 33 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 34 |