update news
[framework/uifw/edbus.git] / NEWS
1 E_dbus 1.2.0
2
3 Changes since E_dbus 1.1.0:
4 ---------------------------
5
6 Fixes:
7
8    * enotify:
9     - use of dbus_message_iter_open_container prevent crash on image send.
10
11 Improvements:
12
13    * eukit:
14     - Correctly handle the dbus type 'object path', it is a string after all.
15    * enotify:
16     - use eina_log better in enotify-daemon.
17
18 Changes since E_dbus 1.0.0:
19 ---------------------------
20
21 Additions:
22
23     * e_notification_action_id_get
24     * e_notification_action_name_get
25     * e_notification_image_init
26     * e_connman: sync api with connman-0.7x
27
28 Fixes:
29
30     * DSO linking issues fixed
31     * crash on e-notify-send with invalid session bus set
32     * when app has no idle time, e_dbus's idlers dont process anything
33     * error when trying to add duplicate fd handler for dbus fd
34
35 Improvements:
36
37     * notification protocol 1.2 support
38     * e_connman supports connman-0.7x api, warns that it is unstable.