@cryptotaxi247 / kubo / commits / dad85ff38

changelog: mention Swarm.AddrFilters fix in v0.4.1

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Apr 25, 2016 at 18:23 UTC dad85ff387d54a796d9632f540134785ce3865d6
1 file changed +2 -1
CHANGELOG.md
+2 -1
@@ -22,14 +22,15 @@ hang bugfix that was shipped in the 0.4.0 release.
22 * metrics: add prometheus back (@lgierth)
23 * clean up dead code and config fields (@whyrusleeping)
24 * Add log events when blocks are added/removed from the blockstore (@michealmure)
25 + * repo: don't create logs directory, not used any longer (@lgierth)
26
27 * Bugfixes
28 * fixed ipfs name resolve --local multihash error (@pfista)
29 * ipfs patch commands won't return null links field anymore (@whyrusleeping)
29 - * repo: don't create logs directory, not used any longer (@lgierth)
30 * Make non recursive resolve print the result (@kubuxu)
31 * Output dirs on ipfs add -rn (@noffle)
32 * update libp2p dep to fix hanging listeners problem (@whyrusleeping)
33 + * Fix Swarm.AddrFilters config setting with regard to `/ip6` addresses (@lgierth)
34 * fix dht command key escaping (@whyrusleeping)
35
36 * Testing