Fossil SCM
Increase the version number to 2.3 in preparation for the next release. Updates to the change log.
Commit
277274c0c7eabdf043711df1b283aea470fe8f976dd4082ad368d2eabdbf3bcf
Parent
4465be15d2b006a…
2 files changed
+1
-1
+7
-2
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -2.2 | |
| 1 | +2.3 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 2.2 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 2.3 |
| 2 |
+7
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,13 +1,18 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_3'></a> |
| 4 | -<h2>Changes for Version 2.3 (2017-??-??)</h2> | |
| 4 | +<h2>Changes for Version 2.3 (2017-05-??)</h2> | |
| 5 | 5 | |
| 6 | - * Update the built-in SQLite to version 3.19.0. | |
| 6 | + * Update the built-in SQLite to version 3.19.1. | |
| 7 | 7 | * Update internal Unicode character tables, used in regular expression |
| 8 | 8 | handling, from version 9.0 to 10.0. |
| 9 | + * Show the last-sync-URL on the [/help?cmd=/urllist|/urllist] page. | |
| 10 | + * Fix "database locked" warnings caused by "PRAGMA optimize". | |
| 11 | + * Fix a potential XSS vulnerability on the | |
| 12 | + [/help?cmd=/help|/help] webpage. | |
| 13 | + * Documentation updates | |
| 9 | 14 | |
| 10 | 15 | <a name='v2_2'></a> |
| 11 | 16 | <h2>Changes for Version 2.2 (2017-04-11)</h2> |
| 12 | 17 | |
| 13 | 18 | * GIT comment tags are now handled by Fossil during import/export. |
| 14 | 19 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,13 +1,18 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_3'></a> |
| 4 | <h2>Changes for Version 2.3 (2017-??-??)</h2> |
| 5 | |
| 6 | * Update the built-in SQLite to version 3.19.0. |
| 7 | * Update internal Unicode character tables, used in regular expression |
| 8 | handling, from version 9.0 to 10.0. |
| 9 | |
| 10 | <a name='v2_2'></a> |
| 11 | <h2>Changes for Version 2.2 (2017-04-11)</h2> |
| 12 | |
| 13 | * GIT comment tags are now handled by Fossil during import/export. |
| 14 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,13 +1,18 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_3'></a> |
| 4 | <h2>Changes for Version 2.3 (2017-05-??)</h2> |
| 5 | |
| 6 | * Update the built-in SQLite to version 3.19.1. |
| 7 | * Update internal Unicode character tables, used in regular expression |
| 8 | handling, from version 9.0 to 10.0. |
| 9 | * Show the last-sync-URL on the [/help?cmd=/urllist|/urllist] page. |
| 10 | * Fix "database locked" warnings caused by "PRAGMA optimize". |
| 11 | * Fix a potential XSS vulnerability on the |
| 12 | [/help?cmd=/help|/help] webpage. |
| 13 | * Documentation updates |
| 14 | |
| 15 | <a name='v2_2'></a> |
| 16 | <h2>Changes for Version 2.2 (2017-04-11)</h2> |
| 17 | |
| 18 | * GIT comment tags are now handled by Fossil during import/export. |
| 19 |