mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 05:47:51 +08:00
18 lines
418 B
Markdown
18 lines
418 B
Markdown
# go-ipfs changelog v0.2
|
|
|
|
## 0.2.3 - 2015-03-01
|
|
|
|
* Alpha Release
|
|
|
|
## 2015-01-31:
|
|
|
|
* bootstrap addresses now have .../ipfs/... in format
|
|
config file Bootstrap field changed accordingly. users
|
|
can upgrade cleanly with:
|
|
|
|
ipfs bootstrap >boostrap_peers
|
|
ipfs bootstrap rm --all
|
|
<install new ipfs>
|
|
<manually add .../ipfs/... to addrs in bootstrap_peers>
|
|
ipfs bootstrap add <bootstrap_peers
|