Unverified 提交 5d23fd7c 作者: Whyrusleeping 提交者: GitHub

Merge pull request #4391 from ipfs/release-0.4.13-rc1

Ipfs v0.4.13-rc1
# go-ipfs changelog # go-ipfs changelog
## 0.4.13 2017-11-14
Ipfs 0.4.13 is a patch release that fixes two high priority issues that were
discovered in the 0.4.12 release.
Bugfixes:
- Fix periodic bitswap deadlock ([ipfs/go-ipfs#4386](https://github.com/ipfs/go-ipfs/pull/4386))
- Fix badgerds crash on startup ([ipfs/go-ipfs#4384](https://github.com/ipfs/go-ipfs/pull/4384))
## 0.4.12 2017-11-09 ## 0.4.12 2017-11-09
Ipfs 0.4.12 brings with it many important fixes for the huge spike in network Ipfs 0.4.12 brings with it many important fixes for the huge spike in network
......
#!/bin/bash #!/bin/bash
LAST_TAG=$(git tag | grep -v -- '-rc' | grep 'v'| tail -n1) LAST_TAG=$(git tag -l | sort -V | grep -v -- '-rc' | grep 'v'| tail -n1)
git log --oneline --merges --reverse $LAST_TAG...master | git log --oneline --merges --reverse $LAST_TAG...master |
while read MERGE while read MERGE
......
...@@ -493,6 +493,6 @@ ...@@ -493,6 +493,6 @@
"language": "go", "language": "go",
"license": "MIT", "license": "MIT",
"name": "go-ipfs", "name": "go-ipfs",
"version": "0.4.13-dev" "version": "0.4.13-rc1"
} }
...@@ -4,6 +4,6 @@ package config ...@@ -4,6 +4,6 @@ package config
var CurrentCommit string var CurrentCommit string
// CurrentVersionNumber is the current application's version literal // CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.13-dev" const CurrentVersionNumber = "0.4.13-rc1"
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论