From 4bb4bf0fc85a9d10fb78aba67a5d667bf15757eb599d57188b4616db5a44ba6f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 21 Nov 2016 09:41:33 +0000 Subject: [PATCH] - New features - separated stdout and stderr in SCE results and HTML report - HTML reports contain [ref] links for rules and groups - Maintenance - fixed ARF errors reported by the SCAPval tool - fixed CVE parsing (issue #550) - fixed namespace of ARF vocabulary according to NIST SP800-126 errata - fixed exporting OVAL Windows namespaces - fixed injecting xccdf:check-content-ref references in ARF results - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) - fixed oscap-docker man page (RHBZ #1387166) - fixed memory leaks and resource leaks - small fixes and refactoring, test suite fixes OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=167 --- openscap.changes | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/openscap.changes b/openscap.changes index 8b46375..8bae86c 100644 --- a/openscap.changes +++ b/openscap.changes @@ -2,19 +2,19 @@ Mon Nov 21 09:40:15 UTC 2016 - meissner@suse.com - openscap-1.2.12 / 21-11-2016 - - New features - - separated stdout and stderr in SCE results and HTML report - - HTML reports contain [ref] links for rules and groups - - Maintenance - - fixed ARF errors reported by the SCAPval tool - - fixed CVE parsing (issue #550) - - fixed namespace of ARF vocabulary according to NIST SP800-126 errata - - fixed exporting OVAL Windows namespaces - - fixed injecting xccdf:check-content-ref references in ARF results - - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) - - fixed oscap-docker man page (RHBZ #1387166) - - fixed memory leaks and resource leaks - - small fixes and refactoring, test suite fixes + - New features + - separated stdout and stderr in SCE results and HTML report + - HTML reports contain [ref] links for rules and groups + - Maintenance + - fixed ARF errors reported by the SCAPval tool + - fixed CVE parsing (issue #550) + - fixed namespace of ARF vocabulary according to NIST SP800-126 errata + - fixed exporting OVAL Windows namespaces + - fixed injecting xccdf:check-content-ref references in ARF results + - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248) + - fixed oscap-docker man page (RHBZ #1387166) + - fixed memory leaks and resource leaks + - small fixes and refactoring, test suite fixes ------------------------------------------------------------------- Tue Oct 18 07:09:13 UTC 2016 - meissner@suse.com