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