Release v2.1.1
[platform/upstream/at-spi2-core.git] / NEWS
1 What's new in at-spi2-core 2.1.1:
2
3 * Fixed a seg fault in at-spi-bus-launcher when ending a session (BGO#648942).
4
5 * Fixed a possible crash when an application is short-lived.
6
7 * FIxed memory leaks in atspi_accessible_get_toolkit_(name|version).
8
9 * AT-SPI will now call g_error if it is unable to find the accessibility bus.
10   This results in aborting but with a somewhat less cryptic error than before.
11
12 What's new in at-spi2-core 2.0.1:
13
14 * Fix a memory leak when sending events.
15
16 * Fix for BGO#648059: get_application should return something w/ROLE_APPLICATION
17     
18 * Fix for BGO#648013: Honor aclocal flags
19
20 * FIx for BGO#648014: Add intltoolize to autogen.sh
21
22 * Fix for BGO#648130: event host_application should return NULL for the desktop
23
24 * Added atspi_accessible_get_id to retrieve the id of an application.
25
26 * Remove doc about non-existent ATSPI_KEYSET_ALL_KEYS.
27
28 What's new in at-spi2-core 2.0.0:
29
30 * Fix for BGO#646403: Use correct signature in at-spi2-registryd for
31   EndSessionResponse.
32
33 * Remove a Makefile reference to dbus-glib.
34
35 What's new in at-spi2-core 1.91.93:
36
37 * Removed dbus-glib-related includes, as they are no longer required.
38
39 What's new in at-spi2-core 1.91.92:
40
41 * Fixed atspi_table_get_column_header and atspi_value_set_current_value.
42
43 * Removed dbus-glib dependency; libatspi now includes a copy of dbus-gmain.c
44   modified to fix a crash (FDO#35115).  Session management code has been
45   ported to gdbus.
46
47 * Fixed a crash when deregistering a keystroke listener.
48
49 * Reworked accessibility bus management (BGO#644851).
50
51 * Fixed a possible sign issue with state sets.
52
53 What's new in at-spi2-core 1.91.91:
54
55 * Changed device event IPC to use uint32 for hw_code and modifiers, to be
56     more consistent with the rest of the API.
57
58 * GetNSelections has an out parameter, not an in.
59
60 * Fix for BGO#643384: - atspi_register_keystroke_listener() should take a
61   bitmask, not AtspiKeyListenerSyncType.
62
63 * Avoid setting enum values to 0x80000000, to prevent a pygi exception.
64     
65 * Fix for BGO#643454: Kill the accessibility bus daemon with the GNOME session
66
67 * Fix for BGO#643110: Do not allow all users to connect to the accessibility bus.
68
69 What's new in at-spi2-core 1.91.90:
70
71 * BGO#641164: Fixed several build errors.
72
73 * Fixed some memory leaks and possible crashes.
74
75 * Fixed atspi_selection_get_selected_child and
76   atspi_selection_get_n_selected_children.
77
78 * Fixed wrong introspection information in some places.
79
80 * BGO#641869: Removed the --enable-relocate option.
81
82 * Avoid returning uninitialized data on error for some methods.
83
84 * Use the GSettings rather than GConf key to test that accessibility is
85   enabled.
86
87 * Change some enums from 16-bit to 32-bit to match spec.
88
89 What's new in at-spi2-core 1.91.6.1:
90
91 * Fixed a crash introduced in 1.91.6.
92
93 * atspi_accessible_get_interfaces will now explicitly return the Accessible
94   interface.
95
96 What's new in at-spi2-core 1.91.6:
97
98 * Some build fixes.
99
100  * Several updated translations.
101
102 * Added a method to check whether an object implements the Hyperlink interface.
103
104 * Fixed a crash in atspi_image_get_image_description.
105
106 * Fixed atspi_editable_text_set_text_contents.
107
108 * More error-handling fixes.
109
110 * Fixed a crash in atspi_event_listener_register_from-callback.
111
112 * Method calls now time out after 1 second.
113
114 * Added setters for component extents/size/position.
115
116 * Added atspi-accessible_set_cache_mask.
117
118 What's new in at-spi2-core 1.91.5:
119
120 * Fixed several memory leaks.
121
122 * Fixed some text methods, methods that return points or rectangles,
123   image locale and description, atspi-accessible_get_description, and some
124   table methods.
125
126 * Added a trailing colon for focus events.
127
128 * Set the error parameter for dbus errors rather than displaying a warning.
129
130 * Fixed the keystroke listener deregister method.
131
132 * The cache is now updated before raising an event, not after, so that event
133   handlers that query for cached values will see the updated data.
134
135 * The registry daemon now returns an error when a caller requests a property
136   that the desktop does not support.
137
138 * Added disposal of objects, and fixed several associated bugs.
139
140 * Added i18n.
141
142 * Fixed mouse events.
143
144 * Libatspi's documentation is now compiled with gtk-doc.
145
146 * Fixed building from a separate build directory.
147
148
149 What's new in at-spi2-core 1.91.4:
150
151 * use peer-to-peer connections when available.
152
153 * Fix uninitialized variable in get_index_in_parent.
154
155 * Add timeout, and support inspecting our own app.
156
157 * Add get_interfaces, and fetch interface and state set over the wire if needed.
158
159 * Avoid adding data for an accessible twice if it is referenced prior to an
160   AddAccessible signal being received.
161
162 * Fix copying of any_data for an event.
163
164 * at-spi-registryd returns ChildCount as a variant, per the DBus spec.
165
166 * Hypertext, hyperlink, and table fixes.
167
168 * Several cache-related fixes.
169
170 * Change some error return values to match AT-SPI-CORBA behavior.
171
172 * Some attribute-related fixes.
173
174 * Renamed 'text' to 'content' in AtspiTextRange to match original IDL.
175
176 What's new in at-spi2-core 1.91.3:
177
178 * Added a C-based AT-side binding (libatspi) which can be used in
179   conjunction with GObject introspection to generate bindings for other
180   languages.  However, this release has many bugs and is more of a development
181   snapshot than a usable release.
182
183 What's new in at-spi2-core 1.91.2:
184
185 * The desktop object now returns ROLE_DESKTOP_FRAME rather than ROLE_UNKNOWN.
186
187
188 What's new in at-spi2-core 1.91.0:
189
190 * --disable-relocate is the default again.
191
192 What's new in at-spi2-core 0.3.92:
193
194 * Do not start accessibility bus if at-spi-corba is enabled.
195
196 What's new in at-spi2-core 0.3.91:
197
198 * Enabled the accessibility bus, so apps should be accessible, for instance,
199 if an application becomes setuid root.
200
201 * Several build fixes.
202
203 * Default to --enable-relocate for now.
204
205 What's new in at-spi2-core 0.3.90:
206
207 * FDO#29427: Registering for mouse:abs now works.
208
209 * Add methods/signals to allow an application to track the events that are
210 being listened to to avoid unnecessarily emitting signals.
211
212 What's new in at-spi2-core 0.3.4:
213
214 * Added GetChildren to the spec.
215
216 What's new in at-spi2-core 0.3.3:
217
218 * Add return values to some functions that were missing them.
219
220 * Make DeviceEventListener notifiers reentrant so that an application can
221 query the desktop object while processing a device event.
222
223 * Fix for FDO#28300: fails to link with pedantic linkers.
224
225 * Fix crash if GetChildAtIndex is called with an invalid index.
226
227 What's new in at-spi2-core 0.3.2:
228
229 * Make sure that disconnecting applications send their root path in the
230 remove applications signal. This was causing applications to not be
231 removed from the desktop properly.
232
233 What's new in at-spi2-core 0.3.1:
234
235 * Set an application's Id when registering it.
236
237 * Disabled relocation by default.