From: billh Date: Thu, 27 May 2004 17:50:49 +0000 (+0000) Subject: Updated NEWS, README; added DISTCLEANFILES to Makefile.am. X-Git-Tag: AT_SPI2_ATK_2_12_0~1040 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=29040c6f36f3e7a62eb08cd29203609d1fcdb1cd Updated NEWS, README; added DISTCLEANFILES to Makefile.am. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@670 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/Makefile.am b/Makefile.am index 6ed3090..1999ae5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,6 @@ EXTRA_DIST = \ libspi-1.0.pc.in \ libspi-1.0-uninstalled.pc.in -CLEANFILES = intltool-extract \ +DISTCLEANFILES = intltool-extract \ intltool-merge \ intltool-update diff --git a/NEWS b/NEWS index 81c8645..ff95992 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +What's new in at-spi-1.5.2: + +* Added Accessibility_LoginHelper interface, and + LoginHelper GType. Also added client and server tests + for this interface. The purpose is to identify services + (typically, assistive technologies) which need access to + system or device services (keyboard, audio, serial ports, + posting windows, etc.) during login or re-login/authentication. + +* fixed make distcheck. + +* Added a check in cspi_object_unref, which should help in detecting + refcount bugs in clients (Padraig O'Briain). + +* New languages: + Walloon (Pablo Saratxaga) + Bulgarian (Alexander Shopov) + What's new in at-spi-1.5.1: * Allow synthesis of keysyms that aren't in the current X keymap. diff --git a/README b/README index d43e808..73e46a1 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ README -at-spi version 1.5.1 +at-spi version 1.5.2 *** Welcome to the Gnome Accessibility Project! ***