Fossil SCM
Updates to the change log.
Commit
5afa42e4ec6aba9a1c549b7a56b2ab2c7dda31401f5f28a84bf6bc29d3fe6a9c
Parent
ead5a95b47bf5d0…
1 file changed
+28
-4
+28
-4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -9,20 +9,44 @@ | ||
| 9 | 9 | used to add that capability to moderators. |
| 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 | - [/help?cmd=help|fossil help SETTING] output. | |
| 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. | |
| 15 | 17 | * Fix a regression bug introduced in version 2.22 that caused FTS5 searches |
| 16 | 18 | to fail for terms containing non-ASCII characters. |
| 17 | - * Improve defense against denial-of-service with repeated requests that | |
| 18 | - contain SQL injection attempts. | |
| 19 | - * Enhance file listings by displaying file sizes and allowing to sort by them. | |
| 19 | + * Improved defense-in-depth against malicious attack: | |
| 20 | + <ul> | |
| 21 | + <li> When an attempted SQL injection attack is detected, return | |
| 22 | + HTTP result code 418, which can signal the web server to sanction | |
| 23 | + the attacking IP address. | |
| 24 | + <li> Better defense against cross-site request forgery (CSRF) | |
| 25 | + attacks. | |
| 26 | + <li> Improvements to static analysis of source code (the codecheck1.c | |
| 27 | + file in the source tree). | |
| 28 | + </ul> | |
| 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. | |
| 20 | 32 | * The [/help?cmd=fts-config|fossil fts-config] command now shows how much |
| 21 | 33 | repository space is used by the full-text index. |
| 22 | 34 | * The [/help?cmd=branch|fossil branch list] command can now filter branches |
| 23 | 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 | + for full disclosure to the operator. | |
| 40 | + <li> Add a PATH= argument to the [/help?cmd=ui|fossil ui remote:/] and | |
| 41 | + [/help?cmd=patch|fossil patch push/pull remote:...] commands so that | |
| 42 | + they work when the "remote" machine is a Mac and the "fossil" | |
| 43 | + executable is in the $HOME/bin directory. | |
| 44 | + </ul> | |
| 45 | + * Update built-in libraries SQLite, ZLib, Pikchr to their latest versions. | |
| 46 | + * Documentation enhancements and typo fixes. | |
| 47 | + | |
| 24 | 48 | |
| 25 | 49 | |
| 26 | 50 | <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2> |
| 27 | 51 | * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a"> |
| 28 | 52 | <li> Add the ft=TAG query parameter which in combination with d=Y |
| 29 | 53 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,20 +9,44 @@ | |
| 9 | used to add that capability to moderators. |
| 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 | * Fix a regression bug introduced in version 2.22 that caused FTS5 searches |
| 16 | to fail for terms containing non-ASCII characters. |
| 17 | * Improve defense against denial-of-service with repeated requests that |
| 18 | contain SQL injection attempts. |
| 19 | * Enhance file listings by displaying file sizes and allowing to sort by them. |
| 20 | * The [/help?cmd=fts-config|fossil fts-config] command now shows how much |
| 21 | repository space is used by the full-text index. |
| 22 | * The [/help?cmd=branch|fossil branch list] command can now filter branches |
| 23 | that have/have not been merged into the current branch. |
| 24 | |
| 25 | |
| 26 | <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2> |
| 27 | * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a"> |
| 28 | <li> Add the ft=TAG query parameter which in combination with d=Y |
| 29 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,20 +9,44 @@ | |
| 9 | used to add that capability to moderators. |
| 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: |
| 20 | <ul> |
| 21 | <li> When an attempted SQL injection attack is detected, return |
| 22 | HTTP result code 418, which can signal the web server to sanction |
| 23 | the attacking IP address. |
| 24 | <li> Better defense against cross-site request forgery (CSRF) |
| 25 | attacks. |
| 26 | <li> Improvements to static analysis of source code (the codecheck1.c |
| 27 | file in the source tree). |
| 28 | </ul> |
| 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 | for full disclosure to the operator. |
| 40 | <li> Add a PATH= argument to the [/help?cmd=ui|fossil ui remote:/] and |
| 41 | [/help?cmd=patch|fossil patch push/pull remote:...] commands so that |
| 42 | they work when the "remote" machine is a Mac and the "fossil" |
| 43 | executable is in the $HOME/bin directory. |
| 44 | </ul> |
| 45 | * Update built-in libraries SQLite, ZLib, Pikchr to their latest versions. |
| 46 | * Documentation enhancements and typo fixes. |
| 47 | |
| 48 | |
| 49 | |
| 50 | <h2 id='v2_22'>Changes for version 2.22 (2023-05-31)</h2> |
| 51 | * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a"> |
| 52 | <li> Add the ft=TAG query parameter which in combination with d=Y |
| 53 |