Fossil SCM
Update the change log for version 2.0.
Commit
89077b05bf0a906aa495a5627fc4bdfa5c122faf
Parent
d9bef53b1a27eee…
2 files changed
+5
-2
+1
-1
+5
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,10 +1,13 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | -<a name='v1_38'></a> | |
| 4 | -<h2>Changes for Version 1.38 (2017-??-??)</h2> | |
| 3 | +<a name='v2_0'></a> | |
| 4 | +<h2>Changes for Version 2.0 (2017-03-??)</h2> | |
| 5 | 5 | |
| 6 | + * Added support for SHA3 hashes used as | |
| 7 | + [./fileformat.wiki#names|artifact names]. | |
| 8 | + * Added support for the [/help?cmd=sha3sum|sha3sum] command. | |
| 6 | 9 | * Update the built-in SQLite to version 3.17.0. |
| 7 | 10 | |
| 8 | 11 | <a name='v1_37'></a> |
| 9 | 12 | <h2>Changes for Version 1.37 (2017-01-16)</h2> |
| 10 | 13 | |
| 11 | 14 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,13 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v1_38'></a> |
| 4 | <h2>Changes for Version 1.38 (2017-??-??)</h2> |
| 5 | |
| 6 | * Update the built-in SQLite to version 3.17.0. |
| 7 | |
| 8 | <a name='v1_37'></a> |
| 9 | <h2>Changes for Version 1.37 (2017-01-16)</h2> |
| 10 | |
| 11 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,13 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_0'></a> |
| 4 | <h2>Changes for Version 2.0 (2017-03-??)</h2> |
| 5 | |
| 6 | * Added support for SHA3 hashes used as |
| 7 | [./fileformat.wiki#names|artifact names]. |
| 8 | * Added support for the [/help?cmd=sha3sum|sha3sum] command. |
| 9 | * Update the built-in SQLite to version 3.17.0. |
| 10 | |
| 11 | <a name='v1_37'></a> |
| 12 | <h2>Changes for Version 1.37 (2017-01-16)</h2> |
| 13 | |
| 14 |
+1
-1
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -32,11 +32,11 @@ | ||
| 32 | 32 | with the global state. |
| 33 | 33 | The local state is not composed of artifacts and is not intended to be enduring. |
| 34 | 34 | This document is concerned with global state only. Local state is only |
| 35 | 35 | mentioned here in order to distinguish it from global state. |
| 36 | 36 | |
| 37 | -<a name='#names'></a> | |
| 37 | +<a name="names"></a> | |
| 38 | 38 | <h2>1.0 Artifact Names</h2> |
| 39 | 39 | |
| 40 | 40 | Each artifact in the repository is named by a hash of its content. |
| 41 | 41 | No prefixes, suffixes, or other information is added to an artifact before |
| 42 | 42 | the hash is computed. The artifact name is just the (lower-case |
| 43 | 43 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -32,11 +32,11 @@ | |
| 32 | with the global state. |
| 33 | The local state is not composed of artifacts and is not intended to be enduring. |
| 34 | This document is concerned with global state only. Local state is only |
| 35 | mentioned here in order to distinguish it from global state. |
| 36 | |
| 37 | <a name='#names'></a> |
| 38 | <h2>1.0 Artifact Names</h2> |
| 39 | |
| 40 | Each artifact in the repository is named by a hash of its content. |
| 41 | No prefixes, suffixes, or other information is added to an artifact before |
| 42 | the hash is computed. The artifact name is just the (lower-case |
| 43 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -32,11 +32,11 @@ | |
| 32 | with the global state. |
| 33 | The local state is not composed of artifacts and is not intended to be enduring. |
| 34 | This document is concerned with global state only. Local state is only |
| 35 | mentioned here in order to distinguish it from global state. |
| 36 | |
| 37 | <a name="names"></a> |
| 38 | <h2>1.0 Artifact Names</h2> |
| 39 | |
| 40 | Each artifact in the repository is named by a hash of its content. |
| 41 | No prefixes, suffixes, or other information is added to an artifact before |
| 42 | the hash is computed. The artifact name is just the (lower-case |
| 43 |