Accepting request 72301 from GNOME:Factory

- 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. (forwarded request 72065 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/72301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at-spi2-core?expand=0&rev=21
This commit is contained in:
Sascha Peilicke 2011-06-01 07:34:54 +00:00 committed by Git OBS Bridge
commit 81a0841461
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

View File

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