summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Fields <travis@puppetlabs.com>2015-01-14 12:46:10 -0800
committerTravis Fields <travis@puppetlabs.com>2015-01-14 12:46:10 -0800
commit9e380b9685edb4eb0209b815a65c696be38fb4d5 (patch)
tree628adc59867c25bd128da0af3f171d622839ecb0
parente32afd7c7c3139e0435756ee56048081bb1d1340 (diff)
Prepare for 4.5.1 release
-rw-r--r--CHANGELOG.md8
-rw-r--r--metadata.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c66734e..84c8b24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+##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
diff --git a/metadata.json b/metadata.json
index 09ad4e8..27def9c 100644
--- a/metadata.json
+++ b/metadata.json
@@ -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",