summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTP Honey <tphoney@users.noreply.github.com>2015-12-08 15:47:14 +0000
committerTP Honey <tphoney@users.noreply.github.com>2015-12-08 15:47:14 +0000
commit7a745deec698b16a0702d00798dc30dd6c685312 (patch)
tree10e24040bc7a2ac56ddd40cec7a39a202b7254d0
parent88a9a314c3e9cccbea5add95081655f2c14ec4c1 (diff)
parentf684fb817c1ebef4ed53f36de6b692cbf5a597e3 (diff)
downloadpuppet-stdlib-7a745deec698b16a0702d00798dc30dd6c685312.tar.gz
puppet-stdlib-7a745deec698b16a0702d00798dc30dd6c685312.tar.bz2
Merge pull request #555 from puppetlabs/4.9.x
4.9.x Mergeback
-rw-r--r--CHANGELOG.md20
-rw-r--r--metadata.json4
2 files changed, 18 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d29963c..83f57f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,28 @@
-##2015-08-13 - Supported Release 4.8.1
+## Supported Release 4.9.1
###Summary
-Adds some new functions.
+Small release for support of newer PE versions. This increments the version of PE in the metadata.json file.
+
+##2015-09-08 - Supported Release 4.9.0
+###Summary
+
+This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements.
####Features
-- Add new functions: `dos2unix` and `unix2dos`
+- (MODULES-2370) allow `match` parameter to influence `ensure => absent` behavior
+- (MODULES-2410) Add new functions dos2unix and unix2dos
+- (MODULE-2456) Modify union to accept more than two arrays
+- Adds a convert_base function, which can convert numbers between bases
+- Add a new function "try_get_value"
####Bugfixes
- n/a
####Improvements
-- n/a
+- (MODULES-2478) Support root_home fact on AIX through "lsuser" command
+- Acceptance test improvements
+- Unit test improvements
+- Readme improvements
## 2015-08-10 - Supported Release 4.8.0
### Summary
diff --git a/metadata.json b/metadata.json
index dab84e5..3f31d09 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.8.0",
+ "version": "4.9.1",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",
@@ -100,7 +100,7 @@
"requirements": [
{
"name": "pe",
- "version_requirement": "3.x"
+ "version_requirement": ">= 3.0.0 < 2015.4.0"
},
{
"name": "puppet",