Updated NEWS, README; added DISTCLEANFILES to Makefile.am.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 27 May 2004 17:50:49 +0000 (17:50 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 27 May 2004 17:50:49 +0000 (17:50 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@670 e2bd861d-eb25-0410-b326-f6ed22b6b98c

Makefile.am
NEWS
README

index 6ed3090..1999ae5 100644 (file)
@@ -15,6 +15,6 @@ EXTRA_DIST = \
        libspi-1.0.pc.in \
        libspi-1.0-uninstalled.pc.in
 
        libspi-1.0.pc.in \
        libspi-1.0-uninstalled.pc.in
 
-CLEANFILES = intltool-extract \
+DISTCLEANFILES = intltool-extract \
        intltool-merge  \
        intltool-update
        intltool-merge  \
        intltool-update
diff --git a/NEWS b/NEWS
index 81c8645..ff95992 100644 (file)
--- 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.
 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 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 README
 
 README
 
-at-spi version 1.5.1
+at-spi version 1.5.2
 
 *** Welcome to the Gnome Accessibility Project! ***
 
 
 *** Welcome to the Gnome Accessibility Project! ***