X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=0cd5e221a59c1c79466eaefc0820d6924c06d21e;hb=850b3cc117232ff6b477105d4dd6dff8e4886c77;hp=0a3dadcbc0d7dd84904e5f49f5f9d592e0866ed4;hpb=c8d201d736a7bdb56b5e11821dd233ed9d571f90;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/NEWS b/NEWS index 0a3dadc..0cd5e22 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,162 @@ +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). + + +What's new in at-spi2-core 2.2.0: + +* at-spi-bus-launcher: fix uninitialized variable. + +* Fix return value error in session_manager_connect (bgo#768881). + +* Updated translations. + +What's new in at-spi2-core 2.21.4: + +* 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. + +What's new in at-spi2-core 2.21.2: + +* Allow building without Xtst, Xi with --disable-x11 + +* ref_accessible_desktop: don't unref reply until we're finished with it + +* Updated translations. + +What's new in at-spi2-core 2.21.1: + +* registryd: avoid crashing with a NULL keystring (bgo#764688). + +* Plug a memory leak in AtspiEventListener (bgo#764688). + +* Fix parsing of at-spi-bus-launcher command line arguments (bgo#765220). + +* Build clean-ups. + +What's new in at-spi2-core 2.19.92: + +* Support a stateless configuration by default (bgo#763540). + +What's new in at-spi2-core 2.19.91: + +* Don't display warnings when connecting to an app that no longer exists. + +What's new in at-spi2-core 2.19.90: + +* Don't display warning if unable to connect when logged in via ssh + (bgo#761600). + +* at-spi-bus-launcher: register with session manager (bgo#753931). + +What's new in at-spi2-core 2.19.2: + +* Disable xevie by default--it probably doesn't do anything anyhow. + +* get_index_in_parent: Don't crash if parent is defunct. + +* Don't crash when trying to set an invalid state (bgo#757915). + +What's new in at-spi2-core 2.19.1: + +* Don't crash if we get a children-changed event with a non-existent + child (bgo#755951). + +* atspi_hyperlink_get_index_range: don't return random values if the + call fails (bgo#755727). + +* Fixed some atspi_text_ functions (bgo#755731). + +* Fixed crash during removal of last application in registryd (bgo#756513). + +What's new in at-spi2-core 2.17.90: + +* Modified the cache API to specify an object's index and child count + rather than its children. This eliminates the need for the application + to enumerate its children, improving performance in some places with + large lists (bgo#650090). + +What's new in at-spi2-core 2.17.1: + +* Functions shouldn't try to return values (bgo#749330). + +* Fix atspi_table_cell_get_position. + +What's new in at-spi2-core 2.16.0: + +* Fix a couple of gtk-doc warnings (fdo#89678). + +What's new in at-spi2-core 2.15.90: + +* Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969) + +* Add roles for fractions, roots, subscripts, and superscripts (bgo#743403). + +What's new in at-spi2-core 2.15.4: + +* Add names to every timeout (bgo#710644). + +* Remove accessibility.conf from EXTRA_DIST (bgo#742987). + +* Add ATSPI_STATE_READONLY (bgo#690004). + What's new in at-spi2-core 2.15.3: * Replace deprecated "Rename to" gtk-doc tag.