From 90c889c52a6d8c3d16f092487de5384c8ef910ea Mon Sep 17 00:00:00 2001 From: "daniel.werdermann" Date: Wed, 22 Apr 2015 11:38:01 +0200 Subject: [PATCH] prepare release 1.4.0 --- CHANGELOG.md | 17 ++++++++++++++--- metadata.json | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46282cf..1005ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,24 @@ +## 2015-04-22 - 1.4.0 (Feature/Bugfixe release) + +#### Features: + +- Issue #17 Add support for Amazon linux + +#### Bugfixes: + +- Fixed #16 revert default permissions from 0777 to 0755 +- Fixed #18 problems with a host being client & server + ## 2015-03-20 - 1.3.1 (Feature/Bugfixe release) #### Features: -- #11 Add function to easy handle large numer of clients (see README "A large number of clients") +- Issue #11 Add function to easy handle large numer of clients (see README "A large number of clients") #### Bugfixes: -- #13 RHEL 7: handle service enable correct -- #12 RHEL 7: ensure client mount works correct with undef mounts +- Fixed #13 RHEL 7: handle service enable correct +- Fixed #12 RHEL 7: ensure client mount works correct with undef mounts ## 2015-03-05 - 1.3.0 (Feature release) diff --git a/metadata.json b/metadata.json index 40f165e..d65ae0a 100644 --- a/metadata.json +++ b/metadata.json @@ -23,7 +23,7 @@ }, { "name": "puppet", - "version_requirement": ">=2.7.20 <4.0.0" + "version_requirement": ">=2.7.20 <5.0.0" } ], "name": "echocat-nfs",