Fossil SCM
Update the change log.
Commit
4903b38fee81a95f9cd542e54612d7df844e4143daa14903d39ca3b4c86ce7fd
Parent
3daa780e2ccd1d0…
1 file changed
+7
+7
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -24,10 +24,17 @@ | ||
| 24 | 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | 25 | tickets, and forum posts. |
| 26 | 26 | <li> Addded several HTML5 tags deemed harmless to the MD/wiki allowlists. |
| 27 | 27 | <li> Fix various pages on deployments where a custom skin emits |
| 28 | 28 | its own <code>BODY</code> tag without the expected CSS classes. |
| 29 | + <li> When behaving as an HTTP client, Fossil now always uses HTTP/1.1 and | |
| 30 | + it understands the "chunked" transfer encoding. | |
| 31 | + <li> The "diff" command (in all its variations) when invoked with --tk | |
| 32 | + now accepts an extra argument of the form "HOST:DIRECTORY" or | |
| 33 | + "USER@HOST:DIRECTORY" to specify a directory on a remote host in which | |
| 34 | + the diff is to be taken. The diff is run using SSH, the results are | |
| 35 | + captured, then displayed locally using the Tcl/Tk diff GUI. | |
| 29 | 36 | </ol> |
| 30 | 37 | |
| 31 | 38 | <h2 id='v2_28'>Changes for version 2.28 (2026-03-11)</h2><ol> |
| 32 | 39 | <li> Improvements to [./antibot.wiki|anti-robot defenses]:<ol type="a"> |
| 33 | 40 | <li> The default configuration now allows robots to download any tarball |
| 34 | 41 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -24,10 +24,17 @@ | |
| 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | tickets, and forum posts. |
| 26 | <li> Addded several HTML5 tags deemed harmless to the MD/wiki allowlists. |
| 27 | <li> Fix various pages on deployments where a custom skin emits |
| 28 | its own <code>BODY</code> tag without the expected CSS classes. |
| 29 | </ol> |
| 30 | |
| 31 | <h2 id='v2_28'>Changes for version 2.28 (2026-03-11)</h2><ol> |
| 32 | <li> Improvements to [./antibot.wiki|anti-robot defenses]:<ol type="a"> |
| 33 | <li> The default configuration now allows robots to download any tarball |
| 34 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -24,10 +24,17 @@ | |
| 24 | to limit the size of file attachments to wiki pages, tech notes, |
| 25 | tickets, and forum posts. |
| 26 | <li> Addded several HTML5 tags deemed harmless to the MD/wiki allowlists. |
| 27 | <li> Fix various pages on deployments where a custom skin emits |
| 28 | its own <code>BODY</code> tag without the expected CSS classes. |
| 29 | <li> When behaving as an HTTP client, Fossil now always uses HTTP/1.1 and |
| 30 | it understands the "chunked" transfer encoding. |
| 31 | <li> The "diff" command (in all its variations) when invoked with --tk |
| 32 | now accepts an extra argument of the form "HOST:DIRECTORY" or |
| 33 | "USER@HOST:DIRECTORY" to specify a directory on a remote host in which |
| 34 | the diff is to be taken. The diff is run using SSH, the results are |
| 35 | captured, then displayed locally using the Tcl/Tk diff GUI. |
| 36 | </ol> |
| 37 | |
| 38 | <h2 id='v2_28'>Changes for version 2.28 (2026-03-11)</h2><ol> |
| 39 | <li> Improvements to [./antibot.wiki|anti-robot defenses]:<ol type="a"> |
| 40 | <li> The default configuration now allows robots to download any tarball |
| 41 |