-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
139 lines (74 loc) · 2.93 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
2011-01-29 Carsten Haitzler (The Rasterman)
1.0.0 release
2011-02-25 Cedric BAIL
* Fix build with DSO.
2011-03-19 Mike Blumenkrantz
* Fix crash in e-notify-send when invalid DBUS_SESSION_BUS_ADDRESS is specified
2011-04-27 Carsten Haitzler (The Rasterman)
* Fix bug when app has no idle time (always busy), idlers
can't run to process edbus dispatches. Move this to an idle
enterer that wil be run.
2011-07-26 Libor Zoubek <lzoubek@jezzovo.net>
* Add support for notification protocol 1.2 into e_dbus by
adding spec version string support.
2011-10-27 Mike Blumenkrantz
* Added e_notification_action_id_get and e_notification_action_name_get
2011-11-03 Mike Blumenkrantz
* Added more methods for manipulating notification hints
2011-11-06 Mike Blumenkrantz
* Add e_notification_image_init for filling in values from an Evas_Object
2011-11-11 Carsten Haitzler (The Rasterman)
* Fix DSO linking to edbus to include libdbus linking and includes
2011-11-27 Mike Blumenkrantz
* Fix case where fd handler could be added twice for dbus fd
2011-12-02 Carsten Haitzler (The Rasterman)
* 1.1.0 release
2011-12-02 Mike Blumenkrantz
* Fixed use of dbus_message_iter_open_container in enotify to prevent crashing when sending an image
2011-12-10 Mike Blumenkrantz
* Fixed use of eina_log in enotify-daemon
2012-01-17 Dave Andreoli
* Fixed use of the 'object path' type in ukit
2012-04-26 Carsten Haitzler (The Rasterman)
1.2.0 release
2012-07-05 José Roberto de Souza
* Use idler instead of idle_enterer for processing messages
* Listen and update the 'sender unique name' of signals
2012-07-13 José Roberto de Souza
* Fix properties handling
* Check if interface already exists before attaching
* Fix missing DBus.Properties attach
2012-08-20 Mike Blumenkrantz
* Add null checks for dbus functions
2012-08-30 Carsten Haitzler (The Rasterman)
1.7.0 release
2012-10-20 Cedric Bail
1.7.1 release
2012-11-23 Luis Felipe Strano Moraes
1.7.2 release
2012-12-07 Luis Felipe Strano Moraes
* 1.7.3 release
2012-12-17 Vincent Torri
* Add XML output to doc
* Add installation rule for doc
2012-12-21 Luis Felipe Strano Moraes
* 1.7.4 release
2012-12-24 Vincent Torri
* Fix compilation on Windows when there is no .la files
* Remove useless variables in configure.ac
2013-01-04 Luis Felipe Strano Moraes
* API consistency fix from Jérémy Zurcher
2013-01-04 Luis Felipe Strano Moraes
* 1.7.5 release
2013-01-06 Tomas Cech
* Fix missing returns.
2013-04-04 Rafael Antognolli
* 1.7.6 release
2013-05-11 Rafael Antognolli
* 1.7.7 release
2013-08-02 Eduardo Lima (Etrunko)
* 1.7.8 release
2013-09-10 Eduardo Lima (Etrunko)
* 1.7.9 release
2013-12-05 Eduardo Lima (Etrunko)
* 1.7.10 release