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