From 5ba1f0524c0d04e2070eba30ea87397eb9534f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Wed, 18 Jul 2018 09:01:22 +0200 Subject: [PATCH] openscap-1.3.0_alpha1 --- NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS b/NEWS index 2bd14200a1..3a425e5e93 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +openscap-1.3.0_alpha1 18-07-2018 + - New features + - Microsoft Windows support (issue #195) + - new probes: + - Windows registry probe + - Windows accesstoken probe + - Windows wmi57 probe + - CMake is used as build system (issue #542) + - CTest is used as test suite driver + - Maintenance + - probes are not separate processes, they are threads within oscap + - OpenSCAP can be compiled using Visual Studio 2017 + - Dropped 53 deprecated API symbols (issue #1088) + - Removed GNU Automake + - Removed Python 2 support (issue #1034) + - Ninja build is supported + - Public API symbols are marked by OSCAP_API macro + - Removed variable lenght arrays + - Removed custom memory allocation functions (issue #1077) + - Improved OS X build support + - Fixed crash when deallocating red-black-tree node in Windows + - Several large tests are splitted into smaller test cases + - User manual is splitted in User and Developer manual + - Many documentation updates (issue #1069, #1066) + - Stopped using '\r' characters on stdout (issue #579, #1023) + - Updated release tools to reflect CMake (issue #1036) + - Dropped Cygwin support from User Manual (issue #1011) + - source tarball does not contain build artifacts + - Many small fixes + openscap-1.2.17 29-05-2018 - New features - HTML Guide user experience improvements