Fossil SCM
Change the default hash policy to "sha3". Bump the version number to 2.10 to start the next development cycle.
Commit
b4520f5efc75692575d632f67e47a76e25b331a300fde3fb3f6cefdd1c847b67
Parent
0fd79a3e0918611…
3 files changed
+1
-1
+2
-2
+5
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -2.9 | |
| 1 | +2.10 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 2.9 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 2.10 |
| 2 |
+2
-2
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2156,12 +2156,12 @@ | ||
| 2156 | 2156 | if( isDir==0 && fCreate ){ |
| 2157 | 2157 | const char *zPassword; |
| 2158 | 2158 | db_create_repository(zRepo); |
| 2159 | 2159 | db_open_repository(zRepo); |
| 2160 | 2160 | db_begin_transaction(); |
| 2161 | - g.eHashPolicy = HPOLICY_AUTO; | |
| 2162 | - db_set_int("hash-policy", HPOLICY_AUTO, 0); | |
| 2161 | + g.eHashPolicy = HPOLICY_SHA3; | |
| 2162 | + db_set_int("hash-policy", HPOLICY_SHA3, 0); | |
| 2163 | 2163 | db_initial_setup(0, "now", g.zLogin); |
| 2164 | 2164 | db_end_transaction(0); |
| 2165 | 2165 | fossil_print("project-id: %s\n", db_get("project-code", 0)); |
| 2166 | 2166 | fossil_print("server-id: %s\n", db_get("server-code", 0)); |
| 2167 | 2167 | zPassword = db_text(0, "SELECT pw FROM user WHERE login=%Q", g.zLogin); |
| 2168 | 2168 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2156,12 +2156,12 @@ | |
| 2156 | if( isDir==0 && fCreate ){ |
| 2157 | const char *zPassword; |
| 2158 | db_create_repository(zRepo); |
| 2159 | db_open_repository(zRepo); |
| 2160 | db_begin_transaction(); |
| 2161 | g.eHashPolicy = HPOLICY_AUTO; |
| 2162 | db_set_int("hash-policy", HPOLICY_AUTO, 0); |
| 2163 | db_initial_setup(0, "now", g.zLogin); |
| 2164 | db_end_transaction(0); |
| 2165 | fossil_print("project-id: %s\n", db_get("project-code", 0)); |
| 2166 | fossil_print("server-id: %s\n", db_get("server-code", 0)); |
| 2167 | zPassword = db_text(0, "SELECT pw FROM user WHERE login=%Q", g.zLogin); |
| 2168 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2156,12 +2156,12 @@ | |
| 2156 | if( isDir==0 && fCreate ){ |
| 2157 | const char *zPassword; |
| 2158 | db_create_repository(zRepo); |
| 2159 | db_open_repository(zRepo); |
| 2160 | db_begin_transaction(); |
| 2161 | g.eHashPolicy = HPOLICY_SHA3; |
| 2162 | db_set_int("hash-policy", HPOLICY_SHA3, 0); |
| 2163 | db_initial_setup(0, "now", g.zLogin); |
| 2164 | db_end_transaction(0); |
| 2165 | fossil_print("project-id: %s\n", db_get("project-code", 0)); |
| 2166 | fossil_print("server-id: %s\n", db_get("server-code", 0)); |
| 2167 | zPassword = db_text(0, "SELECT pw FROM user WHERE login=%Q", g.zLogin); |
| 2168 |
+5
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,7 +1,12 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | +<a name='v2_10'></a> | |
| 4 | +<h2>Changes for Version 2.10 (pending)</h2> | |
| 5 | + | |
| 6 | + * Change the default [./hashpolicy.wiki|hash policy] to SHA3. | |
| 7 | + | |
| 3 | 8 | <a name='v2_9'></a> |
| 4 | 9 | <h2>Changes for Version 2.9 (2019-07-13)</h2> |
| 5 | 10 | |
| 6 | 11 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 7 | 12 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 8 | 13 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,12 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_9'></a> |
| 4 | <h2>Changes for Version 2.9 (2019-07-13)</h2> |
| 5 | |
| 6 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 7 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 8 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,12 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_10'></a> |
| 4 | <h2>Changes for Version 2.10 (pending)</h2> |
| 5 | |
| 6 | * Change the default [./hashpolicy.wiki|hash policy] to SHA3. |
| 7 | |
| 8 | <a name='v2_9'></a> |
| 9 | <h2>Changes for Version 2.9 (2019-07-13)</h2> |
| 10 | |
| 11 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 12 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 13 |