diff options
author | Michael V. O'Brien <michael@reductivelabs.com> | 2007-10-03 17:23:59 -0500 |
---|---|---|
committer | Michael V. O'Brien <michael@reductivelabs.com> | 2007-10-03 17:23:59 -0500 |
commit | 1be1db91c2ff3103c900da9ba3a3ba533d2587e7 (patch) | |
tree | e6bbdab7240b3452cee7a0ef7db13fdf1a36f13c | |
parent | 35033ba63222e8d731823b4f4f722fa731ef70a5 (diff) | |
download | puppet-1be1db91c2ff3103c900da9ba3a3ba533d2587e7.tar.gz puppet-1be1db91c2ff3103c900da9ba3a3ba533d2587e7.tar.xz puppet-1be1db91c2ff3103c900da9ba3a3ba533d2587e7.zip |
Updated CHANGELOG.
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ 0.23.2 (misspiggy) + Fixed #832. Added the '--no-daemonize' option to puppetd and + puppetmasterd. NOTE: The default behavior of 'verbose' and + 'debug' no longer cause puppetd and puppetmasterd to not + daemonize. + + Added k5login type. (#759) + Fixed CA race condition. (#693) Added shortname support to config.rb and refactored addargs |