Fossil SCM
Update to the change log.
Commit
e3e28f43dcce3af45090d9f1138640e58c58cd508ebd849eefb4e00baac0cd6a
Parent
1f6ae1efb4fcb22…
1 file changed
+5
+5
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -10,10 +10,12 @@ | ||
| 10 | 10 | * Add the [/help?cmd=all|fossil all whatis] command. |
| 11 | 11 | * The [/help?cmd=status|fossil status] command and relevant UI pages now |
| 12 | 12 | correctly report files which were both renamed <b>and</b> edited as such. |
| 13 | 13 | * Show default value of settings that have a default in |
| 14 | 14 | [/help?cmd=help|fossil help SETTING] output. |
| 15 | + * On timeline graphs, show closed check-ins using an X in the middle of the | |
| 16 | + node circle or box. | |
| 15 | 17 | * New options for email notification: Get email only for the first |
| 16 | 18 | post in each new thread, and/or posts that are in reply to my posts. |
| 17 | 19 | * Fix a regression bug introduced in version 2.22 that caused FTS5 searches |
| 18 | 20 | to fail for terms containing non-ASCII characters. |
| 19 | 21 | * Improved defense-in-depth against malicious attack: |
| @@ -29,10 +31,13 @@ | ||
| 29 | 31 | * Enhance the [/help?cmd=/dir|treeview file listings] |
| 30 | 32 | ([/dir?type=tree&ci=trunk|example]) by displaying file sizes |
| 31 | 33 | and adding the option to sort by file size. |
| 32 | 34 | * The [/help?cmd=fts-config|fossil fts-config] command now shows how much |
| 33 | 35 | repository space is used by the full-text index. |
| 36 | + * Changing a setting to an empty string is now the same as deleting the | |
| 37 | + setting, in most cases. There are a few exceptions, indicated by the | |
| 38 | + keep-empty flag on the setting definition. | |
| 34 | 39 | * The [/help?cmd=branch|fossil branch list] command can now filter branches |
| 35 | 40 | that have/have not been merged into the current branch. |
| 36 | 41 | * Improvements to interactions with remote repositories over SSH: |
| 37 | 42 | <ul> |
| 38 | 43 | <li> Print the text of the SSH command that is run to do remote interaction, |
| 39 | 44 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -10,10 +10,12 @@ | |
| 10 | * Add the [/help?cmd=all|fossil all whatis] command. |
| 11 | * The [/help?cmd=status|fossil status] command and relevant UI pages now |
| 12 | correctly report files which were both renamed <b>and</b> edited as such. |
| 13 | * Show default value of settings that have a default in |
| 14 | [/help?cmd=help|fossil help SETTING] output. |
| 15 | * New options for email notification: Get email only for the first |
| 16 | post in each new thread, and/or posts that are in reply to my posts. |
| 17 | * Fix a regression bug introduced in version 2.22 that caused FTS5 searches |
| 18 | to fail for terms containing non-ASCII characters. |
| 19 | * Improved defense-in-depth against malicious attack: |
| @@ -29,10 +31,13 @@ | |
| 29 | * Enhance the [/help?cmd=/dir|treeview file listings] |
| 30 | ([/dir?type=tree&ci=trunk|example]) by displaying file sizes |
| 31 | and adding the option to sort by file size. |
| 32 | * The [/help?cmd=fts-config|fossil fts-config] command now shows how much |
| 33 | repository space is used by the full-text index. |
| 34 | * The [/help?cmd=branch|fossil branch list] command can now filter branches |
| 35 | that have/have not been merged into the current branch. |
| 36 | * Improvements to interactions with remote repositories over SSH: |
| 37 | <ul> |
| 38 | <li> Print the text of the SSH command that is run to do remote interaction, |
| 39 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -10,10 +10,12 @@ | |
| 10 | * Add the [/help?cmd=all|fossil all whatis] command. |
| 11 | * The [/help?cmd=status|fossil status] command and relevant UI pages now |
| 12 | correctly report files which were both renamed <b>and</b> edited as such. |
| 13 | * Show default value of settings that have a default in |
| 14 | [/help?cmd=help|fossil help SETTING] output. |
| 15 | * On timeline graphs, show closed check-ins using an X in the middle of the |
| 16 | node circle or box. |
| 17 | * New options for email notification: Get email only for the first |
| 18 | post in each new thread, and/or posts that are in reply to my posts. |
| 19 | * Fix a regression bug introduced in version 2.22 that caused FTS5 searches |
| 20 | to fail for terms containing non-ASCII characters. |
| 21 | * Improved defense-in-depth against malicious attack: |
| @@ -29,10 +31,13 @@ | |
| 31 | * Enhance the [/help?cmd=/dir|treeview file listings] |
| 32 | ([/dir?type=tree&ci=trunk|example]) by displaying file sizes |
| 33 | and adding the option to sort by file size. |
| 34 | * The [/help?cmd=fts-config|fossil fts-config] command now shows how much |
| 35 | repository space is used by the full-text index. |
| 36 | * Changing a setting to an empty string is now the same as deleting the |
| 37 | setting, in most cases. There are a few exceptions, indicated by the |
| 38 | keep-empty flag on the setting definition. |
| 39 | * The [/help?cmd=branch|fossil branch list] command can now filter branches |
| 40 | that have/have not been merged into the current branch. |
| 41 | * Improvements to interactions with remote repositories over SSH: |
| 42 | <ul> |
| 43 | <li> Print the text of the SSH command that is run to do remote interaction, |
| 44 |