From 4c5b32bfa23ba857eec0ee5714f5e904ba50c609 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Tue, 6 Sep 2016 15:41:17 +0200 Subject: [PATCH 1/3] docs: fix changelog list oneliner License: MIT Signed-off-by: Lars Gierth --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 063b7d20e05..a25fe3274ef 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -12,7 +12,7 @@ will be allowed up to release day. - [ ] all tests pass (no exceptions) - [ ] webui works (for most definitions of 'works') - [ ] CHANGELOG.md has been updated - - use `LAST=v0.4.2 for n in $(git log --oneline --merges --reverse -n-1 $LAST...master | cut -d'#' -f2 | cut -d' ' -f1); do echo https://github.com/ipfs/go-ipfs/pull/$n; done` + - use `LAST=v0.4.2 ; for n in $(git log --oneline --merges --reverse -n-1 $LAST...master | cut -d'#' -f2 | cut -d' ' -f1); do echo https://github.com/ipfs/go-ipfs/pull/$n; done` - [ ] version string in `repo/config/version.go` has been updated - [ ] tag commit with vX.Y.Z - [ ] bump version string in `repo/config/version.go` to `vX.Y.Z-dev` From 2c5109ca67f719e2b9844e843193848dcdedee80 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Tue, 6 Sep 2016 15:48:18 +0200 Subject: [PATCH 2/3] changelog: add notes for 0.4.3-rc4 License: MIT Signed-off-by: Lars Gierth --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b63083c341..5eddb8c9465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # go-ipfs changelog +### 0.4.3-rc4 - 2016-09-06 + +This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing. +We plan for this to be the last release candidate before the release of go-ipfs v0.4.3. + +With this release candidate, we're also moving go-ipfs to Go 1.7, which we expect will yield improvements in runtime performance, memory usage, build time and size of the release binaries. + +- Require Go 1.7. (@whyrusleeping, @Kubuxu, @lgierth, [ipfs/go-ipfs#3163](https://github.com/ipfs/go-ipfs/pull/3163)) + - For this purpose, switch Docker image from Alpine 3.4 to Alpine Edge. +- Fix cancellation of Bitswap `wantlist` entries. (@whyrusleeping, [ipfs/go-ipfs#3182](https://github.com/ipfs/go-ipfs/pull/3182)) +- Fix clearing of `active` state of Bitswap provider queries. (@whyrusleeping, [ipfs/go-ipfs#3169](https://github.com/ipfs/go-ipfs/pull/3169)) +- Fix a panic in the DHT code. (@Kubuxu, [ipfs/go-ipfs#3200](https://github.com/ipfs/go-ipfs/pull/3200)) +- Improve handling of `Identity` field in `ipfs config` command. (@Kubuxu, @whyrusleeping, [ipfs/go-ipfs#3141](https://github.com/ipfs/go-ipfs/pull/3141)) +- Fix explicit adding of symlinked files and directories. (@kevina, [ipfs/go-ipfs#3135](https://github.com/ipfs/go-ipfs/pull/3135)) +- Fix bash auto-completion of `ipfs daemon --unrestricted-api` option. (@lgierth, [ipfs/go-ipfs#3159](https://github.com/ipfs/go-ipfs/pull/3159)) +- Introduce a new timeout tool for tests to avoid licensing issues. (@Kubuxu, [ipfs/go-ipfs#3152](https://github.com/ipfs/go-ipfs/pull/3152)) +- Improve output for migrations of fs-repo. (@lgierth, [ipfs/go-ipfs#3158](https://github.com/ipfs/go-ipfs/pull/3158)) +- Fix info notice of commands taking input from stdin. (@Kubuxu, [ipfs/go-ipfs#3134](https://github.com/ipfs/go-ipfs/pull/3134)) +- Bring back a few tests for stdin handling of `ipfs cat` and `ipfs add`. (@Kubuxu, [ipfs/go-ipfs#3144](https://github.com/ipfs/go-ipfs/pull/3144)) +- Improve sharness tests for `ipfs repo verify` command. (@whyrusleeping, [ipfs/go-ipfs#3148](https://github.com/ipfs/go-ipfs/pull/3148)) +- Improve sharness tests for CORS headers on the gateway. (@Kubuxu, [ipfs/go-ipfs#3142](https://github.com/ipfs/go-ipfs/pull/3142)) +- Improve tests for pinning within `ipfs files`. (@kevina, [ipfs/go-ipfs#3151](https://github.com/ipfs/go-ipfs/pull/3151)) +- Improve tests for the automatic raising of file descriptor limits. (@whyrusleeping, [ipfs/go-ipfs#3149](https://github.com/ipfs/go-ipfs/pull/3149)) + ### 0.4.3-rc3 - 2016-08-09 This release candidate fixes a panic that occurs when input from stdin was From a0e0a65c1764beda642ab646f17b18a5d13e9550 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Fri, 9 Sep 2016 12:15:17 -0700 Subject: [PATCH 3/3] bump version to 0.4.3-rc4 License: MIT Signed-off-by: Jeromy --- CHANGELOG.md | 2 +- package.json | 2 +- repo/config/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eddb8c9465..138f1cde6fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # go-ipfs changelog -### 0.4.3-rc4 - 2016-09-06 +### 0.4.3-rc4 - 2016-09-09 This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing. We plan for this to be the last release candidate before the release of go-ipfs v0.4.3. diff --git a/package.json b/package.json index 013ce59d151..83dd7586098 100644 --- a/package.json +++ b/package.json @@ -201,5 +201,5 @@ "language": "go", "license": "MIT", "name": "go-ipfs", - "version": "0.4.3-rc3" + "version": "0.4.3-rc4" } diff --git a/repo/config/version.go b/repo/config/version.go index 476ec448a00..8c3e6f2362c 100644 --- a/repo/config/version.go +++ b/repo/config/version.go @@ -4,6 +4,6 @@ package config var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.4.3-rc3" +const CurrentVersionNumber = "0.4.3-rc4" const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"