Fossil SCM
Updates to the change log to discuss recent enhancements.
Commit
7173a1b1f41786abfa1942cd53640b381ef94728baac5292b29ab4393889a938
Parent
aae2b775f9a87ff…
1 file changed
+8
+8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,14 +1,22 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_21'>Changes for version 2.21 (pending)</h2> |
| 4 | + * Add the [/help?cmd=self-pw-reset|self-pw-reset property] and the | |
| 5 | + [/help?cmd=/resetpw|/resetpw page] and the [/help?cmd=/reqpwreset|/reqpwreset page] | |
| 6 | + while all work together to give users the ability to request a password | |
| 7 | + reset without administrator involvement. | |
| 4 | 8 | * Add the ability to put text descriptions on ticket report formats. |
| 5 | 9 | * Upgrade the test-find-pivot command to the [/help/merge-base|merge-base command]. |
| 6 | 10 | * The [/help?cmd=/chat|/chat page] can now embed fossil-rendered |
| 7 | 11 | views of wiki/markdown/pikchr file attachments with the caveat that such |
| 8 | 12 | embedding happens in an iframe and thus does not inherit styles and such |
| 9 | 13 | from the containing browser window. |
| 14 | + * Passwords for remembered remote repositories are now stored as irreversible | |
| 15 | + hashes rather than obscured clear-text, for improved security. | |
| 16 | + * As additional defense-in-depth against attack, writes to the database | |
| 17 | + are disabled by default if the HTTP request does not come from the same origin. | |
| 10 | 18 | |
| 11 | 19 | <h2 id='v2_20'>Changes for version 2.20 (2022-11-16)</h2> |
| 12 | 20 | * Added the [/help?cmd=chat-timeline-user|chat-timeline-user setting]. If |
| 13 | 21 | it is not an empty string, then any changes that would appear on the timeline |
| 14 | 22 | are announced in [./chat.md|the chat room]. |
| 15 | 23 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,14 +1,22 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_21'>Changes for version 2.21 (pending)</h2> |
| 4 | * Add the ability to put text descriptions on ticket report formats. |
| 5 | * Upgrade the test-find-pivot command to the [/help/merge-base|merge-base command]. |
| 6 | * The [/help?cmd=/chat|/chat page] can now embed fossil-rendered |
| 7 | views of wiki/markdown/pikchr file attachments with the caveat that such |
| 8 | embedding happens in an iframe and thus does not inherit styles and such |
| 9 | from the containing browser window. |
| 10 | |
| 11 | <h2 id='v2_20'>Changes for version 2.20 (2022-11-16)</h2> |
| 12 | * Added the [/help?cmd=chat-timeline-user|chat-timeline-user setting]. If |
| 13 | it is not an empty string, then any changes that would appear on the timeline |
| 14 | are announced in [./chat.md|the chat room]. |
| 15 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,14 +1,22 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_21'>Changes for version 2.21 (pending)</h2> |
| 4 | * Add the [/help?cmd=self-pw-reset|self-pw-reset property] and the |
| 5 | [/help?cmd=/resetpw|/resetpw page] and the [/help?cmd=/reqpwreset|/reqpwreset page] |
| 6 | while all work together to give users the ability to request a password |
| 7 | reset without administrator involvement. |
| 8 | * Add the ability to put text descriptions on ticket report formats. |
| 9 | * Upgrade the test-find-pivot command to the [/help/merge-base|merge-base command]. |
| 10 | * The [/help?cmd=/chat|/chat page] can now embed fossil-rendered |
| 11 | views of wiki/markdown/pikchr file attachments with the caveat that such |
| 12 | embedding happens in an iframe and thus does not inherit styles and such |
| 13 | from the containing browser window. |
| 14 | * Passwords for remembered remote repositories are now stored as irreversible |
| 15 | hashes rather than obscured clear-text, for improved security. |
| 16 | * As additional defense-in-depth against attack, writes to the database |
| 17 | are disabled by default if the HTTP request does not come from the same origin. |
| 18 | |
| 19 | <h2 id='v2_20'>Changes for version 2.20 (2022-11-16)</h2> |
| 20 | * Added the [/help?cmd=chat-timeline-user|chat-timeline-user setting]. If |
| 21 | it is not an empty string, then any changes that would appear on the timeline |
| 22 | are announced in [./chat.md|the chat room]. |
| 23 |