summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-02-17 12:26:58 -0600
committerJames Turnbull <james@lovedthanlost.net>2009-02-18 08:18:57 +1100
commitd758f45a14057f0b9517a1905d575d6b28b90bc2 (patch)
treefb92dddbd77f81d612f88ab9eb4afc1d47c6c846 /CHANGELOG
parentc0f494334b374d6f0b0eb3d5741aaff70052d564 (diff)
downloadpuppet-d758f45a14057f0b9517a1905d575d6b28b90bc2.tar.gz
puppet-d758f45a14057f0b9517a1905d575d6b28b90bc2.tar.xz
puppet-d758f45a14057f0b9517a1905d575d6b28b90bc2.zip
Fixing #1871 once and for all - contents are never printed
They were still being printed in noop mode. The fix was to use is_to_s and should_to_s methods, rather than 'change_to_s'. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 187e36c67..74219a084 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.8
+ Fixed #1871 - Sensitive information leaked in log reports
+
Fixed #1956 - Cleaned up variable names to be more sane, clarified error messages
and fixed incorrect use of 'value' variable rather than 'member'.