From a01b5d6927c7bccf41d9c623fee0c5f7105db835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Tue, 13 Aug 2024 15:54:41 +0200 Subject: [PATCH] openscap-1.4.0 --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS b/NEWS index 84683d61b4..88fa81bd5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +openscap-1.4.0 2024-08-13 +- New features + - Introduce ability to generate Kickstarts for unattended OS installation using the `oscap xccdf generate fix --fix-type kickstart` command + - Add ability to process multi-profile JSON tailorings by the `autotailor` tool +- Removed features + - Removed `cve`, `cvss`, `cvrf` modules + - Removed `ds` submodules `sds-compose`, `sds-add`, `sds-split`, `rds-create`, `rds-split` + - Removed `--template`, `--oval-template` and `--sce-template` options from the `xccdf generate` submodule + - Remove the `--skip-valid` option (replaced by `--skip-validation`) +- Maintenance, bug fix + - Advertise path to SSG in remediation scripts + - Remove the option to build with PCRE + - Process CPE AL platforms if CPE dictionary isn't part of data stream + - Disable GConf probe by default (and remove dependencies from docs) + - Disable MD5 and SHA-1 by default + - Remove CPE dictionary + - Fix compiler warnings + - Update User Manual + openscap-1.3.10 18-03-2024 - New features - Dump all env. variables that affects the behaviour on INFO log level