From 6cdf3bee50388d8e5f70850322a4df57fd685a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Wed, 7 Apr 2021 17:25:55 +0200 Subject: [PATCH] New release 2.7.1 --- ChangeLog | 8 ++++++++ VERSION.cmake | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a88ddd0a9..4c5b89f3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2.7.1 +- Bugfixes + - msvc build fixes (Alexander Usyskin) + - cleanup passwords after use (Alexander Usyskin) + - drop RANDFILE in owsmangencert.h (kkaempf) + - fix potential NULL pointer dereference (Alexander Usyskin) + - MinGW build enablement (Bastian Germann) + 2.7.0 - API change - client_opt: expiry and hearbeat_interval are float (Alexander Usyskin) diff --git a/VERSION.cmake b/VERSION.cmake index a5ba7a77b..10123095c 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -44,10 +44,10 @@ # set COMPATMINOR to MINOR. (binary incompatible change) # -# Package version 2.7.0 +# Package version 2.7.1 SET(OPENWSMAN_MAJOR "2") SET(OPENWSMAN_MINOR "7") -SET(OPENWSMAN_PATCH "0") +SET(OPENWSMAN_PATCH "1") # Plugin API 2.2 SET(OPENWSMAN_PLUGIN_API_MAJOR "2")