Fossil SCM
Update the change log in order to mention the Apache mod_cgi/Content-Length fix.
Commit
670c886e30c315d5195050bf60d2f15da8d93cb618f6359fa62122f5fdb94f7a
Parent
05181e4e15a7db4…
1 file changed
+13
-8
+13
-8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,14 +1,26 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | 4 | |
| 5 | - * Improvements to the default skin | |
| 5 | + * Reworked the default skin to make everything more readable: larger | |
| 6 | + fonts, more whitespace, deeper indents to show hierarchy and to | |
| 7 | + offset command examples, etc. Adjusted colors slightly to bring | |
| 8 | + things into better accord with the WCAG accessibility guidelines. | |
| 9 | + This constitutes a <strong>breaking change</strong> for those with | |
| 10 | + custom skins; see [./customskin.md#version-2.24 | this section of | |
| 11 | + the docs] for migration advice. | |
| 6 | 12 | * If an "ssh:" sync fails in a way that suggests that the fossil executable |
| 7 | 13 | could not be found on the remote host, then retry after adding a PATH= |
| 8 | 14 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 9 | 15 | is a Mac. |
| 16 | + * Fix an issue that caused Fossil to stop working when run from CGI under | |
| 17 | + Apache. As part of a security fix, Apache stopped relaying the | |
| 18 | + Content-Length field of the HTTP reply header, but Fossil was depending | |
| 19 | + on that field. Fossil has now been enhanced to be able to deal with | |
| 20 | + a missing Content-Length in the reply header. See | |
| 21 | + [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89]. | |
| 10 | 22 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 11 | 23 | <ul> |
| 12 | 24 | <li> Add the x= query paramater |
| 13 | 25 | <li> Add the shortcut tl= and rl= query parameters |
| 14 | 26 | <li> Add support for from=,ft= and from=,bt= query parameter combinations |
| @@ -29,17 +41,10 @@ | ||
| 29 | 41 | * Markdown formatter: improved handling of indented fenced code blocks |
| 30 | 42 | that contain blank lines. |
| 31 | 43 | * Fix problems with one-click unsubscribe on email notifications. |
| 32 | 44 | * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support |
| 33 | 45 | for "diamond" objects. |
| 34 | - * Reworked the default skin to make everything more readable: larger | |
| 35 | - fonts, more whitespace, deeper indents to show hierarchy and to | |
| 36 | - offset command examples, etc. Adjusted colors slightly to bring | |
| 37 | - things into better accord with the WCAG accessibility guidelines. | |
| 38 | - This constitutes a <strong>breaking change</strong> for those with | |
| 39 | - custom skins; see [./customskin.md#version-2.24 | this section of | |
| 40 | - the docs] for migration advice. | |
| 41 | 46 | * Add ability to render committed Pikchr files to SVG via |
| 42 | 47 | <samp>/doc/…/foo.pikchr?popup</samp> URLs. |
| 43 | 48 | * Update Fossil's internal robot detection logic so that it correctly |
| 44 | 49 | identifies the new GoogleOther crawler as a robot. |
| 45 | 50 | |
| 46 | 51 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,14 +1,26 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * Improvements to the default skin |
| 6 | * If an "ssh:" sync fails in a way that suggests that the fossil executable |
| 7 | could not be found on the remote host, then retry after adding a PATH= |
| 8 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 9 | is a Mac. |
| 10 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 11 | <ul> |
| 12 | <li> Add the x= query paramater |
| 13 | <li> Add the shortcut tl= and rl= query parameters |
| 14 | <li> Add support for from=,ft= and from=,bt= query parameter combinations |
| @@ -29,17 +41,10 @@ | |
| 29 | * Markdown formatter: improved handling of indented fenced code blocks |
| 30 | that contain blank lines. |
| 31 | * Fix problems with one-click unsubscribe on email notifications. |
| 32 | * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support |
| 33 | for "diamond" objects. |
| 34 | * Reworked the default skin to make everything more readable: larger |
| 35 | fonts, more whitespace, deeper indents to show hierarchy and to |
| 36 | offset command examples, etc. Adjusted colors slightly to bring |
| 37 | things into better accord with the WCAG accessibility guidelines. |
| 38 | This constitutes a <strong>breaking change</strong> for those with |
| 39 | custom skins; see [./customskin.md#version-2.24 | this section of |
| 40 | the docs] for migration advice. |
| 41 | * Add ability to render committed Pikchr files to SVG via |
| 42 | <samp>/doc/…/foo.pikchr?popup</samp> URLs. |
| 43 | * Update Fossil's internal robot detection logic so that it correctly |
| 44 | identifies the new GoogleOther crawler as a robot. |
| 45 | |
| 46 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,14 +1,26 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * Reworked the default skin to make everything more readable: larger |
| 6 | fonts, more whitespace, deeper indents to show hierarchy and to |
| 7 | offset command examples, etc. Adjusted colors slightly to bring |
| 8 | things into better accord with the WCAG accessibility guidelines. |
| 9 | This constitutes a <strong>breaking change</strong> for those with |
| 10 | custom skins; see [./customskin.md#version-2.24 | this section of |
| 11 | the docs] for migration advice. |
| 12 | * If an "ssh:" sync fails in a way that suggests that the fossil executable |
| 13 | could not be found on the remote host, then retry after adding a PATH= |
| 14 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 15 | is a Mac. |
| 16 | * Fix an issue that caused Fossil to stop working when run from CGI under |
| 17 | Apache. As part of a security fix, Apache stopped relaying the |
| 18 | Content-Length field of the HTTP reply header, but Fossil was depending |
| 19 | on that field. Fossil has now been enhanced to be able to deal with |
| 20 | a missing Content-Length in the reply header. See |
| 21 | [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89]. |
| 22 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 23 | <ul> |
| 24 | <li> Add the x= query paramater |
| 25 | <li> Add the shortcut tl= and rl= query parameters |
| 26 | <li> Add support for from=,ft= and from=,bt= query parameter combinations |
| @@ -29,17 +41,10 @@ | |
| 41 | * Markdown formatter: improved handling of indented fenced code blocks |
| 42 | that contain blank lines. |
| 43 | * Fix problems with one-click unsubscribe on email notifications. |
| 44 | * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support |
| 45 | for "diamond" objects. |
| 46 | * Add ability to render committed Pikchr files to SVG via |
| 47 | <samp>/doc/…/foo.pikchr?popup</samp> URLs. |
| 48 | * Update Fossil's internal robot detection logic so that it correctly |
| 49 | identifies the new GoogleOther crawler as a robot. |
| 50 | |
| 51 |