diff --git a/cfengine.changes b/cfengine.changes index 28319c0..23bb6cf 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -4,6 +4,31 @@ Fri Dec 14 08:06:06 UTC 2012 - kkaempf@suse.com - update to 3.4.1 final remove cfengine-3.4.0.patch, was accepted upstream + 3.4.1 (Bugfix and Stability release) + + New feature/behavior: + - cf-execd terminates agent processes that are not responsive + for a configurable amount of time (see agent_expireafter in + body executor control), defaulting to 1 week + + Bugfixes: + - fix regression of classmatch() failing with hard classes + (Redmine #1834) + - create promise-defined and persistent classes in correct + namespace (Redmine #1836) + - several fixes to namespace support + - fix several crash bugs caused by buffer overflow and race + conditions in cf-serverd + - regenerate time classes in cf-execd for each run + (Redmine #1838) + - edit_xml: fix select_xpath implementation and update + documentation + NOTE: code that uses select_xpath_region needs to be changed + to select_xpath + - edit_xml: make sure that text-modification functions don't + overwrite child nodes + - edit_xml: improve error logging + ------------------------------------------------------------------- Thu Nov 29 07:48:20 UTC 2012 - kkaempf@suse.com