Fossil SCM
Update the change log to record recent enhancements.
Commit
54c08082fc1d3cac3ff6d8785a03b832387d7e2bd72ffe545fc9ac55c9488227
Parent
49b6f89b4f2cf7a…
1 file changed
+17
-1
+17
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,19 +1,35 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_4'></a> |
| 4 | 4 | <h2>Changes for Version 2.4 (TBD)</h2> |
| 5 | 5 | |
| 6 | - * Update the built-in SQLite to version 3.20.1. | |
| 6 | + * Support for URL Aliases added. URL Aliases allow an administrator | |
| 7 | + to define their own URLs on the web interface that are rewritten to | |
| 8 | + built-in URLs with specific parameters. | |
| 9 | + * Provide separate on-line help screens for each setting. | |
| 10 | + * Back out support for the --no-dir-symlinks option | |
| 11 | + * Remove support from the legacy configuration sync protocol. The only | |
| 12 | + way now to do a configuration push or pull is to use the new protocol that | |
| 13 | + was added in 2011. | |
| 14 | + * Add the from= and to= query parameters to /fdiff in order to get | |
| 15 | + a diff of two files in the same check-in. | |
| 7 | 16 | * Fix the "ssh://" protocol to prevent an attack whereby the attacker convinces |
| 8 | 17 | a victim to run a "clone" with a dodgy URL and thereby gains access to their |
| 9 | 18 | system. |
| 19 | + * Provide a checkbox that will temporarily disable all ad-units. | |
| 20 | + * Improvements to the [/help?cmd=/stat|/stat] page | |
| 21 | + * Various new hyperlinks to the [/help?cmd=/bloblist|/bloblist] | |
| 22 | + and [/help?cmd=/bigbloblist|/bigbloblist] pages. | |
| 10 | 23 | * Correct the [/help?cmd=/doc|/doc] page to support read-only repositories. |
| 11 | 24 | * Correct [/help?cmd=/zip|/zip], [/help?cmd=/tarball|/tarball], |
| 12 | 25 | [/help?cmd=zip|zip], and [/help?cmd=tarball|tarball] pages and commands to |
| 13 | 26 | honor the versioned manifest setting when outside of an open checkout |
| 14 | 27 | directory. |
| 28 | + * The admin-log and access-log settings are now on by default for | |
| 29 | + new repositories. | |
| 30 | + * Update the built-in SQLite to version 3.20.1. | |
| 15 | 31 | |
| 16 | 32 | <a name='v2_3'></a> |
| 17 | 33 | <h2>Changes for Version 2.3 (2017-07-21)</h2> |
| 18 | 34 | |
| 19 | 35 | * Update the built-in SQLite to version 3.20.0 (beta). |
| 20 | 36 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,19 +1,35 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_4'></a> |
| 4 | <h2>Changes for Version 2.4 (TBD)</h2> |
| 5 | |
| 6 | * Update the built-in SQLite to version 3.20.1. |
| 7 | * Fix the "ssh://" protocol to prevent an attack whereby the attacker convinces |
| 8 | a victim to run a "clone" with a dodgy URL and thereby gains access to their |
| 9 | system. |
| 10 | * Correct the [/help?cmd=/doc|/doc] page to support read-only repositories. |
| 11 | * Correct [/help?cmd=/zip|/zip], [/help?cmd=/tarball|/tarball], |
| 12 | [/help?cmd=zip|zip], and [/help?cmd=tarball|tarball] pages and commands to |
| 13 | honor the versioned manifest setting when outside of an open checkout |
| 14 | directory. |
| 15 | |
| 16 | <a name='v2_3'></a> |
| 17 | <h2>Changes for Version 2.3 (2017-07-21)</h2> |
| 18 | |
| 19 | * Update the built-in SQLite to version 3.20.0 (beta). |
| 20 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,19 +1,35 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_4'></a> |
| 4 | <h2>Changes for Version 2.4 (TBD)</h2> |
| 5 | |
| 6 | * Support for URL Aliases added. URL Aliases allow an administrator |
| 7 | to define their own URLs on the web interface that are rewritten to |
| 8 | built-in URLs with specific parameters. |
| 9 | * Provide separate on-line help screens for each setting. |
| 10 | * Back out support for the --no-dir-symlinks option |
| 11 | * Remove support from the legacy configuration sync protocol. The only |
| 12 | way now to do a configuration push or pull is to use the new protocol that |
| 13 | was added in 2011. |
| 14 | * Add the from= and to= query parameters to /fdiff in order to get |
| 15 | a diff of two files in the same check-in. |
| 16 | * Fix the "ssh://" protocol to prevent an attack whereby the attacker convinces |
| 17 | a victim to run a "clone" with a dodgy URL and thereby gains access to their |
| 18 | system. |
| 19 | * Provide a checkbox that will temporarily disable all ad-units. |
| 20 | * Improvements to the [/help?cmd=/stat|/stat] page |
| 21 | * Various new hyperlinks to the [/help?cmd=/bloblist|/bloblist] |
| 22 | and [/help?cmd=/bigbloblist|/bigbloblist] pages. |
| 23 | * Correct the [/help?cmd=/doc|/doc] page to support read-only repositories. |
| 24 | * Correct [/help?cmd=/zip|/zip], [/help?cmd=/tarball|/tarball], |
| 25 | [/help?cmd=zip|zip], and [/help?cmd=tarball|tarball] pages and commands to |
| 26 | honor the versioned manifest setting when outside of an open checkout |
| 27 | directory. |
| 28 | * The admin-log and access-log settings are now on by default for |
| 29 | new repositories. |
| 30 | * Update the built-in SQLite to version 3.20.1. |
| 31 | |
| 32 | <a name='v2_3'></a> |
| 33 | <h2>Changes for Version 2.3 (2017-07-21)</h2> |
| 34 | |
| 35 | * Update the built-in SQLite to version 3.20.0 (beta). |
| 36 |