From 472615cfec47da92a14f48417040a561ffdd3649 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Wed, 16 Dec 2015 10:46:45 +0100 Subject: Updated version to 2.14.1 STABLE Updated release notes Signed-off-by: Lutz Helwing --- CMakeLists.txt | 2 +- ReleaseNotes.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8fd528..52edb51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include ( GNUInstallDirs ) # Set version parameters set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 14) -set( DLT_PATCH_LEVEL 0) +set( DLT_PATCH_LEVEL 1) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) set( DLT_VERSION_STATE STABLE ) set( DLT_REVISION "") diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 75291b6..9867948 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -4,11 +4,15 @@ Alexander Wenzel Version ------- -2.14.0 STABLE +2.14.1 STABLE Changes ------- +2.14.1 + * MultiNode: Reconnection after connection loss + * Fix injection message handling + 2.14.0 * Fix fork()-handler in libdlt * Set default log-levels in dlt.conf -- cgit v1.2.1