Fossil SCM
Version 1.20 release candidate 1.
Commit
a75e2d2504922fafef859f602da31deff12725a0
Parent
1d12fcc4164ac54…
1 file changed
+20
-10
+20
-10
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,23 +1,32 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | -<h2>Changes For Version 1.20 (upcoming)</h2> | |
| 3 | +<h2>Changes For Version 1.20 (2011-10-21)</h2> | |
| 4 | 4 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 5 | - * Fixed CLI annotate to annotates the proper file version in case there are multiple equal versions in history. [e161670939] | |
| 5 | + * Added support for symlinks. (Controlled by "allow-symlinks" setting, | |
| 6 | + off by default). [e4f1c1fe95] | |
| 7 | + * Fixed CLI annotate to show the proper file version in case there | |
| 8 | + are multiple equal versions in history. [e161670939] | |
| 6 | 9 | * Timeline now shows tag changes (requires rebuild).[87540ed6e6] |
| 7 | - * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). [e4f1c1fe95] | |
| 10 | + * Fixed annotate to show "more relevant" versions of lines in | |
| 11 | + some cases. [e161670939] | |
| 8 | 12 | * New command: ticket history. [98a855c508] |
| 9 | - * Several SSL improvements. | |
| 10 | 13 | * Disabled SSLv2 in HTTPS client.[ea1d369d23] |
| 11 | - * Fixed constant prompting regarding previously-saved SSL certificates. [636804745b] | |
| 14 | + * Fixed constant prompting regarding previously-saved SSL | |
| 15 | + certificates. [636804745b] | |
| 16 | + * Other SSL improvements. | |
| 12 | 17 | * Added -R REPOFILE support to several more CLI commands. [e080560378] |
| 13 | - * Updated sqlite3 to 3.7.9 beta. | |
| 14 | - * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. [e080560378] | |
| 18 | + * Generated tarballs now have constant timestamps, so they are | |
| 19 | + always identical for any given checkin. [e080560378] | |
| 15 | 20 | * A number of minor HTML-related tweaks and fixes. |
| 16 | - * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). [e080560378] | |
| 17 | - * Fixed significant memory leak in annotation of files with long histories.[9929bab702] | |
| 18 | - * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). [39f979b08c] | |
| 21 | + * Added --args FILENAME global CLI argument to import arbitrary | |
| 22 | + CLI arguments from a file (e.g. long file lists). [e080560378] | |
| 23 | + * Fixed significant memory leak in annotation of files with long | |
| 24 | + histories.[9929bab702] | |
| 25 | + * Added warnings when a merge operation overwrites local copies | |
| 26 | + (UNDO is available, but previously this condition normally went | |
| 27 | + silently unnoticed). [39f979b08c] | |
| 19 | 28 | * Improved performance when adding many files. [a369dc7721] |
| 20 | 29 | * Improve merges which contain many file renames. [0b93b0f958] |
| 21 | 30 | * Added protection against timing attacks. [d4a341b49d] |
| 22 | 31 | * Firefox now remembers filled fields when returning to forms. [3fac77d7b0] |
| 23 | 32 | * Added the --stats option to the rebuild command. [f25e5e53c4] |
| @@ -24,10 +33,11 @@ | ||
| 24 | 33 | * RSS feed now passes validation. [ce354d0a9f] |
| 25 | 34 | * Show overridden user when entering commit comment. [ce354d0a9f] |
| 26 | 35 | * Made rebuilding from web interface silent. [ce354d0a9f] |
| 27 | 36 | * Now works on MSVC with repos >2GB. [6092935ff2] |
| 28 | 37 | * A number of code cleanups to resolve warnings from various compilers. |
| 38 | + * Update the built-in SQLite to version 3.7.9 beta. | |
| 29 | 39 | |
| 30 | 40 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 31 | 41 | |
| 32 | 42 | * Added a ./configure script based on autosetup. |
| 33 | 43 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 34 | 44 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,23 +1,32 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.20 (upcoming)</h2> |
| 4 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 5 | * Fixed CLI annotate to annotates the proper file version in case there are multiple equal versions in history. [e161670939] |
| 6 | * Timeline now shows tag changes (requires rebuild).[87540ed6e6] |
| 7 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). [e4f1c1fe95] |
| 8 | * New command: ticket history. [98a855c508] |
| 9 | * Several SSL improvements. |
| 10 | * Disabled SSLv2 in HTTPS client.[ea1d369d23] |
| 11 | * Fixed constant prompting regarding previously-saved SSL certificates. [636804745b] |
| 12 | * Added -R REPOFILE support to several more CLI commands. [e080560378] |
| 13 | * Updated sqlite3 to 3.7.9 beta. |
| 14 | * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. [e080560378] |
| 15 | * A number of minor HTML-related tweaks and fixes. |
| 16 | * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). [e080560378] |
| 17 | * Fixed significant memory leak in annotation of files with long histories.[9929bab702] |
| 18 | * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). [39f979b08c] |
| 19 | * Improved performance when adding many files. [a369dc7721] |
| 20 | * Improve merges which contain many file renames. [0b93b0f958] |
| 21 | * Added protection against timing attacks. [d4a341b49d] |
| 22 | * Firefox now remembers filled fields when returning to forms. [3fac77d7b0] |
| 23 | * Added the --stats option to the rebuild command. [f25e5e53c4] |
| @@ -24,10 +33,11 @@ | |
| 24 | * RSS feed now passes validation. [ce354d0a9f] |
| 25 | * Show overridden user when entering commit comment. [ce354d0a9f] |
| 26 | * Made rebuilding from web interface silent. [ce354d0a9f] |
| 27 | * Now works on MSVC with repos >2GB. [6092935ff2] |
| 28 | * A number of code cleanups to resolve warnings from various compilers. |
| 29 | |
| 30 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 31 | |
| 32 | * Added a ./configure script based on autosetup. |
| 33 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 34 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,23 +1,32 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.20 (2011-10-21)</h2> |
| 4 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 5 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 6 | off by default). [e4f1c1fe95] |
| 7 | * Fixed CLI annotate to show the proper file version in case there |
| 8 | are multiple equal versions in history. [e161670939] |
| 9 | * Timeline now shows tag changes (requires rebuild).[87540ed6e6] |
| 10 | * Fixed annotate to show "more relevant" versions of lines in |
| 11 | some cases. [e161670939] |
| 12 | * New command: ticket history. [98a855c508] |
| 13 | * Disabled SSLv2 in HTTPS client.[ea1d369d23] |
| 14 | * Fixed constant prompting regarding previously-saved SSL |
| 15 | certificates. [636804745b] |
| 16 | * Other SSL improvements. |
| 17 | * Added -R REPOFILE support to several more CLI commands. [e080560378] |
| 18 | * Generated tarballs now have constant timestamps, so they are |
| 19 | always identical for any given checkin. [e080560378] |
| 20 | * A number of minor HTML-related tweaks and fixes. |
| 21 | * Added --args FILENAME global CLI argument to import arbitrary |
| 22 | CLI arguments from a file (e.g. long file lists). [e080560378] |
| 23 | * Fixed significant memory leak in annotation of files with long |
| 24 | histories.[9929bab702] |
| 25 | * Added warnings when a merge operation overwrites local copies |
| 26 | (UNDO is available, but previously this condition normally went |
| 27 | silently unnoticed). [39f979b08c] |
| 28 | * Improved performance when adding many files. [a369dc7721] |
| 29 | * Improve merges which contain many file renames. [0b93b0f958] |
| 30 | * Added protection against timing attacks. [d4a341b49d] |
| 31 | * Firefox now remembers filled fields when returning to forms. [3fac77d7b0] |
| 32 | * Added the --stats option to the rebuild command. [f25e5e53c4] |
| @@ -24,10 +33,11 @@ | |
| 33 | * RSS feed now passes validation. [ce354d0a9f] |
| 34 | * Show overridden user when entering commit comment. [ce354d0a9f] |
| 35 | * Made rebuilding from web interface silent. [ce354d0a9f] |
| 36 | * Now works on MSVC with repos >2GB. [6092935ff2] |
| 37 | * A number of code cleanups to resolve warnings from various compilers. |
| 38 | * Update the built-in SQLite to version 3.7.9 beta. |
| 39 | |
| 40 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 41 | |
| 42 | * Added a ./configure script based on autosetup. |
| 43 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 44 |