Released 1.9.1 tarball. ATK_1_9_1
authorBill Haneman <billh@src.gnome.org>
Tue, 8 Mar 2005 13:30:40 +0000 (13:30 +0000)
committerBill Haneman <billh@src.gnome.org>
Tue, 8 Mar 2005 13:30:40 +0000 (13:30 +0000)
ChangeLog
NEWS
configure.in

index d3551f5..36d3157 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-08  Bill Haneman <bill.haneman@sun.com>
+
+       * ===== Released 1.9.1=====
+
+       * configure.in, NEWS, README: Released 1.9.1.
+
 2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * atk.spec.in:  Corrected FTP directory. (bug #168218)
diff --git a/NEWS b/NEWS
index 12adcdc..60473aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in version 1.9.1
+========================
+
+* New locale, 'xh'
+
+* Fixed bug #168218 (spec-file ftp dir wrong)
+
+* Fixed #165288 in atk.def file.
+
+* Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
+
 Changes in version 1.9.0
 ========================
 * Add new functions atk_relation_set_add_relation_by_type and
index ce92d70..6d95dc9 100644 (file)
@@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 dnl The triplet 
 m4_define([atk_major_version], [1])
 m4_define([atk_minor_version], [9])
-m4_define([atk_micro_version], [0])
+m4_define([atk_micro_version], [1])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])