File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
24
##2014 -12-15 - Supported Release 4.5.0
2
25
###Summary
3
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-stdlib" ,
3
- "version" : " 4.5.0 " ,
3
+ "version" : " 4.5.1 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Standard library of resources for Puppet modules." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments