mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
ipfs release 0.4.14-rc3
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -54,6 +54,13 @@ did allow manually creating them and fetching them from other peers. If you
|
|||||||
currently have objects using insecure hashes in your local ipfs repo, please
|
currently have objects using insecure hashes in your local ipfs repo, please
|
||||||
remove them before updating.
|
remove them before updating.
|
||||||
|
|
||||||
|
#### Changes from rc2 to rc3
|
||||||
|
- Fix bug in stdin argument parsing ([ipfs/go-ipfs#4827](https://github.com/ipfs/go-ipfs/pull/4827))
|
||||||
|
- Revert commands back to sending a single response ([ipfs/go-ipfs#4822](https://github.com/ipfs/go-ipfs/pull/4822))
|
||||||
|
|
||||||
|
#### Changes from rc1 to rc2
|
||||||
|
- Fix issue in ipfs get caused by go1.10 changes ([ipfs/go-ipfs#4790](https://github.com/ipfs/go-ipfs/pull/4790))
|
||||||
|
|
||||||
- Features
|
- Features
|
||||||
- Pubsub IPNS Publisher and Resolver (experimental) ([ipfs/go-ipfs#4047](https://github.com/ipfs/go-ipfs/pull/4047))
|
- Pubsub IPNS Publisher and Resolver (experimental) ([ipfs/go-ipfs#4047](https://github.com/ipfs/go-ipfs/pull/4047))
|
||||||
- Implement coreapi Dag interface ([ipfs/go-ipfs#4471](https://github.com/ipfs/go-ipfs/pull/4471))
|
- Implement coreapi Dag interface ([ipfs/go-ipfs#4471](https://github.com/ipfs/go-ipfs/pull/4471))
|
||||||
|
@ -581,6 +581,6 @@
|
|||||||
"language": "go",
|
"language": "go",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"name": "go-ipfs",
|
"name": "go-ipfs",
|
||||||
"version": "0.4.14-rc2"
|
"version": "0.4.14-rc3"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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.14-rc2"
|
const CurrentVersionNumber = "0.4.14-rc3"
|
||||||
|
|
||||||
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"
|
||||||
|
Reference in New Issue
Block a user