Fossil SCM
Updates to the change log.
Commit
348d11184d0a01db0bd286bde23242cea6607384c7d41c6f814688a2b6e8c2f5
Parent
7de6f15cd821a7a…
1 file changed
+10
-1
+10
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,9 +1,18 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_19'>Changes for version 2.19 (pending)</h2> |
| 4 | - * <i>none yet...</i> | |
| 4 | + * On file listing pages, sort filenames using the "uintnocase" collating | |
| 5 | + sequence, so that filenames that contains embedded integers sort in | |
| 6 | + numeric order even if they contain a different number of digits. | |
| 7 | + (Example: "fossil_80_..." comes before "fossil_100.png" in the | |
| 8 | + [/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.) | |
| 9 | + * Enhancements to the graph layout algorithm design to improve readability | |
| 10 | + and promote better situational awareness. | |
| 11 | + * Performance enhancement for the | |
| 12 | + [./checkin_names.wiki#root|"root:BRANCHNAME" style of tag], | |
| 13 | + accomplished using a Common Table Expression in the underlying SQL. | |
| 5 | 14 | |
| 6 | 15 | <h2 id='v2_18'>Changes for version 2.18 (2022-02-23)</h2> |
| 7 | 16 | * Added support for [./ssl-server.md|SSL/TLS server mode] for commands |
| 8 | 17 | like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]" |
| 9 | 18 | * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for |
| 10 | 19 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,9 +1,18 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_19'>Changes for version 2.19 (pending)</h2> |
| 4 | * <i>none yet...</i> |
| 5 | |
| 6 | <h2 id='v2_18'>Changes for version 2.18 (2022-02-23)</h2> |
| 7 | * Added support for [./ssl-server.md|SSL/TLS server mode] for commands |
| 8 | like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]" |
| 9 | * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for |
| 10 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,9 +1,18 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_19'>Changes for version 2.19 (pending)</h2> |
| 4 | * On file listing pages, sort filenames using the "uintnocase" collating |
| 5 | sequence, so that filenames that contains embedded integers sort in |
| 6 | numeric order even if they contain a different number of digits. |
| 7 | (Example: "fossil_80_..." comes before "fossil_100.png" in the |
| 8 | [/dir?ci=92fd091703a28c07&name=skins/blitz|/skins/blitz] directory listing.) |
| 9 | * Enhancements to the graph layout algorithm design to improve readability |
| 10 | and promote better situational awareness. |
| 11 | * Performance enhancement for the |
| 12 | [./checkin_names.wiki#root|"root:BRANCHNAME" style of tag], |
| 13 | accomplished using a Common Table Expression in the underlying SQL. |
| 14 | |
| 15 | <h2 id='v2_18'>Changes for version 2.18 (2022-02-23)</h2> |
| 16 | * Added support for [./ssl-server.md|SSL/TLS server mode] for commands |
| 17 | like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]" |
| 18 | * The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for |
| 19 |