LayerManagement: updated release notes for v0.9.5 discovery_release ivi-layer-management_version_0_9_5
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 16 Feb 2012 09:51:21 +0000 (10:51 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 16 Feb 2012 09:51:21 +0000 (10:51 +0100)
Updated RELEASE_NOTES.txt with cahnges for version 0.9.5.
Updated eMail address of Michael Schuldt.

NOTICE
RELEASE_NOTES.txt

diff --git a/NOTICE b/NOTICE
index 24d61b1..4b02f11 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,6 +1,6 @@
-Copyright (C) 2010, 2011 BMW Car IT GmbH
+Copyright (C) 2010, 2011, 2012 BMW Car IT GmbH
 
-Responsible: Michael Schuldt (Michael.Schuldt@bmw-carit.de), 
+Responsible: Michael Schuldt (Michael.Schuldt@bmw.de), 
 Sven von Beuningen (Sven.vonBeuningen@bmw-carit.de)
 Timo Lotterbach (Timo.Lotterbach@bmw-carit.de)
 
index e7b8207..414813e 100644 (file)
@@ -1,3 +1,50 @@
+Version 0.9.5
+-------------
+This version includes the following enhancements.
+
+Bugfixes :
+
+- Compiler warnings have been removed.
+
+- Fixed missing initialization of default values.
+
+- EGLMockNavigation aspect ratio was hard coded, now uses
+  actual application resolution.
+
+
+Improvements:
+
+- Surface can be created without the native context of a
+  client application. The client can add its native content
+  later.
+
+- Command objects have been updated. Now theres a one to one
+  relationship between API calls and Command objects.
+
+- Build System generated header file with configuration options.
+  This replaced a series of compiler flags for defining symbols.
+
+- Updated/added new unit tests.
+
+- Added signal handling for clean shutdown ofLayerManagerService.
+  Now a stack trace is printed on crash.
+
+- Build System now defaults to "release" build type.
+
+- Logging improved.
+
+- Introduced ServiceConnect and ServiceDisconnect. This allows
+  detection of crashed client applications.
+
+- Renderer:
+  - Improved state handling of X11 window system.
+  - Renderer context sharing between different threads.
+  - Improved Shader handling.
+
+- Added auto-generation feature for LayerManager design
+  document (based on doxygen and latex).
+
+
 Version 0.9.4
 -------------
 This version includes the following enhancements.