Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added changelog for 3.21.3 #5314

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
3.21.3:
larsewi marked this conversation as resolved.
Show resolved Hide resolved
- Cached policy function results now take into account number of arguments
and function name (CFE-4244)
- Improved the syntax description for validjson() (ENT-9759)
- Modified classesmatching() function to search parent bundles with inherit
=> true (ENT-5850)
- packagesmatching() and packageupdatesmatching() now look for the software
inventory databases in the state directory and use them if found. This
change enables the usage of these functions in standalone policy files
without the demand for specifying the default package inventory attribute
in body common control. However, you still need the default package
inventory attribute specified in the policy framework for the software
inventory databases to exist in the first place and to be maintained.
(ENT-9083)

3.21.2:
- The CF3_WITH_LIBRARY and AC_CHECK_HEADERS were moved to outside of the check for with-libxml2=no (CFE-4023)
- configure.ac: Enabled use of pkg-config to find libxml2 (CFE-4014)
Expand Down