5dff7db8c62fa10ace14a55b27168a0a6358e185
[platform/upstream/edbus.git] / NEWS
1 E_dbus 1.7.0
2
3 Changes since E_dbus 1.2.0:
4 ---------------------------
5
6 Improvements:
7
8    * More null checks for API's
9
10 Fixes:
11
12    * Properties handling
13    * Interface attach to not attach if already there
14    * Missing DBus.Properties attach
15
16 Changes since E_dbus 1.1.0:
17 ---------------------------
18
19 Fixes:
20
21    * enotify:
22     - use of dbus_message_iter_open_container prevent crash on image send.
23
24 Improvements:
25
26    * eukit:
27     - Correctly handle the dbus type 'object path', it is a string after all.
28    * enotify:
29     - use eina_log better in enotify-daemon.
30
31 Changes since E_dbus 1.0.0:
32 ---------------------------
33
34 Additions:
35
36     * e_notification_action_id_get
37     * e_notification_action_name_get
38     * e_notification_image_init
39     * e_connman: sync api with connman-0.7x
40
41 Fixes:
42
43     * DSO linking issues fixed
44     * crash on e-notify-send with invalid session bus set
45     * when app has no idle time, e_dbus's idlers dont process anything
46     * error when trying to add duplicate fd handler for dbus fd
47
48 Improvements:
49
50     * notification protocol 1.2 support
51     * e_connman supports connman-0.7x api, warns that it is unstable.