Skip to content

Commit dfd19c4

Browse files
Merge pull request ipfs#5292 from ipfs/release-0.4.17
Ipfs v0.4.17
2 parents b975bac + 2287dd4 commit dfd19c4

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

.gx/lastpubver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.17-rc1: Qma5pGQ9ugGoeAbND8RKPohYfZDyaivSCfRQraKkW8Gu4Y
1+
0.4.17: QmebqVUQQqQFhg74FtQFszUJo22Vpr3e8qBAkvvV4ho9HH

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# go-ipfs changelog
22

3-
## 0.4.17-rc1 2018-07-20
3+
## 0.4.17 2018-07-27
44

5-
Ipfs 0.4.17 is a quick release to fix two important bugs:
6-
7-
1. A major performance regression in bitswap (mostly affecting go-ipfs ->
8-
js-ipfs transfers).
9-
2. A bug resolving files in sharded directories with the gateway.
10-
11-
However, while motivated by those fixes, it contains a few other goodies that
12-
will excite some users.
5+
Ipfs 0.4.17 is a quick release to fix a major performance regression in bitswap
6+
(mostly affecting go-ipfs -> js-ipfs transfers). However, while motivated by
7+
this fix, this release contains a few other goodies that will excite some users.
138

149
The headline feature in this release is [urlstore][] support. Urlstore is a
1510
generalization of the filestore backend that can fetch file blocks from remote

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,6 @@
551551
"language": "go",
552552
"license": "MIT",
553553
"name": "go-ipfs",
554-
"version": "0.4.17-rc1"
554+
"version": "0.4.17"
555555
}
556556

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

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

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

0 commit comments

Comments
 (0)