Release Prep 4.9.0

This commit is contained in:
Jonathan Tripathy 2015-09-03 15:17:32 +01:00
parent 6a1afae97e
commit 05c6587d85
2 changed files with 12 additions and 5 deletions

View file

@ -1,16 +1,23 @@
##2015-08-13 - Supported Release 4.8.1 ##2015-09-08 - Supported Release 4.9.0
###Summary ###Summary
Adds some new functions. This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements.
####Features ####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 ####Bugfixes
- n/a - n/a
####Improvements ####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 ## 2015-08-10 - Supported Release 4.8.0
### Summary ### Summary

View file

@ -1,6 +1,6 @@
{ {
"name": "puppetlabs-stdlib", "name": "puppetlabs-stdlib",
"version": "4.8.0", "version": "4.9.0",
"author": "puppetlabs", "author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.", "summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0", "license": "Apache-2.0",