Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Anderson <[email protected]>
Co-authored-by: Lars Erik Wik <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent 9316926 commit cd1ae9c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
3.21.6:
- Added logging CFEngine component related SELinux denials in cf-support
(ENT-12137)
- Also ignore IPv6 interface info
Agent now also ignores interfaces listed in ignore_interfaces.rx when
- Agent now also ignores interfaces listed in ignore_interfaces.rx when
looking for IPv6 interface info. Variables such as
'default:sys.hardware_mac[<INTERFACE>]' will no longer be defined for
ignored interfaces.
Ticket: (ENT-11840)
ignored interfaces. (ENT-11840)
- Atomic copy_from in files promise
Changes to 'files' promise in 'copy_from' attribute:
- The new file (i.e., '<FILENAME>.cfnew') is now created with correct
permission during remote copy. Previously it would be created with
default permissions.
- The destination file (i.e., '<FILENAME>') is no longer deleted on
backup during file copy. Previously it would be renamed to
backup during file copy. Previously it would be renamed to
'<FILENAME>.cfsaved', causing the original file to dissappear. Now an
actual copy of the original file with the same permissions is created
instead.
As a result, there will no longer be a brief moment where the original
file is inaccessible.
Ticket: (ENT-11988)
file is inaccessible. (ENT-11988)
- Fixed bug in double expansion of foreign list variables with namespaces
(ENT-11923)
- Fixed package promises with only promisers and no other attributes
Expand All @@ -29,9 +26,8 @@
- Trailing newline on insert_tree promisers no longer removes ending tag for select_xpath
(CFE-3806)
- commands promises with exit codes not matching any
_returncodes attributes from classes body now log and
error message not just an info message
(CFE-4429, ENT-12103)
_returncodes attributes from classes body now log an
error message not just an info message (CFE-4429, ENT-12103)

3.21.5:
- Added warning log message when OS is not recognized (CFE-4342)
Expand Down

0 comments on commit cd1ae9c

Please sign in to comment.