- Update to 3.9.1

- Change: Log level for keeping verbatim JSON to DEBUG (CFE-2141)
  - Change (masterfiles): Definition of from_cfexecd for
    cf-execd initiated runs (CFE-2386)
  - Change: Switch processes restart_class logging to verbose
  - Change: Enable agent component management policy on systemd hosts
    (CFE-2429)
  - Change: Remove executable bit from systemd units (CFE-2436)
  - Change: Require network before cfengine services (CFE-2435)
  - Fix 'contain' attribute 'no_output' having no effect when
    the 'commands' promise is using 'module => "true"'. (CFE-2412)
  - Fix: Services starting or stopping unnecessarily (CFE-2421)
  - Fix occasional segfault when running getindices() on a
    variable that has indices of multiple depths (e.g. both "a[x]" and
    "a[x][y]"). (CFE-2397)
  - Fix bug in files promise when multiple owners are promised
    but first one doesn't exist, and improve logging . (CFE-2432)
  - fix: memory leaks

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=144
This commit is contained in:
Klaus Kämpf 2016-08-05 10:33:18 +00:00 committed by Git OBS Bridge
parent e8bdfc2626
commit 3c53689971
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32a38aedf1199c2361e1335e0d4a1d98f9efa7cd591bcb647f35c7395bb66f2d
size 2275307

3
cfengine-3.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19bf900741efe3da4266591985dc1103243cb751888047694fce6f407ef2d225
size 2278474

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Aug 5 10:30:01 UTC 2016 - kkaempf@suse.com
- Update to 3.9.1
- Change: Log level for keeping verbatim JSON to DEBUG (CFE-2141)
- Change (masterfiles): Definition of from_cfexecd for
cf-execd initiated runs (CFE-2386)
- Change: Switch processes restart_class logging to verbose
- Change: Enable agent component management policy on systemd hosts
(CFE-2429)
- Change: Remove executable bit from systemd units (CFE-2436)
- Change: Require network before cfengine services (CFE-2435)
- Fix 'contain' attribute 'no_output' having no effect when
the 'commands' promise is using 'module => "true"'. (CFE-2412)
- Fix: Services starting or stopping unnecessarily (CFE-2421)
- Fix occasional segfault when running getindices() on a
variable that has indices of multiple depths (e.g. both "a[x]" and
"a[x][y]"). (CFE-2397)
- Fix bug in files promise when multiple owners are promised
but first one doesn't exist, and improve logging . (CFE-2432)
- fix: memory leaks
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 15 12:21:10 UTC 2016 - kkaempf@suse.com Wed Jun 15 12:21:10 UTC 2016 - kkaempf@suse.com

View File

@ -16,7 +16,7 @@
# #
%define srcversion 3.9.0 %define srcversion 3.9.1
%define srcname %{name}-%{srcversion} %define srcname %{name}-%{srcversion}
%define libname libpromises %define libname libpromises
%define libsoname %{libname}3 %define libsoname %{libname}3