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