summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2016-02-24 16:12:38 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2016-02-25 15:47:31 +0100
commite9a486a08fff6d3cc7133a350cec3ee10f463207 (patch)
tree5278d2e797f795fd74479ad40bbfcdecb5629ea7
parent92010a51b525f0d32bf46b15e8e2fe6b1c7da4c4 (diff)
downloadDLT-daemon-e9a486a08fff6d3cc7133a350cec3ee10f463207.tar.gz
Update version to 2.15.0 STABLE and release notesv2.15.0
Change-Id: I9a129ccdb00ebbb51dc6bbd5e858b9bdcd3046f2 Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
-rw-r--r--CMakeLists.txt4
-rw-r--r--ReleaseNotes.txt17
2 files changed, 18 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 532b2f7..e6b44a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,8 +24,8 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
include ( GNUInstallDirs )
# Set version parameters
set( DLT_MAJOR_VERSION 2)
-set( DLT_MINOR_VERSION 14)
-set( DLT_PATCH_LEVEL 1)
+set( DLT_MINOR_VERSION 15)
+set( DLT_PATCH_LEVEL 0)
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 2061d3f..ea92200 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,11 +4,26 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Version
-------
-2.14.1 STABLE
+2.15.0 STABLE
Changes
-------
+2.15.0
+
+ * Fixed bug with truncation of string or raw block
+ * Updated man pages and README
+ * Truncate string or raw block if length exceeds maximum message length
+ * Fixed a bug in dlt-system filetransfer
+ * dlt-system filetransfer waits for a client to connect
+ * Fixed compilation for older versions of gcc
+ * Fixed core pattern to use correct dlt-cdh install path
+ * Fixed CMakeLists to build core dump handler
+ * Replaced Type=Simple with Type=simple in cmkake files for .service files
+ * Added systemd install dir parameter
+ * Added option to specify user for non-root processes
+ * Added dlt-kpi component to log various KPI information to dlt-daemon
+
2.14.1
* MultiNode: Reconnection after connection loss