Skip to content

Commit

Permalink
- Updated CHANGELOG; Updated version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Dec 14, 2017
1 parent d3eee25 commit a978286
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Changes to version 1.1.1
------------------------

- IEC 61850 client: fixed bug in APC control handling
- IEC 61850 client: ClientReportControlBlock now accepts "$" and "." as seperator for RCB object reference
- MMS client: fixed bug in MmsConnection_connect (COTP payload buffer was not reset in case of an error during connect -> connection failed in case of reuse of MmsConnection object
- MMS client: delete named variable list service supports VMD specific lists
- SV subscriber/publisher: additional features and bug fixes
- SV: fixed data type for smpRate
- SV: fixed encoding of optional smpMod attribute
- SV receiver: Added semaphore to make subscriber list thread-safe
- .NET API: ControlObject implements IDisposable interface
- IED server: added new function IedServer_udpateDbposValue
- fixed problem with cmake include folders
- MMS client: file services -fixed encoding problem with long file names
- MMS server: ACSE authenticator passes application reference (ap-title and ae-qualifier)
- example directory cleanup
- MMS: fixed potential memory leak in asn1 code that can be caused by malformed MMS messages
- MMS client: MmsConnection_getVariableAccessAttributes support for VMD specific variables
- Java SCL parser: added support for "Val" elements for Octet64 types


Changes to version 1.1.0
------------------------

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENABLE_TESTING()

set(LIB_VERSION_MAJOR "1")
set(LIB_VERSION_MINOR "1")
set(LIB_VERSION_PATCH "0")
set(LIB_VERSION_PATCH "1")

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/third_party/cmake/modules/")

Expand Down
2 changes: 1 addition & 1 deletion config/stack_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*
* WARNING: If set to 1 normal single- and multi-threaded server are no longer working!
*/
#define CONFIG_MMS_THREADLESS_STACK 0
#define CONFIG_MMS_THREADLESS_STACK 1

/* number of concurrent MMS client connections the server accepts, -1 for no limit */
#define CONFIG_MAXIMUM_TCP_CLIENT_CONNECTIONS 5
Expand Down
2 changes: 1 addition & 1 deletion src/common/inc/libiec61850_platform_includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "platform_endian.h"

#define LIBIEC61850_VERSION "1.1.0"
#define LIBIEC61850_VERSION "1.1.1"

#ifndef CONFIG_DEFAULT_MMS_VENDOR_NAME
#define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com"
Expand Down
2 changes: 1 addition & 1 deletion src/doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DOXYFILE_ENCODING = UTF-8

PROJECT_NAME = "libIEC61850"

PROJECT_NUMBER = 1.1
PROJECT_NUMBER = 1.1.1

PROJECT_BRIEF = "Open-source IEC 61850 MMS/GOOSE/SV server and client library"

Expand Down

0 comments on commit a978286

Please sign in to comment.