Fossil SCM
Updates to the change log for the upcoming 2.7 release.
Commit
450e87235473c97c6c6dc0edbc014b0fbc01a0cd1d89628afce71c242b12eff1
Parent
c5abb962aa35628…
1 file changed
+8
-4
+8
-4
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -3,21 +3,26 @@ | ||
| 3 | 3 | <a name='v2_7'></a> |
| 4 | 4 | <h2>Changes for Version 2.7 (2018-09-??)</h2> |
| 5 | 5 | |
| 6 | 6 | * Add the [./alerts.md|email alerts] feature for commits, ticket |
| 7 | 7 | changes, wiki changes, forum posts, and announcements. This is |
| 8 | - still a work in progress. It works, but it is not as easy to | |
| 8 | + still a work in progress. It is functional, but it is not as easy to | |
| 9 | 9 | setup and use as it ought to be. |
| 10 | 10 | * Add the [./forum.wiki|discussion forum] feature. |
| 11 | 11 | * Add new user capabilities letters needed to support alerts and forum. |
| 12 | 12 | Formerly, user capabilities were letters from [a-z], but with the |
| 13 | 13 | enhancements, the supply of lower case letters was exhausted. |
| 14 | 14 | User capabilities are now letters in [a-zA-Z0-9]. |
| 15 | - * The default skin is now responsive, providing better layout on | |
| 15 | + * The built-in skins are now responsive, providing better layout on | |
| 16 | 16 | small screens, including mobile devices. |
| 17 | 17 | * The default skin now includes a hamburger menu that is generated |
| 18 | 18 | by the [/sitemap] page. |
| 19 | + * All of the built-in skins now use a | |
| 20 | + [https://en.wikipedia.org/wiki/Content_Security_Policy|Content Security Policy (CSP)] | |
| 21 | + to help prevent cross-site injection and forgery attacks. There are no known | |
| 22 | + vulnerabilities in Fossil. The added CSP does not fix anything; it merely adds | |
| 23 | + another layer of defense. | |
| 19 | 24 | * The [/sitemap] and other list pages show as multiple columns if |
| 20 | 25 | the viewing window is wide enough. |
| 21 | 26 | * There is an optional "js" file for each skin that can be used to |
| 22 | 27 | hold javascript. This file can be loaded by reference or can be |
| 23 | 28 | included in the header or footer. |
| @@ -24,12 +29,11 @@ | ||
| 24 | 29 | * Add the [./backoffice.md|backoffice]. |
| 25 | 30 | * Update internal Unicode character tables, used in regular expression |
| 26 | 31 | handling, from version 10.0 to 11.0. |
| 27 | 32 | * Improvements to the "Security Audit" administration page |
| 28 | 33 | * Added the [/help?cmd=branch|fossil branch current] command. |
| 29 | - * Update the built-in SQLite to version 3.25.0. | |
| 30 | - * Add support for TLS 1.3, when compiled with OpenSSL 1.1.1. | |
| 34 | + * Update the built-in SQLite to version 3.25.1. | |
| 31 | 35 | * Some code and interfaces are in place to support sending and |
| 32 | 36 | receiving email directly via SMTP, but this feature is not yet |
| 33 | 37 | complete or ready for production use. |
| 34 | 38 | |
| 35 | 39 | <a name='v2_6'></a> |
| 36 | 40 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -3,21 +3,26 @@ | |
| 3 | <a name='v2_7'></a> |
| 4 | <h2>Changes for Version 2.7 (2018-09-??)</h2> |
| 5 | |
| 6 | * Add the [./alerts.md|email alerts] feature for commits, ticket |
| 7 | changes, wiki changes, forum posts, and announcements. This is |
| 8 | still a work in progress. It works, but it is not as easy to |
| 9 | setup and use as it ought to be. |
| 10 | * Add the [./forum.wiki|discussion forum] feature. |
| 11 | * Add new user capabilities letters needed to support alerts and forum. |
| 12 | Formerly, user capabilities were letters from [a-z], but with the |
| 13 | enhancements, the supply of lower case letters was exhausted. |
| 14 | User capabilities are now letters in [a-zA-Z0-9]. |
| 15 | * The default skin is now responsive, providing better layout on |
| 16 | small screens, including mobile devices. |
| 17 | * The default skin now includes a hamburger menu that is generated |
| 18 | by the [/sitemap] page. |
| 19 | * The [/sitemap] and other list pages show as multiple columns if |
| 20 | the viewing window is wide enough. |
| 21 | * There is an optional "js" file for each skin that can be used to |
| 22 | hold javascript. This file can be loaded by reference or can be |
| 23 | included in the header or footer. |
| @@ -24,12 +29,11 @@ | |
| 24 | * Add the [./backoffice.md|backoffice]. |
| 25 | * Update internal Unicode character tables, used in regular expression |
| 26 | handling, from version 10.0 to 11.0. |
| 27 | * Improvements to the "Security Audit" administration page |
| 28 | * Added the [/help?cmd=branch|fossil branch current] command. |
| 29 | * Update the built-in SQLite to version 3.25.0. |
| 30 | * Add support for TLS 1.3, when compiled with OpenSSL 1.1.1. |
| 31 | * Some code and interfaces are in place to support sending and |
| 32 | receiving email directly via SMTP, but this feature is not yet |
| 33 | complete or ready for production use. |
| 34 | |
| 35 | <a name='v2_6'></a> |
| 36 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -3,21 +3,26 @@ | |
| 3 | <a name='v2_7'></a> |
| 4 | <h2>Changes for Version 2.7 (2018-09-??)</h2> |
| 5 | |
| 6 | * Add the [./alerts.md|email alerts] feature for commits, ticket |
| 7 | changes, wiki changes, forum posts, and announcements. This is |
| 8 | still a work in progress. It is functional, but it is not as easy to |
| 9 | setup and use as it ought to be. |
| 10 | * Add the [./forum.wiki|discussion forum] feature. |
| 11 | * Add new user capabilities letters needed to support alerts and forum. |
| 12 | Formerly, user capabilities were letters from [a-z], but with the |
| 13 | enhancements, the supply of lower case letters was exhausted. |
| 14 | User capabilities are now letters in [a-zA-Z0-9]. |
| 15 | * The built-in skins are now responsive, providing better layout on |
| 16 | small screens, including mobile devices. |
| 17 | * The default skin now includes a hamburger menu that is generated |
| 18 | by the [/sitemap] page. |
| 19 | * All of the built-in skins now use a |
| 20 | [https://en.wikipedia.org/wiki/Content_Security_Policy|Content Security Policy (CSP)] |
| 21 | to help prevent cross-site injection and forgery attacks. There are no known |
| 22 | vulnerabilities in Fossil. The added CSP does not fix anything; it merely adds |
| 23 | another layer of defense. |
| 24 | * The [/sitemap] and other list pages show as multiple columns if |
| 25 | the viewing window is wide enough. |
| 26 | * There is an optional "js" file for each skin that can be used to |
| 27 | hold javascript. This file can be loaded by reference or can be |
| 28 | included in the header or footer. |
| @@ -24,12 +29,11 @@ | |
| 29 | * Add the [./backoffice.md|backoffice]. |
| 30 | * Update internal Unicode character tables, used in regular expression |
| 31 | handling, from version 10.0 to 11.0. |
| 32 | * Improvements to the "Security Audit" administration page |
| 33 | * Added the [/help?cmd=branch|fossil branch current] command. |
| 34 | * Update the built-in SQLite to version 3.25.1. |
| 35 | * Some code and interfaces are in place to support sending and |
| 36 | receiving email directly via SMTP, but this feature is not yet |
| 37 | complete or ready for production use. |
| 38 | |
| 39 | <a name='v2_6'></a> |
| 40 |