@cryptotaxi247 / kubo / commits / a2f52946d

add changelog for v0.4.1

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Apr 25, 2016 at 11:26 UTC a2f52946de2d347e8e6c412e35e41364e5ddeec1
1 file changed +51
CHANGELOG.md
+51
@@ -1,5 +1,56 @@
1 # go-ipfs changelog
2
3 +### 0.4.1 - 2016-04-25
4 +
5 +This is a patch release that fixes a few bugs, and adds a few small (but not
6 +insignificant) features. The primary reason for this release is the listener
7 +hang bugfix that was shipped in the 0.4.0 release.
8 +
9 +* Features
10 + * implementated ipfs object diff (@whyrusleeping)
11 + * allow promises (used in get, refs) to fail (@whyrusleeping)
12 +
13 +* Tool changes
14 + * Adds 'toolkit_upgrade' to the makefile help target (@achin)
15 +
16 +* General Codebase
17 + * Use extracted go-libp2p-crypto, -secio, -peer packages (@lgierth)
18 + * Update go-libp2p (@lgierth)
19 + * Fix package manifest fields (@lgierth)
20 + * remove incfusever dead-code (@whyrusleeping)
21 + * remove a ton of unused godeps (@whyrusleeping)
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 +
26 +* Bugfixes
27 + * fixed ipfs name resolve --local multihash error (@pfista)
28 + * 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 dht command key escaping (@whyrusleeping)
34 +
35 +* Testing
36 + * Adds tests to make sure 'object patch' writes. (@noffle)
37 + * small sharness test for promise failure checking (@whyrusleeping)
38 + * sharness/Makefile: clean all BINS when cleaning (@chriscool)
39 +
40 +* Documentation
41 + * Fix disconnect argument description (@richardlitt)
42 + * Added a note about swarm disconnect (@richardlitt)
43 + * Also fixed syntax for comment (@richardlitt)
44 + * Alphabetized swarm subcmds (@richardlitt)
45 + * Added note to ipfs stats bw interval option (@richardlitt)
46 + * Small syntax changes to repo stat man (@richardlitt)
47 + * update log command help text (@pfista)
48 + * Added a long description to add (@richardlitt)
49 + * Edited object patch set-data doc (@richardlitt)
50 + * add roadmap.md (@Jeromy)
51 + * Adds files api cmd to helptext (@noffle)
52 +
53 +
54 ### 0.4.0 - 2016-04-05
55
56 This is a major release with plenty of new features and bugfixes.