Fossil SCM
Updated the release date for 2.24 in the changelog, plus a few minor grammar fixes.
Commit
8cb7a7444c4fee9df3285632d1da11247f4e0cb305d9d3764c0b8e81ae97e669
Parent
5e761ec608ca072…
1 file changed
+3
-3
+3
-3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,15 +1,15 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | -<h2 id='v2_24'>Changes for version 2.24 (pending)</h2> | |
| 3 | +<h2 id='v2_24'>Changes for version 2.24 (2024-04-23)</h2> | |
| 4 | 4 | |
| 5 | 5 | * Apache change work-around → As part of a security fix, the Apache webserver |
| 6 | 6 | mod_cgi module has stopped relaying the Content-Length field of the HTTP |
| 7 | 7 | reply header from the CGI programs back to the client in cases where the |
| 8 | 8 | connection is to be closed and the client is able to read until end-of-file. |
| 9 | 9 | The HTTP and CGI specs allow for this, though it does seem rude. |
| 10 | - Older versions of Fossil was depending on the Content-Length header field | |
| 10 | + Older versions of Fossil were depending on the Content-Length header field | |
| 11 | 11 | being set. To work around the change to Apache, Fossil has |
| 12 | 12 | been enhanced to cope with a missing Content-Length in the reply header. See |
| 13 | 13 | [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89]. |
| 14 | 14 | * [./customskin.md|Skin] enhancements: |
| 15 | 15 | <ul> |
| @@ -41,11 +41,11 @@ | ||
| 41 | 41 | path from X to Z is shown if Y cannot be found. |
| 42 | 42 | </ul> |
| 43 | 43 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 44 | 44 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 45 | 45 | * The [/uvlist] page now shows the hash algorithm used so that |
| 46 | - viewers don't have to guess. And the hash is shows in a fixed-width | |
| 46 | + viewers don't have to guess. The hash is shown in a fixed-width | |
| 47 | 47 | font for a more visually pleasing display. |
| 48 | 48 | * If the [/help?cmd=autosync|autosync setting] contains keyword "all", |
| 49 | 49 | the automatic sync occurs against all defined remote repositories, not |
| 50 | 50 | just the default. |
| 51 | 51 | * Markdown formatter: improved handling of indented fenced code blocks |
| 52 | 52 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,15 +1,15 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * Apache change work-around → As part of a security fix, the Apache webserver |
| 6 | mod_cgi module has stopped relaying the Content-Length field of the HTTP |
| 7 | reply header from the CGI programs back to the client in cases where the |
| 8 | connection is to be closed and the client is able to read until end-of-file. |
| 9 | The HTTP and CGI specs allow for this, though it does seem rude. |
| 10 | Older versions of Fossil was depending on the Content-Length header field |
| 11 | being set. To work around the change to Apache, Fossil has |
| 12 | been enhanced to cope with a missing Content-Length in the reply header. See |
| 13 | [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89]. |
| 14 | * [./customskin.md|Skin] enhancements: |
| 15 | <ul> |
| @@ -41,11 +41,11 @@ | |
| 41 | path from X to Z is shown if Y cannot be found. |
| 42 | </ul> |
| 43 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 44 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 45 | * The [/uvlist] page now shows the hash algorithm used so that |
| 46 | viewers don't have to guess. And the hash is shows in a fixed-width |
| 47 | font for a more visually pleasing display. |
| 48 | * If the [/help?cmd=autosync|autosync setting] contains keyword "all", |
| 49 | the automatic sync occurs against all defined remote repositories, not |
| 50 | just the default. |
| 51 | * Markdown formatter: improved handling of indented fenced code blocks |
| 52 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,15 +1,15 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (2024-04-23)</h2> |
| 4 | |
| 5 | * Apache change work-around → As part of a security fix, the Apache webserver |
| 6 | mod_cgi module has stopped relaying the Content-Length field of the HTTP |
| 7 | reply header from the CGI programs back to the client in cases where the |
| 8 | connection is to be closed and the client is able to read until end-of-file. |
| 9 | The HTTP and CGI specs allow for this, though it does seem rude. |
| 10 | Older versions of Fossil were depending on the Content-Length header field |
| 11 | being set. To work around the change to Apache, Fossil has |
| 12 | been enhanced to cope with a missing Content-Length in the reply header. See |
| 13 | [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89]. |
| 14 | * [./customskin.md|Skin] enhancements: |
| 15 | <ul> |
| @@ -41,11 +41,11 @@ | |
| 41 | path from X to Z is shown if Y cannot be found. |
| 42 | </ul> |
| 43 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 44 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 45 | * The [/uvlist] page now shows the hash algorithm used so that |
| 46 | viewers don't have to guess. The hash is shown in a fixed-width |
| 47 | font for a more visually pleasing display. |
| 48 | * If the [/help?cmd=autosync|autosync setting] contains keyword "all", |
| 49 | the automatic sync occurs against all defined remote repositories, not |
| 50 | just the default. |
| 51 | * Markdown formatter: improved handling of indented fenced code blocks |
| 52 |