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