Release v1.91.92 and fix a build error
[platform/core/uifw/at-spi2-atk.git] / NEWS
1 What's new in at-spi2-atk 1.91.92:
2
3 * Handle text-insert and text-removed signals from ATK (BGO#638377).
4
5 * Use the new dbus errors when compiled against a version of libdbus that
6   defines them.
7
8 * Use libatspi to get the accessibility bus and handle main loop integration.
9   This fixes a crash with some builds of Firefox (FDO#35115).
10   Note that this adds a dependency on libatspi.
11
12 * Fix accessibility of applications running as root on Linux.
13
14 What's new in at-spi2-atk 1.91.91:
15
16 * Fix some missing prototypes.
17
18 * Do not exit if the accessibility bus disconnects.
19
20 What's new in at-spi2-atk 1.91.90:
21
22 * Fix for BGO#641338: Avoid crashing when unable to listen for p2p connections.
23
24 * Set /tmp/at-spi2 to be world-writable.
25
26 * Fix for BGO#641869: Remove --enable-relocate option.
27
28 * Changed accessibility key name as was done in gsettings-desktop-schemas.
29
30 * Fixed several memory leaks.
31
32 * Fixed some build errors.
33
34 What's new in at-spi2-atk 1.91.6:
35
36 * Fixed the path in org.a11y.atspi.gschema.xml for lib64.
37
38 * Implemented SetPosition, SetExtents, and SetSize for components.
39
40 What's new in at-spi2-atk 1.91.5:
41
42 * Fixed some memory leaks.
43
44 * Fixed a crash if peer-to-peer connections are disabled.
45
46 * Fixed setting of GTK_PATH with --enable-relocate (was broken in 1.91.4).
47
48 What's new in at-spi2-atk 1.91.4:
49
50 * Support direct dbus connections to improve performance if dbus-glib
51   0.90 or greater is available.
52
53 * Added a GSettings key to specify the location of libatk-bridge.so.
54
55 * Added a desktop file to load gail and atk-bridge with the new
56   gnome-settings-daemon.
57
58 What's new in at-spi2-atk 1.91.3:
59
60 * Attributes in a collection match rule are now expected to be sent as a
61   dictionary.
62
63 What's new in at-spi2-atk 1.91.2:
64
65 * FIxed BGO#563546: Removed the g_atexit hook.
66
67 What's new in at-spi2-atk 1.91.1:
68
69     * Fire all events until we receive a reply from GetRegisteredEvents
70
71 What's new in at-spi2-atk 1.91.0:
72
73 * --disable-relocate is the default again.
74
75 What's new in at-spi2-atk 0.3.92:
76
77 * Have value methods return 0 on failure rather than fail, as in original pyatspi
78
79 What's new in at-spi2-atk 0.3.91.1:
80
81 * Fi a build error introduced in 0.3.91.
82
83 What's new in at-spi2-atk 0.3.91:
84
85 * Default to --enable-relocate for now.
86
87 * Fix for FDO#29880: gtk module can't handle reloading.
88
89 What's new in at-spi2-atk 0.3.90:
90
91 * FDO#29365: Stop using a deprecated glib function.
92
93 * Caching fixes--GetItems was completely broken in v0.3.6, and fixed a
94 possible crash when it is called.
95
96 * Only emit signals when AT-SPI clients are listening for them.
97
98 What's new in at-spi2-atk 0.3.6:
99
100 * Fixed a problem with dbus introspection.
101
102 * Do not block waiting for a response when registering.
103
104 What's new in at-spi2-atk 0.3.5:
105
106 * Have a socket retrieve its state set from its embedded plug
107
108 * Rename AT_SPI_CLIENT to AT_SPI_REENTER_G_MAIN_LOOP, but still check the
109 former variable as well for now.
110
111 What's new in at-spi2-atk 0.3.4:
112
113 * Ref an object while adding it to the message generated by GetItems.
114 This prevents a crash if all other references to the objects go away while
115 it is being analyzed.
116
117 * Add GetChildren to the introspection.
118
119 * Fix NSelectedRows and NSelectedColumns.
120
121 * Fix the behavior of ChildCount and GetChildAtIndex for sockets with
122 embedded plugs.
123
124 * Fix extra unref when calling get_row_header or get_column_header on a
125 table, or calling atk_hyperlink_get_object.
126
127 * Set the /desktop/gnome/interface/at-spi-dbus gconf key to false by default
128 (this key is only used when at-spi2 is relocated, which it is not by default).
129
130 * Fix a few compiler warnings.
131
132 What's new in at-spi2-atk 0.3.3:
133
134 * Remove unused gtk build dependency.
135
136 * Install a copy of the module into the gtk-3.0 modules directory.
137
138 * Correct handling of some children-changed events sent by Firefox.
139
140 * Lease objects that send events if they are not cached; fixes some
141 tracebacks when handling Firefox events.
142
143 What's new in at-spi2-atk 0.3.2:
144
145 * Some hyperlink fixes.
146
147 * Cache additions are now done in an idle call.  This prevents additions
148 from being made when an object may not be fully initialized and prevents
149 Firefox 3.6 from crashing.
150
151 * The cache object has been placed into the org.a11y.atspi namespace.
152
153 What's new in at-spi2-atk 0.3.1:
154
155 * Added a gconf schema.
156
157 * org.freedesktop.DBus.Properties.GetAll now works rather then crashing.
158
159 * The position, size, and extents of an AtkSocket are now fetched from the
160 corresponding AtkPlug.
161
162 * An application is no longer registered if its root is an AtkPlug.
163
164 * Fix BGO#538680 - Count ignored in GetMatchesTo
165
166 * Fix FDO#27626 - deadlock when registering an application.
167
168 * Fix a problem with various hyperlink methods.
169
170 * Fix for an AtkPlug sometimes not appearing in the hierarchy.
171
172 * Fix a crash if the registry returns an unexpected message while embedding.
173
174 * Remove libxml2 dependency since libxml2 is no longer used.
175
176 * Fix handling of MATCH_ANY for a stateset in a collection match rule.
177
178 * Disabled relocation by default.