Fossil SCM

Change the default hash policy to "sha3". Bump the version number to 2.10 to start the next development cycle.

drh 2019-07-13 14:30 trunk
Commit b4520f5efc75692575d632f67e47a76e25b331a300fde3fb3f6cefdd1c847b67
+1 -1
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1
-2.9
1
+2.10
22
--- 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 @@
21562156
if( isDir==0 && fCreate ){
21572157
const char *zPassword;
21582158
db_create_repository(zRepo);
21592159
db_open_repository(zRepo);
21602160
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);
21632163
db_initial_setup(0, "now", g.zLogin);
21642164
db_end_transaction(0);
21652165
fossil_print("project-id: %s\n", db_get("project-code", 0));
21662166
fossil_print("server-id: %s\n", db_get("server-code", 0));
21672167
zPassword = db_text(0, "SELECT pw FROM user WHERE login=%Q", g.zLogin);
21682168
--- 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
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,7 +1,12 @@
11
<title>Change Log</title>
22
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
+
38
<a name='v2_9'></a>
49
<h2>Changes for Version 2.9 (2019-07-13)</h2>
510
611
* Added the [/help?cmd=git|fossil git export] command and instructions
712
for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project].
813
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button