diff options
author | Morgan Haskel <morgan@puppetlabs.com> | 2015-01-15 08:44:20 -0800 |
---|---|---|
committer | Morgan Haskel <morgan@puppetlabs.com> | 2015-01-15 08:44:20 -0800 |
commit | 71a7a47d3cf9b7fa73879828eb799b22354dc797 (patch) | |
tree | 2152f45561f78b494cf12c2cf25b3b28cdd6e52a | |
parent | 462bea8d802a8130113ef7b3a0047e89d8e6581f (diff) | |
parent | 0df670f3cde95e2bc9500a981d96271ea9d71e44 (diff) | |
download | puppet-stdlib-71a7a47d3cf9b7fa73879828eb799b22354dc797.tar.gz puppet-stdlib-71a7a47d3cf9b7fa73879828eb799b22354dc797.tar.bz2 |
Merge pull request #402 from cyberious/4.6.x
Merge 4.5.x into 4.6.x
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e49489b..1385695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ Improved functionality and preparing for Puppet Next with new parser - 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 |