Prepare Alpha Release v2.9.2
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Thu, 24 Oct 2013 14:26:50 +0000 (16:26 +0200)
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Thu, 24 Oct 2013 14:30:05 +0000 (16:30 +0200)
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
CMakeLists.txt
ReleaseNotes.txt

index 811450e..054da7f 100644 (file)
@@ -24,9 +24,9 @@ set( CMAKE_INSTALL_PREFIX "/usr" )
 # Set version parameters\r
 set( DLT_MAJOR_VERSION 2)\r
 set( DLT_MINOR_VERSION 9)\r
-set( DLT_PATCH_LEVEL 1)\r
+set( DLT_PATCH_LEVEL 2)\r
 set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL})\r
-set( DLT_VERSION_STATE STABLE )\r
+set( DLT_VERSION_STATE ALPHA )\r
 set( DLT_REVISION "")\r
 \r
 execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} \r
index 46c0770..3a9d949 100755 (executable)
@@ -4,10 +4,16 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
 \r
 Version\r
 -------\r
-2.9.1 RELEASE\r
+2.9.2 ALPHA\r
 \r
 Changes\r
 -------\r
+\r
+2.9.2\r
+\r
+   * Fix: Systemd Journal Adapter provides corrupted output.\r
+   * Fix: Install Example service file only when example enabled\r
+\r
 2.9.1\r
 \r
    * Implementation of command line tool dlt-control.\r