Skip to content

Commit

Permalink
- updated CHANGELOG; updated version number to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Mar 9, 2018
1 parent e0bc9b9 commit e13c3c3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes to version 1.1.2
------------------------

- MMS client: fixed parsing initiate response message
- SV publisher: conditional encoding for SmpRate
- MmsValue_update function now allows adjusting octet-string size of target object
- .NET API: Added DeleteFile
- CDC helper functions: added helper functions for VSS and VSG CDC
- added additional locks in client and server

Changes to version 1.1.1
------------------------

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 "1")
set(LIB_VERSION_PATCH "2")

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

Expand Down
2 changes: 1 addition & 1 deletion dotnet/IEC61850forCSharp/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
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.1"
#define LIBIEC61850_VERSION "1.1.2"

#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.1
PROJECT_NUMBER = 1.1.2

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

Expand Down

0 comments on commit e13c3c3

Please sign in to comment.