SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for at-spi2-atk-devel-2.34.2-lp156.2.2.x86_64.rpm :

* Sat Feb 29 2020 mgorseAATTsuse.com- Update to version 2.34.2: + Meson: don\'t hard-code shared_library. + Mitigate missing window events at startup. + Set C standard to gnu99. + Tests: include sys/time.h.
* Mon Oct 07 2019 Bjørn Lie - Update to version 2.34.1: + socket_embed_hook: Make plug_id parameter const.
* Mon Sep 09 2019 mgorseAATTsuse.com- Update to version 2.34.0: + Updated doap.
* Mon Sep 02 2019 mgorseAATTsuse.com- Update to version 2.33.92: + License is now lGPL-2.1+. + Several test fixes. + Initialize desktop name/path early; needed since we now defer registration.- Set license to LGPL-2.1-or-later.
* Fri Aug 30 2019 mgorseAATTsuse.com- Update to version 2.33.91: + Defer registration until the main loop is entered. This fixes an issue where a Python application could import gtk but not enter the main loop, resulting in the application registering with AT-SPI but not responding to queries. + Make sure return values are initialized for some functions.
* Tue Jun 25 2019 Bjørn Lie - Update to version 2.33.2: + Add support for ROLE_CONTENT_DELETION and ROLE_CONTENT_INSERTION. + Fix a build issue where libgobject might not have been linked, resulting in undefined symbols.- Changes from version 2.33.1: + Document atk_bridge_adaptor_init error messages. + Add atk_bridge_set_event_context. + Add AccessibleId property.
* Tue Mar 12 2019 Bjørn Lie - Update to version 3.32.0: + Stable release version bump.
* Tue Mar 05 2019 Bjørn Lie - Update to version 2.31.92: + Fix a crash when retrieveing headers from table cells.
* Tue Mar 05 2019 bjorn.lieAATTgmail.com- Update to version 2.31.2: + Add ScrollSubstringTo and ScrollSubstringToPoint interfaces.
* Mon Mar 04 2019 mgorseAATTsuse.com- Update to version 2.30.1: + Fix crash retrieving table cell headers (bsc#1127792)..
* Fri Sep 07 2018 bjorn.lieAATTgmail.com- Update to version 2.30.0: + No changes, stable bump only.
* Tue Jun 19 2018 bjorn.lieAATTgmail.com- Update to version 2.29.1: + Fix a case where we could return without unlocking a mutex (bgo#793625). + Add ScrollTo and ScrollToPoint interfaces. + Fix various compiler warnings and build issues.- Pass disable_p2p=false to meson, ensure we build the features we want, currently following upstream defaults.
* Tue Mar 13 2018 dimstarAATTopensuse.org- Update to version 2.26.2: + Fix a couple of cache-related functions so that they don\'t return without unlocking the mutex (bgo#793625).
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Fri Dec 01 2017 zaitorAATTopensuse.org- Switch to meson build-system: + Add meson BuildRequires. + Replace autotools macros with meson, meson_build and meson_install. + Clean up spec, run spec-cleaner.- Add explicit pkgconfig(libxml-2.0) BuildRequires: Needed after the switch to meson.
* Mon Oct 30 2017 luc14n0AATTlinuxmail.org- Update to version 2.26.1: + Meson: Ensure paths written to .pc file are absolute. + Package a couple of missing meson.build files.
* Tue Sep 12 2017 luc14n0AATTlinuxmail.org- Update to version 2.26.0: + Single commit.
* Fri Sep 08 2017 jengelhAATTinai.de- Update summaries, RPM groups and old macros.
* Tue Jun 20 2017 dimstarAATTopensuse.org- Update to version 2.25.3: + Add error-message, error-for, details, and details-for relation types. + Add Meson build system.
* Tue May 23 2017 zaitorAATTopensuse.org- Update to version 2.25.2: + Fix use after free when returned objects hold only one ref (bgo#781716). + Add some missing roles to correspond with atk (description list, description term, description value, and footnote).
* Sat May 20 2017 zaitorAATTopensuse.org- Update to version 2.25.1: + Fix memory corruption when deleting an event from the list of events for which there are registered listeners (bgo#781658).
* Wed May 10 2017 zaitorAATTopensuse.org- Update to version 2.24.1: + Fix position getter for table cells. + atk-adaptor/bridge: Fix GList handling resulting in memory corruption (bgo#781658). + Fix use after free when returned objects hold only one ref (bgo#781716).
* Mon Mar 20 2017 dimstarAATTopensuse.org- Update to version 2.24.0: + test: remove atk_table_cell_get_column_index test, as the at-spi2-core function no longer exists (and never worked anyhow).
* Mon Sep 26 2016 zaitorAATTopensuse.org- Update to version 2.22.0: + Remove some inadvertently-committed debugging code.
* Mon Aug 29 2016 zaitorAATTopensuse.org- Update to version 2.21.91: + atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is set (bgo#770574).
* Tue Jul 19 2016 zaitorAATTopensuse.org- Update to version 2.21.4: + emit_event: Fix out-of-bounds memory access if class is NULL.
* Thu Apr 14 2016 mgorseAATTsuse.com- Update to GNOME 3.20 Fate#318572
* Tue Apr 12 2016 zaitorAATTopensuse.org- Update to version 2.20.1: + emit_event: Fix out-of-bounds memory access if class is NULL (bgo#758935). + Remove a debug print. + Collection: fix missing return value (bgo#758934).
* Tue Mar 22 2016 dimstarAATTopensuse.org- Update to version 2.20.0: + No changes.
* Tue Mar 15 2016 dimstarAATTopensuse.org- Update to version 2.19.92: + Don\'t drop the main context when p2p socket configuration fails (bgo#763273). + Make sure the runtime directory exists (bgo#763274).
* Tue Mar 01 2016 mgorseAATTsuse.com- Drop at-spi2.sh; equivalent functionality now upstream (bgo#761600).
* Tue Mar 01 2016 zaitorAATTopensuse.org- Update to version 2.19.91: + Avoid lagging with large gtk menus (bgo#754048).
* Tue Feb 16 2016 dimstarAATTopensuse.org- Update to version 2.19.90: + Always accept connections as root if unable to find an owning user.
* Tue Nov 24 2015 zaitorAATTopensuse.org- Update to version 2.19.2: + Test fixes for atk-adaptor and cache changes. + Fixes for Text, Value, and Table Cell adaptors (bgo#755724). + Many new tests.
* Mon Oct 12 2015 zaitorAATTopensuse.org- Update to version 2.18.1: + Fix text, value, and table cell adaptors (bgo#755724). + Test fixes.
* Tue Sep 22 2015 dimstarAATTopensuse.org- Update to version 2.18.0: + Stable release, no changes to version 2.17.90.
* Mon Aug 17 2015 zaitorAATTopensuse.org- Update to version 2.17.90: + Update for new caching API (bgo#650090).
* Thu Jul 23 2015 zaitorAATTopensuse.org- Update to version 2.17.1: + Eliminate some console warnings due to NULL gobjects. + Tests: fix out-of-source and parallel build (bgo#751137). + Add some missing files to the distribution (bgo#751138).
* Tue Mar 24 2015 zaitorAATTopensuse.org- Update to version 2.16.0: + Add component interface tests.
* Tue Mar 17 2015 dimstarAATTopensuse.org- Update to version 2.15.92: + Version bump for GNOME 3.15.92 release.
* Tue Feb 17 2015 dimstarAATTopensuse.org- Update to version 2.15.90: + Add roles for fractions, roots, subscripts, and superscripts. + Add action tests (bgo#743418).
* Wed Jan 28 2015 zaitorAATTopensuse.org- Update to version 2.15.4: + Don\'t parse non-existent signal arguments from atk. + Support ATK_STATE_HAS_TOOLTIP (bgo#738953). + Support ATK_STATE_READ_ONLY (bgo#690008).
* Thu Dec 18 2014 zaitorAATTopensuse.org- Update to version 2.15.3: + Add mapping between ATK_ROLE_STATIC and ATSPI_ROLE_STATIC.
* Tue Oct 14 2014 dimstarAATTopensuse.org- Update to version 2.14.1: + Aggressively filter out children-changed signals for objects with MANAGES_DESCENDANTS (bgo#728319).
 
ICM