Go to file
Klaus Kämpf 4956dc31f1 - Update to 3.8.0
New features/additions:
  - New feature: Bodies can now inherit attribute values from
    other bodies by specifying "inherit_from" with the name of the body to
    inherit from, plus any arguments it accepts. For example:
    body classes myclasses
    {
      inherit_from => classes_generic("myname");
    }
    (Redmine #4309)
  - Add url_get() function. (Redmine #6480)
  - Add @if feature() syntax
    @if feature work like @if minimum_version but allows distinguishing
    between features choosen at compile time.
  - Extend module protocol to create persistent classes.
    To use it, have the module print a line with "^persistence=<minutes>"
    before printing any class names. "persistence=0" goes back to non-
    persistent classes. (Redmine #7302)
  - Add: New results classes body (Redmine #7418)
  - Add: Debug reports in cfe_internal_cleanup_agent_reports
  - Add: Path to svcprop in stdlib
  - Add: masterfiles-stage script to contrib
  - Whitespace is now allowed in class expressions for
    readability, between class names and operators. (Redmine #7152)
  - Add: New results classes body [Redmine#7481] (Redmine #7418)
      
  Changes:
  - Change: Clarify bootstrap/failsafe reports
  - Change: Improve in-line docs for internal log maintenance
  - Change: Improve efficiency and debug reports (Redmine #7527)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=134
2015-11-12 09:02:18 +00:00
2012-11-29 08:31:45 +00:00
2012-11-29 08:31:45 +00:00
2012-11-29 08:31:45 +00:00
2012-11-29 08:31:45 +00:00
2012-11-29 08:31:45 +00:00
2012-11-29 08:31:45 +00:00
2015-11-12 09:02:18 +00:00
2013-05-15 11:58:34 +00:00
2015-11-12 09:02:18 +00:00
2015-11-12 09:02:18 +00:00
2014-02-09 12:02:43 +00:00
Description
No description provided
1 MiB
Languages
Shell 100%