summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-08 00:50:36 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-08 00:50:36 +0000
commit69338dab705de27cf8ccb9ae87d88e018234469a (patch)
tree69aeeb8a6a658ffc159262f3a968e09eb89e3d9c
parent205bbb90af1a9026a886cda46ad16235ce56332a (diff)
downloadpuppet-69338dab705de27cf8ccb9ae87d88e018234469a.tar.gz
puppet-69338dab705de27cf8ccb9ae87d88e018234469a.tar.xz
puppet-69338dab705de27cf8ccb9ae87d88e018234469a.zip
Adding some changelog info for the next release, which is still a ways away, probably.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2264 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--CHANGELOG37
1 files changed, 37 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4caeb245f..81fe9f86c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,40 @@
+0.22.2 (grover)
+ Added (probably experimental) mongrel support. At this point you're
+ still responsible for starting each individual process, and you have to
+ set up a proxy in front of it.
+
+ Redesigned the 'network' tree to support multiple web servers, including
+ refactoring most of the structural code so it's much clearer and more
+ reusable now.
+
+ Set up the CA client to default to ca_server and ca_port, so you can
+ easily run a separate CA.
+
+ Supporting hosts with no domain name, thanks to a patch from
+ Dennis Jacobfeuerborn.
+
+ Added an 'ignorecache' option to tell puppetd to force a recompile.
+
+ 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.
+
+ Functions can now be called with no arguments.
+
+ String escapes parse correctly in all cases now, thanks to a patch by
+ cstorey.
+
+ Subclasses again search parent classes for defaults.
+
+ You can now purge apt and dpkg packages.
+
+ When doing file recursion, 'ensure' only affects the top-level directory.
+
+ States have been renamed to Properties.
+
0.22.1 (kermit) -- Mostly a bugfix release
Compile times now persist between restarts of puppetd.