summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-19 13:56:26 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-19 13:56:26 +0000
commit92bad78a6aebb9abeac8e734b5ce56b88e21cdda (patch)
treec0fce3258b9a9268fc8f5a1f6221b5af972ee830
parent547fb64aec7def14987abfb3a01970a2b4471847 (diff)
downloadpuppet-92bad78a6aebb9abeac8e734b5ce56b88e21cdda.tar.gz
puppet-92bad78a6aebb9abeac8e734b5ce56b88e21cdda.tar.xz
puppet-92bad78a6aebb9abeac8e734b5ce56b88e21cdda.zip
Fixing the spelling of David Schmitt's name and giving credit to Chris McEniry in the changelog.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2315 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--CHANGELOG5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 880337ea6..3f3d87fa4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -74,14 +74,15 @@
Supporting hosts with no domain name, thanks to a patch from
Dennis Jacobfeuerborn.
- Added an 'ignorecache' option to tell puppetd to force a recompile.
+ Added an 'ignorecache' option to tell puppetd to force a recompile, thanks to
+ a patch by Chris McEniry.
Made up2date the default for RHEL < 4 and yum the default for the rest.
The yum provider now supports versions.
Case statements correctly match when multiple values are provided,
- thanks to a patch by David Schmidt.
+ thanks to a patch by David Schmitt.
Functions can now be called with no arguments.