Revved to 1.11.2 for GNOME 2.14.0 ATK_1_11_2
authorBill Haneman <billh@src.gnome.org>
Mon, 13 Mar 2006 15:14:44 +0000 (15:14 +0000)
committerBill Haneman <billh@src.gnome.org>
Mon, 13 Mar 2006 15:14:44 +0000 (15:14 +0000)
ChangeLog
NEWS
configure.in

index a4326b9..4270bf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-13 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS: Revved to 1.11.2.
+       This is the GNOME 2.14.0 version of ATK.
+       
 2006-02-24 Bill Haneman <bill.haneman@sun.com>
 
        * atk/atkobject.c:
diff --git a/NEWS b/NEWS
index e8ab8dd..af37127 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in version 1.11.2:
+=========================
+
+ * Fix for localization bug #317458 from Kazuzi IWAMOTO.
+ * Included docs in tarball as appropriate.
+
 Changes in version 1.11.0:
 =========================
 
index e65ad15..db22a56 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], [11])
-m4_define([atk_micro_version], [1])
+m4_define([atk_micro_version], [2])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])