Skip to content

Commit

Permalink
Merge pull request #5292 from ipfs/release-0.4.17
Browse files Browse the repository at this point in the history
Ipfs v0.4.17
  • Loading branch information
whyrusleeping authored Jul 27, 2018
2 parents b975bac + 2287dd4 commit dfd19c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.17-rc1: Qma5pGQ9ugGoeAbND8RKPohYfZDyaivSCfRQraKkW8Gu4Y
0.4.17: QmebqVUQQqQFhg74FtQFszUJo22Vpr3e8qBAkvvV4ho9HH
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# go-ipfs changelog

## 0.4.17-rc1 2018-07-20
## 0.4.17 2018-07-27

Ipfs 0.4.17 is a quick release to fix two important bugs:

1. A major performance regression in bitswap (mostly affecting go-ipfs ->
js-ipfs transfers).
2. A bug resolving files in sharded directories with the gateway.

However, while motivated by those fixes, it contains a few other goodies that
will excite some users.
Ipfs 0.4.17 is a quick release to fix a major performance regression in bitswap
(mostly affecting go-ipfs -> js-ipfs transfers). However, while motivated by
this fix, this release contains a few other goodies that will excite some users.

The headline feature in this release is [urlstore][] support. Urlstore is a
generalization of the filestore backend that can fetch file blocks from remote
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,6 @@
"language": "go",
"license": "MIT",
"name": "go-ipfs",
"version": "0.4.17-rc1"
"version": "0.4.17"
}

2 changes: 1 addition & 1 deletion repo/config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package config
var CurrentCommit string

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.4.17-rc1"
const CurrentVersionNumber = "0.4.17"

const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 comments on commit dfd19c4

Please sign in to comment.