From ec56d1114fa3ad8d28a8415e85b4c0093dea12f4 Mon Sep 17 00:00:00 2001 From: Michael Schuldt Date: Wed, 28 Mar 2012 10:04:42 +0300 Subject: [PATCH] General: Updating LayerManagementVersion and Release Notes --- Doxyfile | 2 +- RELEASE_NOTES.txt | 18 ++++++++++++++++++ cmake/modules/CMakeVersions.txt | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index d818562..0416ec4 100644 --- a/Doxyfile +++ b/Doxyfile @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = "GENIVI LayerManagement 0.9.5" +PROJECT_NAME = "GENIVI LayerManagement 0.9.6" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 414813e..be59287 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,21 @@ +Version 0.9.6 +------------- +This version includes the following enhancements. + +Bugfixes : + +- removed obsolete Commands. +- added support for symbolic links to plugins. +- Bugfix in GLXGraphicSystem Context has to be activated before beginLayer +- Bug fixes in map/unmap window functions +- Communciator plugins are now started after scene provider plugins + +Improvements: + +- Introducing DLT binding for Logging Framework +- Introducing additional performance Counters +- First version of Rendering Plugin for Wayland is introduced + Version 0.9.5 ------------- This version includes the following enhancements. diff --git a/cmake/modules/CMakeVersions.txt b/cmake/modules/CMakeVersions.txt index 8b95848..1b4a17b 100644 --- a/cmake/modules/CMakeVersions.txt +++ b/cmake/modules/CMakeVersions.txt @@ -19,7 +19,7 @@ SET( ${PROJECT_NAME}_MAJOR_VERSION 0 ) SET( ${PROJECT_NAME}_MINOR_VERSION 9 ) -SET( ${PROJECT_NAME}_PATCH_LEVEL 4 ) +SET( ${PROJECT_NAME}_PATCH_LEVEL 6 ) SET(VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL}) if(NOT DEFINED ILM_VERSION) -- 2.7.4