@cryptotaxi247 / kubo / commits / 6018de3fb

add a note about the repo migration

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jul 6, 2018 at 12:43 UTC 6018de3fb506b0f7c8557f1781b88270b6f50996
1 file changed +10
CHANGELOG.md
+10
@@ -6,6 +6,16 @@ Ipfs 0.4.16 is a fairly small release in terms of changes to the ipfs codebase,
6 but it contains a huge amount of changes and improvements from the libraries we
7 depend on, notably libp2p.
8
9 +This release includes small a repo migration to account for some changes to the
10 +DHT. It should only take a second to run but, depending on your configuration,
11 +you may need to run it manually.
12 +
13 +You can run a migration by either:
14 +
15 +1. Selecting "Yes" when the daemon prompts you to migrate.
16 +2. Running the daemon with the `--migrate=true` flag.
17 +3. Manually [running](https://github.com/ipfs/fs-repo-migrations/blob/master/run.md#running-repo-migrations) the migration.
18 +
19 ### Libp2p
20
21 This version of ipfs contains the changes made in libp2p from v5.0.14 through