2019-07-18 16:48:08 by Patrick Welche | Files touched by this commit (4) | |
Log message:
Update at-spi2-core to 2.33.2
Unstable branch chosen for:
* Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTION.
Many other bug fixes and translation updates including:
* Add atspi_accessible_get_accessible_id.
* Add atspi_text_notify_reading_position.
* Fix a compiler warning on BSD.
* Fix atspi_table_cell_get_(row_column)_header_cells.
* Add ScrollTo and ScrollToPoint component interfaces.
* Fix a potential buffer overflow in at-spi-bus-launcher (bgo#791124).
Full list at:
https://gitlab.gnome.org/GNOME/at-spi2-core/blob/AT_SPI2_CORE_2_33_2/NEWS
|
2017-12-04 17:36:24 by Maya Rashish | Files touched by this commit (3) |
Log message:
at-spi2-core: fix inverted logic that might lead to buffer overflow
(merged upstream).
bump PKGREVISION
|
2017-11-23 18:20:22 by Thomas Klausner | Files touched by this commit (556) |
Log message:
recursive bump for libxkbcommon removal from at-spi2-core
|
2017-11-23 16:17:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
at-spi2-core: bl3.mk: does not need libxkbcommon any longer
|
2017-11-23 16:16:39 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
at-spi2-core: update to 2.26.2.
What's new in at-spi2-core 2.26.2:
* dist po/meson.build (bgo#789666).
* Generate correct sonname when building with meson.
What's new in at-spi2-core 2.26.1:
* Remove unused dependency on libxkbcommon.
* Various meson build fixes.
* Updated Dutch and Catalan translations.
What's new in at-spi2-core 2.25.92:
* configure.ac: make xkb optional, as intended.
* Optionally read the bus address from the ATSPI_BUS_ADDRESS environment
variable (bgo#787126).
|
2017-10-16 01:19:14 by Patrick Welche | Files touched by this commit (38) |
Log message:
Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
|
2017-10-13 23:51:56 by Patrick Welche | Files touched by this commit (1) |
Log message:
at-spi2-core: requires glib-mkenums which is now in py-glib2-tools
|
2017-08-25 14:17:00 by Patrick Welche | Files touched by this commit (5) |
Log message:
Update at-spi2-core to 2.25.91
This has several fixes which aren't in the "stable" 2.24.1
What's new in at-spi2-core 2.25.91:
* Meson builds should now be usable.
What's new in at-spi2-core 2.25.90:
* Fix a couple of introspection issues (bgo#784481).
* atspi_get_a11_bus: don't leak the DBusConnection.
* Meson fixes.
What's new in at-spi2-core 2.25.4:
* Fix gir generation with autotools (bgo#783994).
What's new in at-spi2-core 2.25.3:
* Fix -Wmisleading-indentation warnings.
* Fix memory leak of at-spi-bus-launcher.
* Add error-message, error-for, details, and details-for relation types.
* Poll direct dbus connections in the main loop--fixes processes
being marked hung and the hung flag never being removed.
* Add Meson build system (thanks to Emmanuele Bassi).
* Various build fixes (thanks to Emmanuele Bassi).
What's new in at-spi2-core 2.25.2:
* attempt to fix an occasional crash when an application disappears
(bgo#767074).
* Add some missing roles to correspond with atk (description list,
description term, description value, and footnote).
What's new in at-spi2-core 2.25.1:
* atspi_table_cell_get_position: don't crash on error.
What's new in at-spi2-core 2.23.92:
* Table cell API fixes (bgo#779835).
What's new in at-spi2-core 2.23.90:
* Fix an occasional crash when an application is closed (bgo#767074).
What's new in at-spi2-core 2.23.4:
* Don't pull in X headers if x11 is disabled (bgo#773710).
* at-spi-bus-launcher: session management fixes (bgo#774441).
* events: add recently added page changed event (bgo#719898).
* roles: EXTENDED roles are deprecated (bgo#W720123).
|
2016-11-25 13:49:00 by Patrick Welche | Files touched by this commit (3) |
Log message:
Update at-spi2-core to 2.22.0
- depened on libXi
* at-spi-bus-launcher: fix uninitialized variable.
* Fix return value error in session_manager_connect (bgo#768881).
* Fixed a crash in atspi_accessible_clear_cache.
* Fixed a crash caused by at-spi2-registryd dying.
* Fixed some session management issues in at-spi-bus-launcher.
* Allow building without Xtst, Xi with --disable-x11
* ref_accessible_desktop: don't unref reply until we're finished with it
* Updated translations.
* Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220).
* Build clean-ups.
|
2016-05-27 10:01:44 by Patrick Welche | Files touched by this commit (2) |
Log message:
Update at-spi2-core to 2.20.2
What's new in at-spi2-core 2.20.2:
* Fixed an invalid memory access when fetching an accessible..
What's new in at-spi2-core 2.20.1:
* registryd: avoid crashing with a NULL keystring (bgo#764688).
* Plug a memory leak in AtspiEventListener (bgo#764688).
|