go-ipfs version 0.3.5
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jun 11, 2015 at 20:32 UTC
952dc9c60fdff27902749222fdc30164e7eea1ee
1 file changed
+35
CHANGELOG.md
+35
@@ -1,5 +1,40 @@
1
# go-ipfs changelog
2
3
+### 0.3.5 - 2015-06-11
4
+
5
+This patch improves overall stability and performance
6
+
7
+* added 'object patch' and 'object new' commands @whyrusleeping
8
+* improved symmetric NAT avoidance @jbenet
9
+* move util.Key to blocks.Key @whyrusleeping
10
+* fix memory leak in provider store @whyrusleeping
11
+* updated webui to 0.2.0 @krl
12
+* improved bitswap performance @whyrusleeping
13
+* update fuse lib @cryptix
14
+* fix path resolution @wking
15
+* implement test_seq() in sharness @chriscool
16
+* improve parsing of stdin for commands @chriscool
17
+* fix 'ipfs refs' failing silently @whyrusleeping
18
+* fix serial dialing bug @jbenet
19
+* improved testing @chriscool @rht @jbenet
20
+* fixed domain resolving @luzifer
21
+* fix parsing of unwanted stdin @lgierth
22
+* added CORS handlers to gateway @NodeGuy
23
+* added `ipfs daemon --unrestricted-api` option @krl
24
+* general cleanup of dependencies
25
+
26
+### 0.3.4 - 2015-05-10
27
+
28
+* fix ipns append bug @whyrusleeping
29
+* fix out of memory panic @whyrusleeping
30
+* add in expvar metrics @tv42
31
+* bitswap improvements @whyrusleeping
32
+* fix write-cache in blockstore @tv42
33
+* vendoring cleanup @cryptix
34
+* added `launchctl` plist for OSX @grncdr
35
+* improved Dockerfile, changed root and mount paths @ehd
36
+* improved `pin ls` output to show types @vitorbaptista
37
+
38
### 0.3.3 - 2015-04-28
39
40
This patch update fixes various issues, in particular: