- Update to 3.6.4
Features: - Introduced users promises support on HP-UX platform. - Introduced process promises support on HP-UX platform. Bug fixes: - Fixed bug on FreeBSD which sometimes led to the wrong process being killed (Redmine #2330) - Fixed package version comparison sometimes failing with rpm package manager (Redmine #6807) - Fixed a bug in users promises which would sometimes set the wrong password hash if the user would also be unlocked at the same time. - Fixed a bug on AIX which would occationally kill the wrong process. - Improved error message for functions that require an absolute path. (Redmine #6877) - Fixed some spelling errors in examples. - Fixed error in out-of-tree builds when building cf-upgrade. - Fixed a bug which would make cf-agent exit with an error if it was built with a custom log directory, and that directory did not exist. - Fixed ordering of evaluating promises when depends_on is used. (Redmine #6484, Redmine #5462) - Skip non-empty directories silently when recursively deleting. (Redmine #6331) - Fix memory exhaustion with list larger than 4994 items. (Redmine # 6672) - Fix cf-execd segfault on IP address detection (Redmine #6905). - Fix hard class detection of RHEL6 ComputeNode (Redmine #3148). OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=110
This commit is contained in:
parent
2663d257a0
commit
c93c29f1e4
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 28 06:58:12 UTC 2015 - kkaempf@suse.com
|
||||
|
||||
- Update to 3.6.4
|
||||
Features:
|
||||
- Introduced users promises support on HP-UX platform.
|
||||
- Introduced process promises support on HP-UX platform.
|
||||
|
||||
Bug fixes:
|
||||
- Fixed bug on FreeBSD which sometimes led to the wrong process being
|
||||
killed (Redmine #2330)
|
||||
- Fixed package version comparison sometimes failing with rpm package
|
||||
manager (Redmine #6807)
|
||||
- Fixed a bug in users promises which would sometimes set the wrong
|
||||
password hash if the user would also be unlocked at the same time.
|
||||
- Fixed a bug on AIX which would occationally kill the wrong process.
|
||||
- Improved error message for functions that require an absolute path.
|
||||
(Redmine #6877)
|
||||
- Fixed some spelling errors in examples.
|
||||
- Fixed error in out-of-tree builds when building cf-upgrade.
|
||||
- Fixed a bug which would make cf-agent exit with an error if it was
|
||||
built with a custom log directory, and that directory did not exist.
|
||||
- Fixed ordering of evaluating promises when depends_on is used.
|
||||
(Redmine #6484, Redmine #5462)
|
||||
- Skip non-empty directories silently when recursively deleting.
|
||||
(Redmine #6331)
|
||||
- Fix memory exhaustion with list larger than 4994 items.
|
||||
(Redmine # 6672)
|
||||
- Fix cf-execd segfault on IP address detection (Redmine #6905).
|
||||
- Fix hard class detection of RHEL6 ComputeNode (Redmine #3148).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 6 12:28:41 UTC 2014 - kkaempf@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cfengine
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,7 +28,7 @@
|
||||
%define with_libvirt 0
|
||||
|
||||
Name: cfengine
|
||||
Version: 3.6.3
|
||||
Version: 3.6.4
|
||||
Release: 0
|
||||
%define srcname core-%{version}
|
||||
%define libname libpromises
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bad1279bb8858342a6c56208c74a9fc385596ae8788ad086db08299a1a82499
|
||||
size 1496686
|
3
core-3.6.4.tar.gz
Normal file
3
core-3.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aad444a5ff9dbb54b8f554a62d39d272f219fdcdedaa31aacd242d568411a8c4
|
||||
size 1542191
|
Loading…
Reference in New Issue
Block a user