SHA256
1
0
forked from pool/at-spi2-core

Accepting request 72065 from GNOME:STABLE:3.0

- Update to version 2.0.2:
  + bgo#648942: fixed a seg fault in at-spi-bus-launcher when
    ending a session.
  + Fixed a possible crash when an application is short-lived.
  + Fixed memory leaks in
    atspi_accessible_get_toolkit_(name|version).
  + AT-SPI will now call g_error if it is unable to find the
    accessibility bus. This results in aborting but with a somewhat
    less cryptic error than before.
  + Fix atspi_table_get_caption|summary.
  + Fix introspection for atspi_table_get_row_column_at_index.
  + Copy match rule attributes, rather than just ref counting the
    hash, for compatibility with pygi.
  + Rework atspi_accessible_set_cache_mask to make it usable.
  + Fix a crash that might happen if a method call times out.
  + Disable caching if atspi_event_main has not been called to run
    the main loop.
  + Fix atspi_accessible_get_toolkit_version.
  + Add atspi_accessible_get_atspi_version to fetch the version of
    the AT-SPI specification provided by an application.

OBS-URL: https://build.opensuse.org/request/show/72065
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=43
This commit is contained in:
Vincent Untz 2011-05-31 14:23:30 +00:00 committed by Git OBS Bridge
parent b255c360b4
commit 401324a5b7
4 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0880d816a554c0560e9f6aea786614e8ab439e17189d383a83ed7eebd9e328b
size 503446

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15e13433d1923c96139c109568295313de636a83dbb3700c8467fcb9c5e4e6ce
size 503654

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon May 30 14:02:05 UTC 2011 - fcrozat@novell.com
- Update to version 2.0.2:
+ bgo#648942: fixed a seg fault in at-spi-bus-launcher when
ending a session.
+ Fixed a possible crash when an application is short-lived.
+ Fixed memory leaks in
atspi_accessible_get_toolkit_(name|version).
+ AT-SPI will now call g_error if it is unable to find the
accessibility bus. This results in aborting but with a somewhat
less cryptic error than before.
+ Fix atspi_table_get_caption|summary.
+ Fix introspection for atspi_table_get_row_column_at_index.
+ Copy match rule attributes, rather than just ref counting the
hash, for compatibility with pygi.
+ Rework atspi_accessible_set_cache_mask to make it usable.
+ Fix a crash that might happen if a method call times out.
+ Disable caching if atspi_event_main has not been called to run
the main loop.
+ Fix atspi_accessible_get_toolkit_version.
+ Add atspi_accessible_get_atspi_version to fetch the version of
the AT-SPI specification provided by an application.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 26 15:49:28 UTC 2011 - fcrozat@novell.com Tue Apr 26 15:49:28 UTC 2011 - fcrozat@novell.com

View File

@ -18,7 +18,7 @@
Name: at-spi2-core Name: at-spi2-core
Version: 2.0.1 Version: 2.0.2
Release: 1 Release: 1
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: GPLv2+ License: GPLv2+