Fossil SCM
1.20 initial changelog, this time to the proper branch.
Commit
8b3c6ebb375615f686ecd462945938a402e3993e
Parent
9ee570846b05c47…
1 file changed
+15
+15
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,7 +1,22 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 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 | + | |
| 3 | 18 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 4 | 19 | |
| 5 | 20 | * Added a ./configure script based on autosetup. |
| 6 | 21 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 7 | 22 | for creating a Fossil service on windows systems. |
| 8 | 23 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,22 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 4 | |
| 5 | * Added a ./configure script based on autosetup. |
| 6 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 7 | for creating a Fossil service on windows systems. |
| 8 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,22 @@ | |
| 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 | for creating a Fossil service on windows systems. |
| 23 |