update changelog
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
Aug 3, 2016 at 16:41 UTC
5ac6ede8294541c1a76807b091750f032d020ef6
1 file changed
+13
-4
CHANGELOG.md
+13
-4
@@ -1,17 +1,26 @@
1
# go-ipfs changelog
2
3
-### 0.4.3-rc2 - TODO
3
+### 0.4.3-rc2 - 2016-07-23
4
5
This release includes bugfixes and fixes for regressions that were introduced
6
between 0.4.2 and 0.4.3-rc1.
7
8
- Regressions
9
- - Fix daemon panic when there is no multipart input provided with over HTTP API.
9
+ - Fix daemon panic when there is no multipart input provided over the HTTP API.
10
(@whyrusleeping, [ipfs/go-ipfs#2989](https://github.com/ipfs/go-ipfs/pull/2989))
11
- - Fix `ipfs refs` with `edges` option not printing edges.
11
+ - Fix `ipfs refs --edges` not printing edges.
12
(@Kubuxu, [ipfs/go-ipfs#3007](https://github.com/ipfs/go-ipfs/pull/3007))
13
- - Fix progress option for `ipfs add` defaulting to true on http API.
13
+ - Fix progress option for `ipfs add` defaulting to true on the HTTP API.
14
(@whyrusleeping, [ipfs/go-ipfs#3025](https://github.com/ipfs/go-ipfs/pull/3025))
15
+ - Fix erroneous printing of stdin reading message.
16
+ (@whyrusleeping, [ipfs/go-ipfs#3033](https://github.com/ipfs/go-ipfs/pull/3033))
17
+ - Fix panic caused by passing `--mount` and `--offline` flags to `ipfs daemon`.
18
+ (@Kubuxu, [ipfs/go-ipfs#3022](https://github.com/ipfs/go-ipfs/pull/3022))
19
+ - Fix symlink path resolution on windows.
20
+ (@Kubuxu, [ipfs/go-ipfs#3023](https://github.com/ipfs/go-ipfs/pull/3023))
21
+ - Add in code to prevent issue 3032 from crashing the daemon.
22
+ (@whyrusleeping, [ipfs/go-ipfs#3037](https://github.com/ipfs/go-ipfs/pull/3037))
23
+
24
25
### 0.4.3-rc1 - 2016-07-23
26