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