Fix .gbs.conf
[profile/ivi/layer-management.git] / RELEASE_NOTES.txt
index df24fe8..fd66f3f 100644 (file)
@@ -1,3 +1,75 @@
+Version 1.2
+----------------------
+This version includes the following enhancements.
+
+Improvements:
+- DirectFB backend support
+- pkg-config support
+
+Version 1.1
+----------------------
+This version includes the following enhancements.
+
+Bugfixes:
+- Fixing minor memory leaks
+- LayerManagerCommands: fixed array handling, memory leak removed
+- X11WindowSystem: fixed resize handling
+- X11EglImage: fixing a issue which causes memory leak in XServer
+- dbusIpcModule: DBUS Interspection result corrected
+- Fixing a timing issue during parameter assignment
+
+Improvements:
+- Improved watchdog plug-in monitoring, to detect possible
+  deadlock in plug-ins and mainthread  
+- adding new interface ilm_setSynchronizedSurfaces, ilm_removeSynchronizedSurfaces
+  to establish synchronized composition on dedicated surfaces this avoids e.g.
+  flickering during night/day switch.
+- X11EglImage: fixing a issue which causes memory leak in XServer
+
+Version 1.0
+------------------
+This version includes the following enhancements.
+
+Bugfixes :
+- fixed return codes in ilmCommon/ilmClient/ilmControl
+- fixed various logging issues
+- fixed dependency tracking in build system
+- fixed memory leak in notification handling
+- fixed warnings detected by code style checking scripts
+- fixed array handling in LayerManagerCommands
+- fixed compilation error in TcpIpcModule on some platforms
+- fixed input issues in LayerManagerControl
+- fixed ilm_screenSetRenderOrder handling of empty input
+- fixed ilm_getPropertiesOfScreen handling of invalid screen
+
+Improvements:
+- updated build system
+- support for statically linked plugins
+- "make doc" build target: generate specification document
+- "make check-style" build target: check code style guide
+- ilmClient API splitted into
+    - ilmCommon: lifecycle, threading, communication
+    - ilmClient: restricted API for default client applications
+    - ilmControl: full featured API for scene controlling applications
+- LayerManagerService splitted into
+    - LayerManagerBase: base implementation, Interface declarations
+    - LayerManagerService: application using LayerManagerBase
+- added ilm_isInitialized in ilmCommon API
+- replaced POSIX message queues with custom thread-safe queue implementation
+- added multi-screen support for Wayland-based renderer plugins
+- added optimizationMode support for GLXRenderer
+- updated ilmCommon/ilmClient/ilmControl to be thread-safe
+- improved performance for Wayland renderer plugin with DRM backend
+- added TextRenderer
+- added support for optional command expressions in LayerManagerControl
+- improved plugin loading
+- removed LayerGroup APIs
+- removed SurfaceGroup APIs
+- removed deprecated function ilm_createLayer
+- removed BeagleRenderer
+- removed NullWindowSystem
+- removed LayerManagerToolBox
+
 Version 0.9.9
 ------------------
 This version includes the following enhancements.
@@ -382,7 +454,7 @@ and the service D-BUS is used.
 To support hardware layers and to get a better interoperability with other applications
 and platforms the API was extended by the following features :
 
-* Layer, Surface and Group Ids can be applied by from the client side too.
+* Layer and Surface and Group Ids can be applied by from the client side too.
 * IlmMatrix class is now available in the LayerManagerUtils library, to support
   simple 3D / 2D transformations