From 8651a1f812bd84784ec9595a9de290b17d0e9062 Mon Sep 17 00:00:00 2001 From: Evgeny Kolesnikov Date: Thu, 1 Oct 2020 20:19:20 +0200 Subject: [PATCH] openscap-1.3.4 --- AUTHORS | 5 +++++ CMakeLists.txt | 4 ++-- NEWS | 22 ++++++++++++++++++++++ release_tools/versions.sh | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3169a4bbe1..2208305c52 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Brent Baude Brian Kolbay Bruno Ducrot Bryan Schneiders +Carlos Matos Charles Bushong Chris Lundquist Dan Kopeček @@ -65,6 +66,7 @@ Panu Matilainen Peter Vrabec Petr Lautrbach Pierre Chifflier +pinkgothic Prasanth R Quey-Liang Kao Radzy Radzykewycz @@ -74,10 +76,13 @@ Richard W.M. Jones Riley C. Porter Robert Frohl Ryan E Haggerty +Sam S Wang Shawn Wells Šimon Lukašík Spencer Shimko Steve Grubb +Timothy Brackett +Tom Seewald Tomas Heinrich T.O. Radzy Radzykewycz Trey Henefield diff --git a/CMakeLists.txt b/CMakeLists.txt index 05a0d68710..e5b1f81006 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details ## increment if the interface has additions, changes, removals. -set(LT_CURRENT 27) +set(LT_CURRENT 28) ## increment any time the source changes; set 0 to if you increment CURRENT set(LT_REVISION 0) @@ -31,7 +31,7 @@ set(LT_REVISION 0) ## increment if any interfaces have been added; set to 0 ## if any interfaces have been changed or removed. removal has ## precedence over adding, so set to 0 if both happened. -set(LT_AGE 2) +set(LT_AGE 3) math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}") diff --git a/NEWS b/NEWS index e2a9897b2a..f46b99a007 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +openscap-1.3.4 01-10-2020 + - New features + - Add support for FreeBSD + - Make a use of HTTP header content-encoding: gzip if available + - Improved yamlfilecontent: updated yaml-filter, extend the schema and probe to be able to work with a set of values in maps + - Maintenance, bug fixes + - Fixed a lot of warnings (GCC and Clang) + - Cmake now can find mingw32-winpthreads + - A lot of memory managements fixes + - A lot of memory leaks have been plugged + - Refactored rpmverifyfile probe and fixed memory leaks + - Fixed SEGFAULT caused by recursive and circular dependencies between OVAL definitions + - Fixed DOM representation of the profile platform + - Test suit: better portability, more granularity in results, inclusion of memory-related tests + - Compatibility with uClibc + - Local and remote file system detection method was improved + - Fixed dpkginfo probe to use pkgCacheFile instead of manually opening the cache + - Make the report a valid HTML5 document + - oscap-podman: force unmount and removal of temporary container + - Fixed unwanted recursion in file probe + - oscap-docker: fixed for the case when Atomic is not present + openscap-1.3.3 29-04-2020 - New features - Added a Python script that can be used for CLI tailoring (autotailor) diff --git a/release_tools/versions.sh b/release_tools/versions.sh index 85b6041027..c8f000332c 100644 --- a/release_tools/versions.sh +++ b/release_tools/versions.sh @@ -1,6 +1,6 @@ version=1.3.4 previous_version=1.3.3 -latest_fedora=32 +latest_fedora=33 latest_rhel=8 version_major_minor="${version%.*}"