From dec40539df8dcdc49d3277b6b0d4669cb3e25edd Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 28 Jun 2006 16:31:53 +0000 Subject: updating CHANGELOG for 0.18.1 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1327 980ebf18-57e1-0310-9a29-db15c13687c0 --- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a4f187602..88beb6b9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +0.18.1 + Added signal handlers for HUP, so both client and server deal correctly with it. + + Added signal handler for USR1, which triggers a run on the client. + + As usual, fixed many bugs. + + Significant fixes to puppetrun -- it should behave much more correctly now. + + Added "fail" function which throws a syntax error if it's encountered. + + Added plugin downloading from the central server to the client. It must be + enabled with --pluginsync. + + Added support for FreeBSD's special "@daily" cron schedules. + + Correctly handling spaces in file sources. + + Moved documentation into svn tree. + 0.18.0 Added support for a "default" node. -- cgit