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