Release : Release Notes updated ivi-layer-management_version_0_9_7_rc
authorMichael Schuldt <michael.schuldt@bmw.de>
Thu, 28 Jun 2012 13:02:49 +0000 (15:02 +0200)
committerMichael Schuldt <michael.schuldt@bmw.de>
Thu, 28 Jun 2012 13:02:49 +0000 (15:02 +0200)
- Release Note updated.
- default version switched to 0.9.7.release_candiate

RELEASE_NOTES.txt
cmake/modules/CMakeVersions.txt

index be59287..2e3d96e 100644 (file)
@@ -1,3 +1,34 @@
+Version 0.9.7_rc
+-------------
+This version includes the following enhancements.
+
+Bugfixes :
+
+- fixes link script in example applications
+- Composition is not anymore forced for every redraw request
+- Example Script updated
+- ilmClient : documentation fixed
+- fix of several compiler warnings and memory leaks
+- fix several issues detected by coverity 
+- additional fixes inside of the reference compositor 
+
+Improvements:
+
+- X11 backend for wayland
+- DRM backend for wayland
+- Introducing generic communication approach
+- Introducing Communicator Reference Implementation based in tcp/ip sockets
+- Introducing generic hw layer support
+- Introducing default version handling
+- Introducing default toolchain file
+- Introducing SurfaceRemoveNativeContentCommand
+- Profiling/Coverage options for gcc introduced
+- New features added to MockNavigation
+- New properties valuse added to layer/surfaceGetProperties
+- Adding new LayerManagerControl example program
+
+
+
 Version 0.9.6
 -------------
 This version includes the following enhancements.
index d4891db..3649bed 100644 (file)
 
 set( ${PROJECT_NAME}_MAJOR_VERSION 0 )
 set( ${PROJECT_NAME}_MINOR_VERSION 9 )
-set( ${PROJECT_NAME}_PATCH_LEVEL 6 )
+set( ${PROJECT_NAME}_PATCH_LEVEL 7 )
+set( ${PROJECT_NAME}_RELEASE release_candiate )
 
-set(VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL})
+set(VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL}.${${PROJECT_NAME}_RELEASE})
 
 if(NOT DEFINED ILM_VERSION)