|
| 1 | +3.26.0: |
| 2 | + - Fixed issue where rhel >8 packages would not have correct openssl |
| 3 | + dependency version (ENT-12587) |
| 4 | + - Added http_port and getattr selinux permissions as needed for selinux |
| 5 | + policy on rhel-8 and rhel-9 (ENT-12954) |
| 6 | + - Fixed `cf-net connect` to return exit code 1 in case of error (CFE-4414) |
| 7 | + - Added feature class for libpam (CFE-3371) |
| 8 | + - Added hardclasses for log levels notice, warning and error (CFE-4126) |
| 9 | + - Added policy variable sys.cpusockets (CFE-30) |
| 10 | + - Added a new policy function to get the list of metatags of a bundle, |
| 11 | + in the same manner as getclassmetatags and getvariablemetatags. |
| 12 | + (CFE-4019) |
| 13 | + - Added a new policy function useringroup that returns whether a user |
| 14 | + is a member of a group. (ENT-12721) |
| 15 | + - Added an optional parameter strict for validjson and validdata policy |
| 16 | + functions. This makes the functions evaluate to false on json |
| 17 | + primitives. (CFE-4163) |
| 18 | + - Added findlocalusers policy function that returns all the local users |
| 19 | + matching certain attributes (CFE-2318) |
| 20 | + - Added is_type policy function to check type of a variable (CFE-3641) |
| 21 | + - Added keydir sys variable (CFE-2822) |
| 22 | + - Added missing "BEGIN meta promises" verbose logging (CFE-2829) |
| 23 | + - Added moduledir sys variable (CFE-1484) |
| 24 | + - Added new hostswithgroup function to get hosts from a group, |
| 25 | + selecting a specific field. This function is enterprise only |
| 26 | + (ENT-11325) |
| 27 | + - Added new policy function isconnectable to check if a port is |
| 28 | + connectable within a time limit in seconds. (ENT-10666) |
| 29 | + - Added option to print rsync performance stats in cf-net |
| 30 | + - Added php-fpm systemd service files to enable http2 in Mission Portal |
| 31 | + (ENT-11440) |
| 32 | + - Changed error message in checkclassexpression when no matches |
| 33 | + (CFE-4075) |
| 34 | + - Fixed build on macOS (CFE-4385) |
| 35 | + - Fixed file closed twice in CopyRegularFileDiskPerms (CFE-4489) |
| 36 | + - Fixed bug in parsing process_select for Windows (ENT-12751) |
| 37 | + - Fixed bug which removed performance benefits of rsync in file |
| 38 | + transfers (basis file was truncated on remote copy) |
| 39 | + - Fixed bug where remotly copying large files consisting of random |
| 40 | + bytes would cause internal server error. (CFE-4507) |
| 41 | + - Fixed incorrect exit code handling in cf-runagent (ENT-12712) |
| 42 | + - Fixed junk printed in case of internal server error (CFE-4507) |
| 43 | + - Introduced a new variable default:sys.cf_edition that keeps track |
| 44 | + whether cfengine is community or enterprise. (ENT-10078) |
| 45 | + - Updated syntax description to include new protocol_version values |
| 46 | + (CFE-4483) |
| 47 | + - Use current process ID to investigate proc filesystem to workaround |
| 48 | + in-container non-root owned symlinks (CFE-3429) |
| 49 | + - Modified getindices() to return positional index from a list |
| 50 | + (CFE-2930) |
| 51 | + |
1 | 52 | 3.25.0:
|
2 | 53 | - Added acknowledged field to lastseen DB (ENT-11838)
|
3 | 54 | - Various SELinux fixes:
|
|
215 | 266 | - Insertion of contents of a file with blank lines into
|
216 | 267 | another file with blank lines no longer results in
|
217 | 268 | mixed content (ENT-8788)
|
218 |
| - - Added suggestion to use a negative lookahead when non-convergent edits |
| 269 | + - Added suggestion to use a negative lookahead when non-convergent edits |
219 | 270 | are attempted
|
220 | 271 | (CFE-192)
|
221 | 272 | - Unresolved function calls that return scalar values
|
|
0 commit comments