Fossil SCM
Change log updates.
Commit
d6967fe79c2840539e44e6c765a16a0aed1a9cdf53f142163449569186038b90
Parent
01fcc6a8de6eedb…
2 files changed
+30
-2
+1
+30
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,11 +1,32 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_11'></a> |
| 4 | 4 | <h2>Changes for Version 2.11 (pending)</h2> |
| 5 | 5 | |
| 6 | - * Support Markdown in the default ticket configuration. | |
| 6 | + * Support [/md_rules|Markdown] in the default ticket configuration. | |
| 7 | + * Timestamp strings in [./checkin_names.wiki|object names] | |
| 8 | + can now omit punctation. So, for example, "202004181942" and | |
| 9 | + "2020-04-18 19:42" mean the same thing. | |
| 10 | + * Enhance backlink processing so that it works with Markdown-formatted | |
| 11 | + tickets and so that it works for wiki pages. | |
| 12 | + * The algorithm for finding the | |
| 13 | + [./tech_overview.wiki#configloc|location of the configuration database] | |
| 14 | + is enhanced to be XDG-compliant. | |
| 15 | + * Add a hide/show feature to | |
| 16 | + [./wikitheory.wiki#assocwiki|associated wiki] display on | |
| 17 | + check-in and branch information pages. | |
| 18 | + * Enhance the "[/help?cmd=info|fossil info]" command so that it | |
| 19 | + works with no arguments even if not within an open check-out. | |
| 20 | + * Many improvements to the forum and especially email notification | |
| 21 | + of forum posts, in response to community feedback after switching | |
| 22 | + SQLite support from a mailing list over to the forum. | |
| 23 | + * Minimum length of a self-registered user ID increased from 3 to 6 | |
| 24 | + characters. | |
| 25 | + * When the "vfx" query parameter is used on the | |
| 26 | + "[/help?cmd=/timeline|/timeline]" page, it causes the complete | |
| 27 | + text of forum posts to be displayed. | |
| 7 | 28 | * Rework the "[/help?cmd=grep|fossil grep]" command to be more useful. |
| 8 | 29 | * Expose the [/help?cmd=redirect-to-https|redirect-to-https] |
| 9 | 30 | setting to the [/help?cmd=settings|settings] command. |
| 10 | 31 | * Improve support for CGI on IIS web servers. |
| 11 | 32 | * The [/help?cmd=/ext|/ext page] can now render index files, |
| @@ -18,10 +39,14 @@ | ||
| 18 | 39 | * Add an option on the /Admin/Timeline setup page to set a default |
| 19 | 40 | timeline style other than "Modern". |
| 20 | 41 | * In [./embeddeddoc.wiki|embedded documentation], hyperlink URLs |
| 21 | 42 | of the form "/doc/$CURRENT/..." the "$CURRENT" text is translated |
| 22 | 43 | into the check-in hash for the document currently being viewed. |
| 44 | + * Added the [/help?cmd=/phantoms|/phantoms] webpage that shows all | |
| 45 | + phantom artifacts. | |
| 46 | + * Enhancements to phantom processing to try to reduce constant | |
| 47 | + bandwidth-using chatter about phantoms on the sync protocol. | |
| 23 | 48 | * Security: Fossil now assumes that the schema of every |
| 24 | 49 | database it opens has been tampered with by an adversary and takes |
| 25 | 50 | extra precautions to ensure that such tampering is harmless. |
| 26 | 51 | * Security: Fossil now puts the Content-Security-Policy in the |
| 27 | 52 | HTTP reply header, in addition to also leaving it in the |
| @@ -38,19 +63,22 @@ | ||
| 38 | 63 | to all users if the new "artifact_stats_enable" setting is turned |
| 39 | 64 | on. There is a new checkbox under the /Admin/Access menu to turn |
| 40 | 65 | that capability on and off. |
| 41 | 66 | * Captchas all include a button to read the captcha using an audio |
| 42 | 67 | file, so that they can be completed by the visually impaired. |
| 68 | + * Stop using the IP address as part of the login cookie. | |
| 69 | + * Bug fix: the FTS search into for forum posts is now kept up-to-date | |
| 70 | + correctly. | |
| 43 | 71 | * Bug fix: the "fossil git export" command is now working on Windows |
| 44 | 72 | * Bug fix: display Technote items on the timeline correctly |
| 45 | 73 | * Bug fix: fix the capability summary matrix of the Security Audit |
| 46 | 74 | page so that it does not add "anonymous" capabilities to the |
| 47 | 75 | "nobody" user. |
| 48 | 76 | * Update internal Unicode character tables, used in regular expression |
| 49 | 77 | handling, from version 12.1 to 13. |
| 50 | 78 | * Many documentation enhancements. |
| 51 | - * Several minor enhancements to existing features. | |
| 79 | + * Many minor enhancements to existing features. | |
| 52 | 80 | |
| 53 | 81 | <a name='v2_10'></a> |
| 54 | 82 | <h2>Changes for Version 2.10 (2019-10-04)</h2> |
| 55 | 83 | |
| 56 | 84 | * Added support for [./serverext.wiki|CGI-based Server Extensions]. |
| 57 | 85 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,11 +1,32 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_11'></a> |
| 4 | <h2>Changes for Version 2.11 (pending)</h2> |
| 5 | |
| 6 | * Support Markdown in the default ticket configuration. |
| 7 | * Rework the "[/help?cmd=grep|fossil grep]" command to be more useful. |
| 8 | * Expose the [/help?cmd=redirect-to-https|redirect-to-https] |
| 9 | setting to the [/help?cmd=settings|settings] command. |
| 10 | * Improve support for CGI on IIS web servers. |
| 11 | * The [/help?cmd=/ext|/ext page] can now render index files, |
| @@ -18,10 +39,14 @@ | |
| 18 | * Add an option on the /Admin/Timeline setup page to set a default |
| 19 | timeline style other than "Modern". |
| 20 | * In [./embeddeddoc.wiki|embedded documentation], hyperlink URLs |
| 21 | of the form "/doc/$CURRENT/..." the "$CURRENT" text is translated |
| 22 | into the check-in hash for the document currently being viewed. |
| 23 | * Security: Fossil now assumes that the schema of every |
| 24 | database it opens has been tampered with by an adversary and takes |
| 25 | extra precautions to ensure that such tampering is harmless. |
| 26 | * Security: Fossil now puts the Content-Security-Policy in the |
| 27 | HTTP reply header, in addition to also leaving it in the |
| @@ -38,19 +63,22 @@ | |
| 38 | to all users if the new "artifact_stats_enable" setting is turned |
| 39 | on. There is a new checkbox under the /Admin/Access menu to turn |
| 40 | that capability on and off. |
| 41 | * Captchas all include a button to read the captcha using an audio |
| 42 | file, so that they can be completed by the visually impaired. |
| 43 | * Bug fix: the "fossil git export" command is now working on Windows |
| 44 | * Bug fix: display Technote items on the timeline correctly |
| 45 | * Bug fix: fix the capability summary matrix of the Security Audit |
| 46 | page so that it does not add "anonymous" capabilities to the |
| 47 | "nobody" user. |
| 48 | * Update internal Unicode character tables, used in regular expression |
| 49 | handling, from version 12.1 to 13. |
| 50 | * Many documentation enhancements. |
| 51 | * Several minor enhancements to existing features. |
| 52 | |
| 53 | <a name='v2_10'></a> |
| 54 | <h2>Changes for Version 2.10 (2019-10-04)</h2> |
| 55 | |
| 56 | * Added support for [./serverext.wiki|CGI-based Server Extensions]. |
| 57 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,11 +1,32 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_11'></a> |
| 4 | <h2>Changes for Version 2.11 (pending)</h2> |
| 5 | |
| 6 | * Support [/md_rules|Markdown] in the default ticket configuration. |
| 7 | * Timestamp strings in [./checkin_names.wiki|object names] |
| 8 | can now omit punctation. So, for example, "202004181942" and |
| 9 | "2020-04-18 19:42" mean the same thing. |
| 10 | * Enhance backlink processing so that it works with Markdown-formatted |
| 11 | tickets and so that it works for wiki pages. |
| 12 | * The algorithm for finding the |
| 13 | [./tech_overview.wiki#configloc|location of the configuration database] |
| 14 | is enhanced to be XDG-compliant. |
| 15 | * Add a hide/show feature to |
| 16 | [./wikitheory.wiki#assocwiki|associated wiki] display on |
| 17 | check-in and branch information pages. |
| 18 | * Enhance the "[/help?cmd=info|fossil info]" command so that it |
| 19 | works with no arguments even if not within an open check-out. |
| 20 | * Many improvements to the forum and especially email notification |
| 21 | of forum posts, in response to community feedback after switching |
| 22 | SQLite support from a mailing list over to the forum. |
| 23 | * Minimum length of a self-registered user ID increased from 3 to 6 |
| 24 | characters. |
| 25 | * When the "vfx" query parameter is used on the |
| 26 | "[/help?cmd=/timeline|/timeline]" page, it causes the complete |
| 27 | text of forum posts to be displayed. |
| 28 | * Rework the "[/help?cmd=grep|fossil grep]" command to be more useful. |
| 29 | * Expose the [/help?cmd=redirect-to-https|redirect-to-https] |
| 30 | setting to the [/help?cmd=settings|settings] command. |
| 31 | * Improve support for CGI on IIS web servers. |
| 32 | * The [/help?cmd=/ext|/ext page] can now render index files, |
| @@ -18,10 +39,14 @@ | |
| 39 | * Add an option on the /Admin/Timeline setup page to set a default |
| 40 | timeline style other than "Modern". |
| 41 | * In [./embeddeddoc.wiki|embedded documentation], hyperlink URLs |
| 42 | of the form "/doc/$CURRENT/..." the "$CURRENT" text is translated |
| 43 | into the check-in hash for the document currently being viewed. |
| 44 | * Added the [/help?cmd=/phantoms|/phantoms] webpage that shows all |
| 45 | phantom artifacts. |
| 46 | * Enhancements to phantom processing to try to reduce constant |
| 47 | bandwidth-using chatter about phantoms on the sync protocol. |
| 48 | * Security: Fossil now assumes that the schema of every |
| 49 | database it opens has been tampered with by an adversary and takes |
| 50 | extra precautions to ensure that such tampering is harmless. |
| 51 | * Security: Fossil now puts the Content-Security-Policy in the |
| 52 | HTTP reply header, in addition to also leaving it in the |
| @@ -38,19 +63,22 @@ | |
| 63 | to all users if the new "artifact_stats_enable" setting is turned |
| 64 | on. There is a new checkbox under the /Admin/Access menu to turn |
| 65 | that capability on and off. |
| 66 | * Captchas all include a button to read the captcha using an audio |
| 67 | file, so that they can be completed by the visually impaired. |
| 68 | * Stop using the IP address as part of the login cookie. |
| 69 | * Bug fix: the FTS search into for forum posts is now kept up-to-date |
| 70 | correctly. |
| 71 | * Bug fix: the "fossil git export" command is now working on Windows |
| 72 | * Bug fix: display Technote items on the timeline correctly |
| 73 | * Bug fix: fix the capability summary matrix of the Security Audit |
| 74 | page so that it does not add "anonymous" capabilities to the |
| 75 | "nobody" user. |
| 76 | * Update internal Unicode character tables, used in regular expression |
| 77 | handling, from version 12.1 to 13. |
| 78 | * Many documentation enhancements. |
| 79 | * Many minor enhancements to existing features. |
| 80 | |
| 81 | <a name='v2_10'></a> |
| 82 | <h2>Changes for Version 2.10 (2019-10-04)</h2> |
| 83 | |
| 84 | * Added support for [./serverext.wiki|CGI-based Server Extensions]. |
| 85 |
+1
| --- www/wikitheory.wiki | ||
| +++ www/wikitheory.wiki | ||
| @@ -65,10 +65,11 @@ | ||
| 65 | 65 | The comments on check-ins and the text in the descriptions of bug reports |
| 66 | 66 | both use wiki formatting. Exactly the same set of formatting rules apply. |
| 67 | 67 | There is never a need to learn one formatting language for documentation |
| 68 | 68 | and a different markup for bugs or for check-in comments. |
| 69 | 69 | |
| 70 | +<a name="assocwiki"></a> | |
| 70 | 71 | <h2>Auxiliary notes attached to check-ins or branches</h2> |
| 71 | 72 | |
| 72 | 73 | Stand-alone wiki pages with special names "branch/<i>BRANCHNAME</i>" |
| 73 | 74 | or "checkin/<i>HASH</i>" are associated with the corresponding |
| 74 | 75 | branch or check-in. The wiki text appears in an "About" section of |
| 75 | 76 |
| --- www/wikitheory.wiki | |
| +++ www/wikitheory.wiki | |
| @@ -65,10 +65,11 @@ | |
| 65 | The comments on check-ins and the text in the descriptions of bug reports |
| 66 | both use wiki formatting. Exactly the same set of formatting rules apply. |
| 67 | There is never a need to learn one formatting language for documentation |
| 68 | and a different markup for bugs or for check-in comments. |
| 69 | |
| 70 | <h2>Auxiliary notes attached to check-ins or branches</h2> |
| 71 | |
| 72 | Stand-alone wiki pages with special names "branch/<i>BRANCHNAME</i>" |
| 73 | or "checkin/<i>HASH</i>" are associated with the corresponding |
| 74 | branch or check-in. The wiki text appears in an "About" section of |
| 75 |
| --- www/wikitheory.wiki | |
| +++ www/wikitheory.wiki | |
| @@ -65,10 +65,11 @@ | |
| 65 | The comments on check-ins and the text in the descriptions of bug reports |
| 66 | both use wiki formatting. Exactly the same set of formatting rules apply. |
| 67 | There is never a need to learn one formatting language for documentation |
| 68 | and a different markup for bugs or for check-in comments. |
| 69 | |
| 70 | <a name="assocwiki"></a> |
| 71 | <h2>Auxiliary notes attached to check-ins or branches</h2> |
| 72 | |
| 73 | Stand-alone wiki pages with special names "branch/<i>BRANCHNAME</i>" |
| 74 | or "checkin/<i>HASH</i>" are associated with the corresponding |
| 75 | branch or check-in. The wiki text appears in an "About" section of |
| 76 |