From da17f8210a13bb4e3ef51def84007c34d044fe76 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Fri, 27 Apr 2018 12:38:14 +0200 Subject: [PATCH] - updated version to 1.2.1 --- CHANGELOG | 8 +++++++- CMakeLists.txt | 2 +- src/common/inc/libiec61850_platform_includes.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dc24b4be..d3390515 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Changes to version 1.2.1 +------------------------ + +- IEC 61850 server: fixed bug in report module when RCB was enabled multiple times (was new in 1.2.0) +- .NET API: Added destructor and Dispose method to ReportControlBlock (fixed memory leak) +- .NET API: Changed ReportControlBlock access to IedConnection to improve stability when connection closes unexpectedly + Changes to version 1.2.0 ------------------------ @@ -13,7 +20,6 @@ Changes to version 1.2.0 - SV subscriber: replaced code that caused unaligned memory access - IEC 61850 server: added memory alignement for buffered reporting - Changes to version 1.1.2 ------------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index 690ac7bf..221297a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_TESTING() set(LIB_VERSION_MAJOR "1") set(LIB_VERSION_MINOR "2") -set(LIB_VERSION_PATCH "0") +set(LIB_VERSION_PATCH "1") 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 d8e8611d..5ca0f523 100644 --- a/src/common/inc/libiec61850_platform_includes.h +++ b/src/common/inc/libiec61850_platform_includes.h @@ -15,7 +15,7 @@ #include "platform_endian.h" -#define LIBIEC61850_VERSION "1.2.0" +#define LIBIEC61850_VERSION "1.2.1" #ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME #define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com"