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