提交 bbf023fb 作者: Jeromy

Ipfs v0.4.13-rc1

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 8f8fdc09
# 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
Ipfs 0.4.12 brings with it many important fixes for the huge spike in network
......
#!/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 |
while read MERGE
......
......@@ -493,6 +493,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.13-dev"
"version": "0.4.13-rc1"
}
......@@ -4,6 +4,6 @@ package config
var CurrentCommit string
// 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 + "/"
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论