Skip to content

Commit 05c6587

Browse files
committed
Release Prep 4.9.0
1 parent 6a1afae commit 05c6587

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1-
##2015-08-13 - Supported Release 4.8.1
1+
##2015-09-08 - Supported Release 4.9.0
22
###Summary
33

4-
Adds some new functions.
4+
This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements.
55

66
####Features
7-
- Add new functions: `dos2unix` and `unix2dos`
7+
- (MODULES-2370) allow `match` parameter to influence `ensure => absent` behavior
8+
- (MODULES-2410) Add new functions dos2unix and unix2dos
9+
- (MODULE-2456) Modify union to accept more than two arrays
10+
- Adds a convert_base function, which can convert numbers between bases
11+
- Add a new function "try_get_value"
812

913
####Bugfixes
1014
- n/a
1115

1216
####Improvements
13-
- n/a
17+
- (MODULES-2478) Support root_home fact on AIX through "lsuser" command
18+
- Acceptance test improvements
19+
- Unit test improvements
20+
- Readme improvements
1421

1522
## 2015-08-10 - Supported Release 4.8.0
1623
### Summary

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)