From 4dede9b8a118de671d2e3a52d6d56540660d8982 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Fri, 6 Mar 2020 07:34:38 +0100 Subject: [PATCH] - updated version number to 1.4.2 --- CHANGELOG | 10 ++++++++++ CMakeLists.txt | 2 +- src/common/inc/libiec61850_platform_includes.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ecd71382..86780066 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +Changes to version 1.4.2 +------------------------- +- IEC 61850 server: fixed control handling to comply with test case sCtl25 +- IEC 61850 server: fixed control handling to comply with test case sCtl11 +- IEC 61850 server: pass origin, ctlNum, ctlVal to select handler (perform check handler) for SBOw +- removed internal header files from install target (#214) +- .NET API: additional function mappings +- TLS: fixed memory leak when TLS authentication fails +- fixed bug in windows socket layer + Changes to version 1.4.1 ------------------------ - MMS server: refactored connection handling; more efficient use of HandleSet diff --git a/CMakeLists.txt b/CMakeLists.txt index a3499167..18dbf549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_TESTING() set(LIB_VERSION_MAJOR "1") set(LIB_VERSION_MINOR "4") -set(LIB_VERSION_PATCH "1") +set(LIB_VERSION_PATCH "2") set(LIB_VERSION "${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH}") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/third_party/cmake/modules/") diff --git a/src/common/inc/libiec61850_platform_includes.h b/src/common/inc/libiec61850_platform_includes.h index db2bcee3..e876afbb 100644 --- a/src/common/inc/libiec61850_platform_includes.h +++ b/src/common/inc/libiec61850_platform_includes.h @@ -17,7 +17,7 @@ #include "platform_endian.h" -#define LIBIEC61850_VERSION "1.4.1" +#define LIBIEC61850_VERSION "1.4.2" #ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME #define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com"