Fossil SCM
Update the change log for version 2.1.
Commit
13924ff734110587ca5c91da5487356431abadb6
Parent
e92133a54835108…
2 files changed
+1
-1
+11
+1
-1
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -565,11 +565,11 @@ | ||
| 565 | 565 | ** |
| 566 | 566 | ** [{"name":NAME, |
| 567 | 567 | ** "mtime":MTIME, |
| 568 | 568 | ** "hash":HASH, |
| 569 | 569 | ** "size":SIZE, |
| 570 | -* "user":USER}] | |
| 570 | +** "user":USER}] | |
| 571 | 571 | */ |
| 572 | 572 | void uvlist_json_page(void){ |
| 573 | 573 | Stmt q; |
| 574 | 574 | char *zSep = "["; |
| 575 | 575 | Blob json; |
| 576 | 576 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -565,11 +565,11 @@ | |
| 565 | ** |
| 566 | ** [{"name":NAME, |
| 567 | ** "mtime":MTIME, |
| 568 | ** "hash":HASH, |
| 569 | ** "size":SIZE, |
| 570 | * "user":USER}] |
| 571 | */ |
| 572 | void uvlist_json_page(void){ |
| 573 | Stmt q; |
| 574 | char *zSep = "["; |
| 575 | Blob json; |
| 576 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -565,11 +565,11 @@ | |
| 565 | ** |
| 566 | ** [{"name":NAME, |
| 567 | ** "mtime":MTIME, |
| 568 | ** "hash":HASH, |
| 569 | ** "size":SIZE, |
| 570 | ** "user":USER}] |
| 571 | */ |
| 572 | void uvlist_json_page(void){ |
| 573 | Stmt q; |
| 574 | char *zSep = "["; |
| 575 | Blob json; |
| 576 |
+11
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,6 +1,17 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | + | |
| 3 | +<a name='v2_1'></a> | |
| 4 | +<h2>Changes for Version 2.1 (2017-03-??)</h2> | |
| 5 | + | |
| 6 | + * Add support for [./hashpolicy.wiki|hash policies] that control which | |
| 7 | + of the Hardened-SHA1 or SHA3-256 algorithms is used to name new | |
| 8 | + artifacts. | |
| 9 | + * Add the "gshow" and "gcat" subcommands to [/help?cmd=stash|fossil stash]. | |
| 10 | + * Add the [/help?cmd=/juvlist|/juvlist] web page and use it to construct | |
| 11 | + the [/uv/download.html|Download Page] of the Fossil self-hosting website | |
| 12 | + using Ajax. | |
| 2 | 13 | |
| 3 | 14 | <a name='v2_0'></a> |
| 4 | 15 | <h2>Changes for Version 2.0 (2017-03-03)</h2> |
| 5 | 16 | |
| 6 | 17 | * Use the |
| 7 | 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_0'></a> |
| 4 | <h2>Changes for Version 2.0 (2017-03-03)</h2> |
| 5 | |
| 6 | * Use the |
| 7 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_1'></a> |
| 4 | <h2>Changes for Version 2.1 (2017-03-??)</h2> |
| 5 | |
| 6 | * Add support for [./hashpolicy.wiki|hash policies] that control which |
| 7 | of the Hardened-SHA1 or SHA3-256 algorithms is used to name new |
| 8 | artifacts. |
| 9 | * Add the "gshow" and "gcat" subcommands to [/help?cmd=stash|fossil stash]. |
| 10 | * Add the [/help?cmd=/juvlist|/juvlist] web page and use it to construct |
| 11 | the [/uv/download.html|Download Page] of the Fossil self-hosting website |
| 12 | using Ajax. |
| 13 | |
| 14 | <a name='v2_0'></a> |
| 15 | <h2>Changes for Version 2.0 (2017-03-03)</h2> |
| 16 | |
| 17 | * Use the |
| 18 |