From: Alexander Wenzel Date: Thu, 24 Oct 2013 14:26:50 +0000 (+0200) Subject: Prepare Alpha Release v2.9.2 X-Git-Tag: v2.10.0_rc1~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0c6acf7f20d843b6928ba53a88aa2456bade754;p=profile%2Fivi%2Fdlt-daemon.git Prepare Alpha Release v2.9.2 Signed-off-by: Alexander Wenzel --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 811450e..054da7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,9 +24,9 @@ set( CMAKE_INSTALL_PREFIX "/usr" ) # Set version parameters set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 9) -set( DLT_PATCH_LEVEL 1) +set( DLT_PATCH_LEVEL 2) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) -set( DLT_VERSION_STATE STABLE ) +set( DLT_VERSION_STATE ALPHA ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 46c0770..3a9d949 100755 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -4,10 +4,16 @@ Alexander Wenzel Version ------- -2.9.1 RELEASE +2.9.2 ALPHA Changes ------- + +2.9.2 + + * Fix: Systemd Journal Adapter provides corrupted output. + * Fix: Install Example service file only when example enabled + 2.9.1 * Implementation of command line tool dlt-control.