Fossil SCM

Change log updates.

drh 2024-04-17 17:59 trunk
Commit 8b805013e26b2b4f215d19b569aa8a941109a9d78809af04cc00504d97bc1b5a
1 file changed +15 -8
+15 -8
--- www/changes.wiki
+++ www/changes.wiki
@@ -13,13 +13,14 @@
1313
could not be found on the remote host, then retry after adding a PATH=
1414
prefix to the command. This helps "ssh:" to "just work" when the server
1515
is a Mac.
1616
* Fix an issue that caused Fossil to stop working when run from CGI under
1717
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
18
+ Content-Length field of the HTTP reply header in cases where it was
19
+ not required, but Fossil was depending on that field. Fossil has now
20
+ been enhanced to be able to deal with a missing Content-Length in the
21
+ reply header. See
2122
[forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89].
2223
* Enhancements to the [/help?cmd=/timeline|/timeline page]:
2324
<ul>
2425
<li> Add the x= query paramater
2526
<li> Add the shortcut tl= and rl= query parameters
@@ -28,20 +29,26 @@
2829
<li> Add the to2=Z query parameter to augment from=X,to=Y so that the
2930
path from X to Z is shown if Y cannot be found.
3031
</ul>
3132
* Moved the /museum/repo.fossil file referenced from the Dockerfile from
3233
the ENTRYPOINT to the CMD part to allow use of --repolist mode.
33
- * The /uvlist page now shows the hash algorithm used so that
34
- outsiders don't have to guess it from the hash length when
35
- double-checking hashes of downloaded files on their end.
36
- * The hash itself is now shown in a fixed-width font on the /uvlist
37
- page, suiting this tabular display.
34
+ * The [/uvlist] page now shows the hash algorithm used so that
35
+ viewers don't have to guess. And the hash is shows in a fixed-width
36
+ font for a more visually pleasing display.
3837
* If the [/help?cmd=autosync|autosync setting] contains keyword "all",
3938
the automatic sync occurs against all defined remote repositories, not
4039
just the default.
4140
* Markdown formatter: improved handling of indented fenced code blocks
4241
that contain blank lines.
42
+ * When doing a "[/help?cmd=add|fossil add]" on a system with case-insensitive
43
+ but case-preserving filenames (Mac and Windows) try to use the filename
44
+ case as it is known to the filesystem, not the case entered by the
45
+ user on the command-line. See
46
+ [forum:/forumpost/30d9c0d131610f53|forum thread 30d9c0d131610f53].
47
+ * New link added to the [/login] page that allows the user to
48
+ [/skins|select their preferred skin]. This preference is stored in
49
+ the [/fdscookie|fossil display_settings cookie].
4350
* Fix problems with one-click unsubscribe on email notifications.
4451
* Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support
4552
for "diamond" objects.
4653
* Add ability to render committed Pikchr files to SVG via
4754
<samp>/doc/…/foo.pikchr?popup</samp> URLs.
4855
--- www/changes.wiki
+++ www/changes.wiki
@@ -13,13 +13,14 @@
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
@@ -28,20 +29,26 @@
28 <li> Add the to2=Z query parameter to augment from=X,to=Y so that the
29 path from X to Z is shown if Y cannot be found.
30 </ul>
31 * Moved the /museum/repo.fossil file referenced from the Dockerfile from
32 the ENTRYPOINT to the CMD part to allow use of --repolist mode.
33 * The /uvlist page now shows the hash algorithm used so that
34 outsiders don't have to guess it from the hash length when
35 double-checking hashes of downloaded files on their end.
36 * The hash itself is now shown in a fixed-width font on the /uvlist
37 page, suiting this tabular display.
38 * If the [/help?cmd=autosync|autosync setting] contains keyword "all",
39 the automatic sync occurs against all defined remote repositories, not
40 just the default.
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
--- www/changes.wiki
+++ www/changes.wiki
@@ -13,13 +13,14 @@
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 in cases where it was
19 not required, but Fossil was depending on that field. Fossil has now
20 been enhanced to be able to deal with a missing Content-Length in the
21 reply header. See
22 [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89].
23 * Enhancements to the [/help?cmd=/timeline|/timeline page]:
24 <ul>
25 <li> Add the x= query paramater
26 <li> Add the shortcut tl= and rl= query parameters
@@ -28,20 +29,26 @@
29 <li> Add the to2=Z query parameter to augment from=X,to=Y so that the
30 path from X to Z is shown if Y cannot be found.
31 </ul>
32 * Moved the /museum/repo.fossil file referenced from the Dockerfile from
33 the ENTRYPOINT to the CMD part to allow use of --repolist mode.
34 * The [/uvlist] page now shows the hash algorithm used so that
35 viewers don't have to guess. And the hash is shows in a fixed-width
36 font for a more visually pleasing display.
 
 
37 * If the [/help?cmd=autosync|autosync setting] contains keyword "all",
38 the automatic sync occurs against all defined remote repositories, not
39 just the default.
40 * Markdown formatter: improved handling of indented fenced code blocks
41 that contain blank lines.
42 * When doing a "[/help?cmd=add|fossil add]" on a system with case-insensitive
43 but case-preserving filenames (Mac and Windows) try to use the filename
44 case as it is known to the filesystem, not the case entered by the
45 user on the command-line. See
46 [forum:/forumpost/30d9c0d131610f53|forum thread 30d9c0d131610f53].
47 * New link added to the [/login] page that allows the user to
48 [/skins|select their preferred skin]. This preference is stored in
49 the [/fdscookie|fossil display_settings cookie].
50 * Fix problems with one-click unsubscribe on email notifications.
51 * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support
52 for "diamond" objects.
53 * Add ability to render committed Pikchr files to SVG via
54 <samp>/doc/…/foo.pikchr?popup</samp> URLs.
55

Keyboard Shortcuts

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