From 183c640e4aecec2de7378b2767e363d1f5995480 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Thu, 15 May 2014 16:56:36 -0700 Subject: [PATCH 1/2] bump version to v1.1.0 --- CHANGELOG.md | 9 +++++++++ Modulefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a903562..ff9e5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ #### [Current] + * [5fc917e](../../commit/5fc917e) - __(Joshua Hoblitt)__ Merge pull request [#4](../../issues/4) from nosolutions/rhel5 + * [5340961](../../commit/5340961) - __(Joshua Hoblitt)__ update travis matrix + * [308052a](../../commit/308052a) - __(Joshua Hoblitt)__ update .gitignore + * [df9fe39](../../commit/df9fe39) - __(Joshua Hoblitt)__ update LICNESE copyright notice + * [904a9ce](../../commit/904a9ce) - __(Klaus Wagner)__ Extend module to support RHEL5 as well because the udev utilies have different names. Also implement a protection method udev.conf in case override is not expected. (New param config_file_replace) + * [2111a85](../../commit/2111a85) - __(Klaus Wagner)__ Change stdlib uri to http for easier calling behind proxy + +#### v1.0.3 + * [64ba826](../../commit/64ba826) - __(Joshua Hoblitt)__ bump version to v1.0.3 * [00253ed](../../commit/00253ed) - __(Joshua Hoblitt)__ Merge pull request [#3](../../issues/3) from Mayflower/support_ubuntu add osfamily debian to params diff --git a/Modulefile b/Modulefile index 6bdb979..7af99cf 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'jhoblitt-udev' -version '1.0.3' +version '1.1.0' author 'Joshua Hoblitt ' license 'Apache' From 292831d319e53fb85c8756d660e37c1b66c0cf71 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Thu, 15 May 2014 16:57:53 -0700 Subject: [PATCH 2/2] add el5.x to supported platforms list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3c134f..deb9552 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ file (one without any fragments). ### Tested Platforms * el6.x +* el5.x * Debian/Ubuntu