]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Merge branch '4.5.x' into 4.6.x
authorTravis Fields <travis@puppetlabs.com>
Thu, 15 Jan 2015 04:54:27 +0000 (20:54 -0800)
committerTravis Fields <travis@puppetlabs.com>
Thu, 15 Jan 2015 04:54:27 +0000 (20:54 -0800)
Conflicts:
CHANGELOG.md

1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index e49489b2d4c07dc26fcfb34e930c9713d5759273,84c8b24fc312d0ddd833a2aa035c08af7e53a9cb..1385695070197315440b926822ee6fab1b9c933b
@@@ -1,18 -1,10 +1,25 @@@
 +##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