LayerManagement: updated release notes for release 0.9.9 ivi-layer-management_version_0_9_9
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 29 Nov 2012 09:53:05 +0000 (01:53 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 29 Nov 2012 11:17:43 +0000 (03:17 -0800)
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
RELEASE_NOTES.txt
cmake/modules/CMakeVersions.txt

index c4d6028..df24fe8 100644 (file)
@@ -1,3 +1,24 @@
+Version 0.9.9
+------------------
+This version includes the following enhancements.
+
+Bugfixes :
+- fixed warnings and errors with gcc 4.7.2
+- fixed uint array handling in DbusIpcModule
+- renamed global BIT(x) macro to resolve name collision
+
+Improvements:
+- added documentation for API split into ilmClient and ilmControl
+- input support for wayland with X11, DRI and FBDEV backends
+- support for wayland 1.0.0 API
+- GLES multitexture support
+- support for health monitoring based on systemd watchdog
+- added new debugging features to LayerManagerControl
+- improved logging configuration (set trace log level)
+- added logging of client binary name and process id
+- Dbus now uses private connection
+- code refactorings for signal-, configuration- and plugin-handling
+
 Version 0.9.8
 ------------------
 This version includes the following enhancements.
index bcb40a7..c19cf58 100644 (file)
@@ -19,7 +19,7 @@
 
 set( ${PROJECT_NAME}_MAJOR_VERSION 0 )
 set( ${PROJECT_NAME}_MINOR_VERSION 9 )
-set( ${PROJECT_NAME}_PATCH_LEVEL 8 )
+set( ${PROJECT_NAME}_PATCH_LEVEL 9 )
 set( ${PROJECT_NAME}_RELEASE release )
 
 set(VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL}.${${PROJECT_NAME}_RELEASE})