diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e66fcfba..802dc6777e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.4.1 (Unreleased) +## 0.4.1 (October 20, 2014) FEATURES: @@ -23,6 +23,7 @@ BUG FIXES: * Serf snapshot compaction works on Windows [GH-332] * Raft snapshots work on Windows [GH-265] * Consul service entry clean by clients now possible + * Fixing improper deserialization IMPROVEMENTS: @@ -203,11 +204,11 @@ FEATURES: * /v1/health/service/ endpoint can take an optional `?passing` flag to filter to only nodes with passing results. [GH-57] * The KV endpoint suports listing keys with the `?keys` query parameter, - and limited up to a seperator using `?seperator=`. + and limited up to a separator using `?separator=`. IMPROVEMENTS: - * Health check output goes into seperate `Output` field instead + * Health check output goes into separate `Output` field instead of overriding `Notes`. [GH-59] * Adding a minimum check interval to prevent checks with extremely low intervals fork bombing. [GH-64] @@ -226,7 +227,7 @@ BUG FIXES: * DNS parser can handler period in a tag name. [GH-39] * "application/json" content-type is sent on HTTP requests. [GH-45] * Work around for LMDB delete issue. [GH-85] - * Fixed tag gossip propogation for rapid restart. [GH-86] + * Fixed tag gossip propagation for rapid restart. [GH-86] MISC: diff --git a/Makefile b/Makefile index ddf0c548af..4146605dce 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,10 @@ test: deps integ: go list ./... | INTEG_TESTS=yes xargs -n1 go test +cover: deps + ./scripts/verify_no_uuid.sh + go list ./... | xargs -n1 go test --cover + format: deps @echo "--> Running go fmt" @go fmt $(PACKAGES) diff --git a/Vagrantfile b/Vagrantfile index 2cb6c7f0d5..101ce30d8c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,9 +2,9 @@ # vi: set ft=ruby : # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! -VAGRANTFILE_API_VERSION = "2" +VAGRANTFILE_API_VERSION = '2' -$script = < + <%= javascript_include_tag 'application' %> + + + diff --git a/website/source/layouts/_header.erb b/website/source/layouts/_header.erb index 9b346c4d54..c364b42555 100644 --- a/website/source/layouts/_header.erb +++ b/website/source/layouts/_header.erb @@ -1,71 +1,56 @@ + -
- - - + + - +