Skip to content

Commit

Permalink
Merge branch '4.6.x' back to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Fields committed Jan 15, 2015
2 parents 39fa2d1 + 71a7a47 commit 75d16ae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
##2015-01-14 - Supported Release 4.6.0
###Summary

Improved functionality and preparing for Puppet Next with new parser

####Features
- MODULES-444: concat can now take more than two arrays
- basename function added to have Ruby File.basename functionality
- delete function can now take an array of items to remove
- MODULES-1473: deprecate type function in favor of type_of

####Bugfixes
- Several test case fixes
- Ensure_resource is more verbose on debug mode

##2015-01-14 - Supported Release 4.5.1
###Summary

This release changes the temporary facter_dot_d cache locations outside of the /tmp directory due to a possible security vunerability. CVE-2015-1029

####Bugfixes
- Facter_dot_d cache will now be stored in puppet libdir instead of tmp

##2014-12-15 - Supported Release 4.5.0
###Summary

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
"version": "4.5.0",
"version": "4.5.1",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 75d16ae

Please sign in to comment.