Fossil SCM
pulled in changelog 1.20.
Commit
2e43ff6f7fceab363ae33be70aad265947e47703
Parent
06e9863cb093ee7…
1 file changed
+13
-5
+13
-5
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,21 +1,29 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes For Version 1.20 (upcoming)</h2> |
| 4 | - * Added side-by-side diffs in HTML interface | |
| 4 | + * Added side-by-side diffs in HTML interface. | |
| 5 | 5 | * Fixed annotate to show "more relevant" versions of lines in some cases. |
| 6 | 6 | * Timeline now shows tag changes (requires rebuild) |
| 7 | - * Added support for symlinks. | |
| 8 | - * New command: ticket history | |
| 7 | + * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). | |
| 8 | + * New command: ticket history. | |
| 9 | 9 | * Several SSL improvements. Disabled SSLv2 in HTTPS client. |
| 10 | + * Fixed constant prompting on already saved SSL certificates. | |
| 10 | 11 | * Added -R REPOFILE support to several more CLI commands. |
| 11 | - * Updated sqlite3 to 3.7.9. | |
| 12 | - * Generated tarfiles now have constant timestamps, to avoid them having a new checksum each time they are generated. | |
| 12 | + * Updated sqlite3 to 3.7.9 beta. | |
| 13 | + * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. | |
| 13 | 14 | * A number of minor HTML-related tweaks and fixes. |
| 14 | 15 | * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). |
| 15 | 16 | * Fixed significant memory leak in annotation of files with long histories. |
| 16 | 17 | * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). |
| 18 | + * Improved performance when adding many files. [a369dc7721] | |
| 19 | + * Added protection against timing attacks. [d4a341b49d] | |
| 20 | + * Firefox now remembers filled fields when returning to forms. [3fac77d7b0] | |
| 21 | + * Added the --stats option to the rebuild command. [f25e5e53c4] | |
| 22 | + * RSS feed now passes validation. [ce354d0a9f] | |
| 23 | + * Show overridden user when entering commit comment. [ce354d0a9f] | |
| 24 | + * Made rebuilding from web interface silent. [ce354d0a9f] | |
| 17 | 25 | |
| 18 | 26 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 19 | 27 | |
| 20 | 28 | * Added a ./configure script based on autosetup. |
| 21 | 29 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 22 | 30 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,21 +1,29 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.20 (upcoming)</h2> |
| 4 | * Added side-by-side diffs in HTML interface |
| 5 | * Fixed annotate to show "more relevant" versions of lines in some cases. |
| 6 | * Timeline now shows tag changes (requires rebuild) |
| 7 | * Added support for symlinks. |
| 8 | * New command: ticket history |
| 9 | * Several SSL improvements. Disabled SSLv2 in HTTPS client. |
| 10 | * Added -R REPOFILE support to several more CLI commands. |
| 11 | * Updated sqlite3 to 3.7.9. |
| 12 | * Generated tarfiles now have constant timestamps, to avoid them having a new checksum each time they are generated. |
| 13 | * A number of minor HTML-related tweaks and fixes. |
| 14 | * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). |
| 15 | * Fixed significant memory leak in annotation of files with long histories. |
| 16 | * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). |
| 17 | |
| 18 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 19 | |
| 20 | * Added a ./configure script based on autosetup. |
| 21 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 22 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,21 +1,29 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.20 (upcoming)</h2> |
| 4 | * Added side-by-side diffs in HTML interface. |
| 5 | * Fixed annotate to show "more relevant" versions of lines in some cases. |
| 6 | * Timeline now shows tag changes (requires rebuild) |
| 7 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). |
| 8 | * New command: ticket history. |
| 9 | * Several SSL improvements. Disabled SSLv2 in HTTPS client. |
| 10 | * Fixed constant prompting on already saved SSL certificates. |
| 11 | * Added -R REPOFILE support to several more CLI commands. |
| 12 | * Updated sqlite3 to 3.7.9 beta. |
| 13 | * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. |
| 14 | * A number of minor HTML-related tweaks and fixes. |
| 15 | * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). |
| 16 | * Fixed significant memory leak in annotation of files with long histories. |
| 17 | * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). |
| 18 | * Improved performance when adding many files. [a369dc7721] |
| 19 | * Added protection against timing attacks. [d4a341b49d] |
| 20 | * Firefox now remembers filled fields when returning to forms. [3fac77d7b0] |
| 21 | * Added the --stats option to the rebuild command. [f25e5e53c4] |
| 22 | * RSS feed now passes validation. [ce354d0a9f] |
| 23 | * Show overridden user when entering commit comment. [ce354d0a9f] |
| 24 | * Made rebuilding from web interface silent. [ce354d0a9f] |
| 25 | |
| 26 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 27 | |
| 28 | * Added a ./configure script based on autosetup. |
| 29 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 30 |