summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG20
1 files changed, 20 insertions, 0 deletions
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.