Opened 5 years ago

Closed 5 years ago

#12518 closed enhancement (fixed)

at-spi2-atk at-spi2-core 2.34.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

What's new in at-spi2-core 2.34.0:

  • Fix a use after free when freeing an event.
  • Clean up handling of the X11 property specifying the bus address (#18).
  • Update doap.

What's new in at-spi2-core 2.33.92:

  • Now requires meson 0.50.0.
  • License is now LGPL-2.1+.
  • Meson: only link to libdl when it is necessary.
  • Update installation instructions.
  • Clarify atspi_editable_text_insert_text documentation.
  • Do not warn on no reply from pending get_items call.
  • Eliminate some superfluous runtime warnings.

What's new in at-spi2-core 2.33.90:

  • Refactor the API for the screen reader to notify listeners of its status.
  • Add a sender to the AtspiEvent struct.
  • Add missing atspi_application_get_type prototype.
  • Support mutter remote desktop interface for synthesizing keyboard/mouse events (likely still needs work).

What's new in at-spi2-core 2.33.2:

  • Check WAYLAND_DISPLAY, rather than XDG_SESSION_TYPE, to avoid X connections. Fixes breakage if X is started with startx and XDG_SESSION_TYPE is unset.
  • X11: also try mod4 and mod5 to generate keysyms.
  • Add ATSPI_ROLE_CONTENT_DELETION and ATSPI_ROLE_CONTENT_INSERTION.
  • Check for dbus-daemon in /usr/lib (for Solaris).

What's new in at-spi2-core 2.33.1:

  • Fix meson build for meson 0.50.0.
  • Add atspi_accessible_get_accessible_id.
  • Add atspi_text_notify_reading_position.
  • Check for an actual X11 session before calling X. This will be needed for Mutter in the future because checking $DISPLAY is not sufficient, and xwyland could be automatically started when it isn't wanted.

comment:2 by Bruce Dubbs, 5 years ago

What's new in at-spi2-atk 2.34.0:

  • Updated doap.

What's new in at-spi2-atk 2.33.92:

  • License is now lGPL-2.1+.
  • Several test fixes
  • Initialize desktop name/path early; needed since we now defer registration.

What's new in at-spi2-atk 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.

What's new in at-spi2-atk 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.

What's new in at-spi2-atk 2.33.1:

  • Document atk_bridge_adaptor_init error messages.
  • Add atk_bridge_set_event_context.
  • Add AccessibleId property.

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22127.

Note: See TracTickets for help on using tickets.