Fossil SCM

Updates to the change log for the upcoming 2.7 release.

drh 2018-09-20 15:55 trunk
Commit 450e87235473c97c6c6dc0edbc014b0fbc01a0cd1d89628afce71c242b12eff1
1 file changed +8 -4
--- www/changes.wiki
+++ www/changes.wiki
@@ -3,21 +3,26 @@
33
<a name='v2_7'></a>
44
<h2>Changes for Version 2.7 (2018-09-??)</h2>
55
66
* Add the [./alerts.md|email alerts] feature for commits, ticket
77
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
99
setup and use as it ought to be.
1010
* Add the [./forum.wiki|discussion forum] feature.
1111
* Add new user capabilities letters needed to support alerts and forum.
1212
Formerly, user capabilities were letters from &#91;a-z&#93;, but with the
1313
enhancements, the supply of lower case letters was exhausted.
1414
User capabilities are now letters in &#91;a-zA-Z0-9&#93;.
15
- * The default skin is now responsive, providing better layout on
15
+ * The built-in skins are now responsive, providing better layout on
1616
small screens, including mobile devices.
1717
* The default skin now includes a hamburger menu that is generated
1818
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.
1924
* The [/sitemap] and other list pages show as multiple columns if
2025
the viewing window is wide enough.
2126
* There is an optional "js" file for each skin that can be used to
2227
hold javascript. This file can be loaded by reference or can be
2328
included in the header or footer.
@@ -24,12 +29,11 @@
2429
* Add the [./backoffice.md|backoffice].
2530
* Update internal Unicode character tables, used in regular expression
2631
handling, from version 10.0 to 11.0.
2732
* Improvements to the "Security Audit" administration page
2833
* 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.
3135
* Some code and interfaces are in place to support sending and
3236
receiving email directly via SMTP, but this feature is not yet
3337
complete or ready for production use.
3438
3539
<a name='v2_6'></a>
3640
--- 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 &#91;a-z&#93;, but with the
13 enhancements, the supply of lower case letters was exhausted.
14 User capabilities are now letters in &#91;a-zA-Z0-9&#93;.
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 &#91;a-z&#93;, but with the
13 enhancements, the supply of lower case letters was exhausted.
14 User capabilities are now letters in &#91;a-zA-Z0-9&#93;.
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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button