Skip to content

Commit 5863ab3

Browse files
committed
Merge pull request #403 from cyberious/master
Merge 4.6.x back to master
2 parents 39fa2d1 + 75d16ae commit 5863ab3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
##2015-01-14 - Supported Release 4.6.0
2+
###Summary
3+
4+
Improved functionality and preparing for Puppet Next with new parser
5+
6+
####Features
7+
- MODULES-444: concat can now take more than two arrays
8+
- basename function added to have Ruby File.basename functionality
9+
- delete function can now take an array of items to remove
10+
- MODULES-1473: deprecate type function in favor of type_of
11+
12+
####Bugfixes
13+
- Several test case fixes
14+
- Ensure_resource is more verbose on debug mode
15+
16+
##2015-01-14 - Supported Release 4.5.1
17+
###Summary
18+
19+
This release changes the temporary facter_dot_d cache locations outside of the /tmp directory due to a possible security vunerability. CVE-2015-1029
20+
21+
####Bugfixes
22+
- Facter_dot_d cache will now be stored in puppet libdir instead of tmp
23+
124
##2014-12-15 - Supported Release 4.5.0
225
###Summary
326

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.5.0",
3+
"version": "4.5.1",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)