提交 2cb68b22 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3673 from ipfs/release-0.4.5

Ipfs 0.4.5
# go-ipfs changelog
### 0.4.5 - 2017-02-06
### 0.4.5 - 2017-02-11
#### Changes from rc3 to rc4
- Update to fixed webui. ([ipfs/go-ipfs#3669](https://github.com/ipfs/go-ipfs/pull/3669))
#### Changes from rc2 to rc3
- Fix handling of null arrays in cbor ipld objects. ([ipfs/go-ipfs#3666](https://github.com/ipfs/go-ipfs/pull/3666))
- Add env var to enable yamux debug logging. ([ipfs/go-ipfs#3668](https://github.com/ipfs/go-ipfs/pull/3668))
- Fix libc check during auto-migrations. ([ipfs/go-ipfs#3665](https://github.com/ipfs/go-ipfs/pull/3665))
#### Changes from rc1 to rc2
- Fixed json output of ipld objects in `ipfs dag get` ([ipfs/go-ipfs#3655](https://github.com/ipfs/go-ipfs/pull/3655))
......
......@@ -305,6 +305,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.5-rc4"
"version": "0.4.5"
}
......@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.5-rc4"
const CurrentVersionNumber = "0.4.5"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论