Ipfs release candidate 0.4.9-rc2
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
May 6, 2017 at 20:31 UTC
a6e96e6c99c4240427af6c3bd9a9ca1b4cea99b4
3 files changed
+3
-2
CHANGELOG.md
+1
@@ -9,6 +9,7 @@
9
- Update go-multihash with keccak and bitcoin hashes ([ipfs/go-ipfs#3833](https://github.com/ipfs/go-ipfs/pull/3833))
10
- Update go-is-domain to contain new gTLD ([ipfs/go-ipfs#3873](https://github.com/ipfs/go-ipfs/pull/3873))
11
- Periodically flush cached directories during ipfs add ([ipfs/go-ipfs#3888](https://github.com/ipfs/go-ipfs/pull/3888))
12
+ - improved gateway directory listing for sharded nodes ([ipfs/go-ipfs#3897](https://github.com/ipfs/go-ipfs/pull/3897))
13
- Documentation
14
- Change issue template to use Severity instead of Priority ([ipfs/go-ipfs#3834](https://github.com/ipfs/go-ipfs/pull/3834))
15
- Fix link to commit hook script in contribute.md ([ipfs/go-ipfs#3863](https://github.com/ipfs/go-ipfs/pull/3863))
package.json
+1
-1
@@ -312,6 +312,6 @@
312
"language": "go",
313
"license": "MIT",
314
"name": "go-ipfs",
315
- "version": "0.4.9-rc1"
315
+ "version": "0.4.9-rc2"
316
}
317
repo/config/version.go
+1
-1
@@ -4,6 +4,6 @@ package config
4
var CurrentCommit string
5
6
// CurrentVersionNumber is the current application's version literal
7
-const CurrentVersionNumber = "0.4.9-rc1"
7
+const CurrentVersionNumber = "0.4.9-rc2"
8
9
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"