@cryptotaxi247 / kubo / commits / 2b0680a53

finally add changelog for v0.3.11

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

Jeromy committed Jan 26, 2016 at 15:05 UTC 2b0680a537384893d1fc9fef8870e2ed68596503
1 file changed +41
CHANGELOG.md
+41
@@ -8,6 +8,47 @@
8 * Incompatible Changes
9 * the default for '--type' in 'ipfs pin ls' is now "all" (@chriscool)
10
11 +### 0.3.11 - 2016-01-12
12 +
13 +This is the final ipfs version before the transition to v0.4.0.
14 +It introduces a few stability improvements, bugfixes, and increased
15 +test coverage.
16 +
17 +* Features
18 + * add 'get' and 'patch' to the allowed gateway commands (@whyrusleeping)
19 +
20 +* BugFixes
21 + * Fix path parsing for add command (@djdv)
22 + * namesys: Make paths with multiple segemnts work. Fixes #2059 (@Kubuxu)
23 + * fixup panic catching in http handler funcs (@whyrusleeping)
24 + * Add correct access control headers to the default api config (@dignifiedquire)
25 + * fix closenotify by not sending empty file set (@whyrusleeping)
26 +
27 +* Tool Changes
28 + * Have install.sh use the full path to ipfs binary if detected (@jedahan)
29 + * Install daemon system-wide if on El Capitan (@jedahan)
30 + * makefile: add -ldflags to install and nofuse tasks (@lgierth)
31 +
32 +* General Codebase
33 + * cleanup http client code (@whyrusleeping)
34 + * Move api version check to header (@rht)
35 +
36 +* Documentation
37 + * improved release checklist (@jbenet)
38 + * Added quotes around command in long desc (@RichardLitt)
39 + * Added a shutdown note to daemon desc (@RichardLitt)
40 +
41 +* Testing
42 + * t0080: improve last tests (@chriscool)
43 + * t0080: improve 'ipfs refs --unique' test (@chriscool)
44 + * fix t.Fatal usage in goroutines (@chriscool)
45 + * add docker testing support to sharness (@chriscool)
46 + * sharness: add t0300-docker-image.sh (@chriscool)
47 + * Included more namesys tests. (@Kubuxu)
48 + * add sharness test to verify requests look good (@whyrusleeping)
49 + * reenable ipns sharness test now that iptb is fixed (@whyrusleeping)
50 + * force use of ipv4 in test (@whyrusleeping)
51 + * travis-ci: use go 1.5.2 (@jbenet)
52
53 ### 0.3.10 - 2015-12-07
54