Fossil SCM

Update the change log in order to mention the Apache mod_cgi/Content-Length fix.

drh 2024-04-17 13:21 trunk
Commit 670c886e30c315d5195050bf60d2f15da8d93cb618f6359fa62122f5fdb94f7a
1 file changed +13 -8
+13 -8
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,14 +1,26 @@
11
<title>Change Log</title>
22
33
<h2 id='v2_24'>Changes for version 2.24 (pending)</h2>
44
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.
612
* If an "ssh:" sync fails in a way that suggests that the fossil executable
713
could not be found on the remote host, then retry after adding a PATH=
814
prefix to the command. This helps "ssh:" to "just work" when the server
915
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].
1022
* Enhancements to the [/help?cmd=/timeline|/timeline page]:
1123
<ul>
1224
<li> Add the x= query paramater
1325
<li> Add the shortcut tl= and rl= query parameters
1426
<li> Add support for from=,ft= and from=,bt= query parameter combinations
@@ -29,17 +41,10 @@
2941
* Markdown formatter: improved handling of indented fenced code blocks
3042
that contain blank lines.
3143
* Fix problems with one-click unsubscribe on email notifications.
3244
* Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support
3345
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.
4146
* Add ability to render committed Pikchr files to SVG via
4247
<samp>/doc/…/foo.pikchr?popup</samp> URLs.
4348
* Update Fossil's internal robot detection logic so that it correctly
4449
identifies the new GoogleOther crawler as a robot.
4550
4651
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button