mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 14:34:24 +08:00
0.3.3 version
This patch update fixes various issues, in particular: - windows support (0.3.0 had broken it) - commandline parses spaces correctly. * much improved commandline parsing by @AtnNn * improved dockerfile by @luzifer * add cmd cleanup by @wking * fix flatfs windows support by @tv42 and @gatesvp * test case improvements by @chriscool * ipns resolution timeout bug fix by @whyrusleeping * new cluster tests with iptb by @whyrusleeping * fix log callstack printing bug by @whyrusleeping * document bash completiong by @dylanPowers
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,5 +1,21 @@
|
||||
# go-ipfs changelog
|
||||
|
||||
### 0.3.3 - 2015-04-28
|
||||
|
||||
This patch update fixes various issues, in particular:
|
||||
- windows support (0.3.0 had broken it)
|
||||
- commandline parses spaces correctly.
|
||||
|
||||
* much improved commandline parsing by @AtnNn
|
||||
* improved dockerfile by @luzifer
|
||||
* add cmd cleanup by @wking
|
||||
* fix flatfs windows support by @tv42 and @gatesvp
|
||||
* test case improvements by @chriscool
|
||||
* ipns resolution timeout bug fix by @whyrusleeping
|
||||
* new cluster tests with iptb by @whyrusleeping
|
||||
* fix log callstack printing bug by @whyrusleeping
|
||||
* document bash completiong by @dylanPowers
|
||||
|
||||
### 0.3.2 - 2015-04-22
|
||||
|
||||
This patch update implements multicast dns as well as fxing a few test issues.
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// CurrentVersionNumber is the current application's version literal
|
||||
const CurrentVersionNumber = "0.3.2"
|
||||
const CurrentVersionNumber = "0.3.3"
|
||||
|
||||
// Version regulates checking if the most recent version is run
|
||||
type Version struct {
|
||||
|
Reference in New Issue
Block a user