Fossil SCM
Change log updates.
Commit
8b805013e26b2b4f215d19b569aa8a941109a9d78809af04cc00504d97bc1b5a
Parent
f4ffefe708793b0…
1 file changed
+15
-8
+15
-8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -13,13 +13,14 @@ | ||
| 13 | 13 | could not be found on the remote host, then retry after adding a PATH= |
| 14 | 14 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 15 | 15 | is a Mac. |
| 16 | 16 | * Fix an issue that caused Fossil to stop working when run from CGI under |
| 17 | 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 | |
| 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 | |
| 21 | 22 | [forum:/forumpost/12ac403fd29cfc89|forum thread 12ac403fd29cfc89]. |
| 22 | 23 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 23 | 24 | <ul> |
| 24 | 25 | <li> Add the x= query paramater |
| 25 | 26 | <li> Add the shortcut tl= and rl= query parameters |
| @@ -28,20 +29,26 @@ | ||
| 28 | 29 | <li> Add the to2=Z query parameter to augment from=X,to=Y so that the |
| 29 | 30 | path from X to Z is shown if Y cannot be found. |
| 30 | 31 | </ul> |
| 31 | 32 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 32 | 33 | 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. | |
| 38 | 37 | * If the [/help?cmd=autosync|autosync setting] contains keyword "all", |
| 39 | 38 | the automatic sync occurs against all defined remote repositories, not |
| 40 | 39 | just the default. |
| 41 | 40 | * Markdown formatter: improved handling of indented fenced code blocks |
| 42 | 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]. | |
| 43 | 50 | * Fix problems with one-click unsubscribe on email notifications. |
| 44 | 51 | * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support |
| 45 | 52 | for "diamond" objects. |
| 46 | 53 | * Add ability to render committed Pikchr files to SVG via |
| 47 | 54 | <samp>/doc/…/foo.pikchr?popup</samp> URLs. |
| 48 | 55 |
| --- 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 |