From 5c4092ab3d499a9410da1849bb1a9a619d5fd92608538a4a5922a9cc5dd5b310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 14 Dec 2012 08:36:22 +0000 Subject: [PATCH] 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 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=33 --- cfengine.changes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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