summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-01-14 15:33:48 -0600
committerJames Turnbull <james@lovedthanlost.net>2009-02-11 08:41:16 +1100
commit671d73c1f7799e685ab484c91b7f92d16e21e256 (patch)
tree852cde95ff51d0eec8a3d96ccdaed7fd1afc8a9a /CHANGELOG
parent063871fab0b96111d16b6df19511e1034cc02a42 (diff)
downloadpuppet-671d73c1f7799e685ab484c91b7f92d16e21e256.tar.gz
puppet-671d73c1f7799e685ab484c91b7f92d16e21e256.tar.xz
puppet-671d73c1f7799e685ab484c91b7f92d16e21e256.zip
Prefetching, and thus purging, Nagios resources now works
*only* if you use the default configuration file locations. In the end, this was a relatively minor change; most of the actual diff centers around making the code more readable so I could think my way into the fix, and adding tests for cases that were either untested or refactored slightly. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b12b94d32..1c796a797 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
0.24.8
+ Fixed #1541 - nagios objects write files to clientbucket on every change
+
+ Fixed #1542 - cannot purge nagios objects
+
Fixing #1912 - gid still works with no 'should' value fixing ralsh issues
Fixing the Rakefile to use 'git format-patch'