| | @@ -1,7 +1,36 @@ |
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | +<a name='v2_6'></a> |
| 4 | +<h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 5 | + |
| 6 | + * Fix a bug that was causing crashes while trying to clone the TCL |
| 7 | + repository. This fix is the main reason for the current release. |
| 8 | + * Added the new "Classic" timeline viewing mode. "Classic" is the |
| 9 | + same as "Verbose" in the previous release. The "Verbose" mode is |
| 10 | + now like "Compact" except the extra check-in details are shown by |
| 11 | + default. |
| 12 | + * Add support for ETags:, Last-Modified:, and If-Modified-Since: |
| 13 | + cache control mechanisms. |
| 14 | + * Enhance the [/help?cmd=/tarball|/tarball], |
| 15 | + [/help?cmd=/zip|/zip], and |
| 16 | + [/help?cmd=/sqlar|/sqlar] pages so that the checkin |
| 17 | + name to be downloaded can be expressed as part of the URI, |
| 18 | + and without the need for query parameters. |
| 19 | + * On the [/help?cmd=/timeline|/timeline] webpage, add the days=N |
| 20 | + query parameter and enhance the ymd=DATE and yw=DATE query parameters |
| 21 | + to accept 'now' as an argument to show the latest day or week. |
| 22 | + * In the web page that comes up in response to the |
| 23 | + [/help?cmd=all|fossil all ui] command, show the last modification |
| 24 | + time for each repository, and allow click-to-sort on the modification |
| 25 | + time column. |
| 26 | + * In the tarball cache replacement algorithm, give extra weight to |
| 27 | + tarballs that have been accessed more than once. |
| 28 | + * Additional defenses against web-based attacks. There have not been |
| 29 | + any known vulnerabilities. We are just being paranoid. |
| 30 | + * Update the built-in SQLite to an alpha version of 3.24.0. |
| 31 | + |
| 3 | 32 | <a name='v2_5'></a> |
| 4 | 33 | <h2>Changes for Version 2.5 (2018-02-07)</h2> |
| 5 | 34 | |
| 6 | 35 | * Numerous enhancements to the look and feel of the web interface. |
| 7 | 36 | Especially: Added separate "Modern", "Compact", "Verbose", and |
| 8 | 37 | |