Released 1.10.2, for gnome 2.12. ATK_1_10_2
authorBill Haneman <billh@src.gnome.org>
Mon, 29 Aug 2005 17:56:10 +0000 (17:56 +0000)
committerBill Haneman <billh@src.gnome.org>
Mon, 29 Aug 2005 17:56:10 +0000 (17:56 +0000)
ChangeLog
NEWS
configure.in

index fe8c00d..b116cd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-29  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS: Release 0.10.2.
+
 2005-08-19  Tor Lillqvist  <tml@novell.com>
 
        * atk-zip.sh.in: Drop the timestamp from the zip file
diff --git a/NEWS b/NEWS
index 4578b55..b03ad3a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in version 1.10.2
+=========================
+
+* Minor build fixes incl Win32 (Tor Lillqvist)
+
+* New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
+
 Changes in version 1.10.1
 =========================
 
index b9a097d..7f06f3f 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], [10])
-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])
 
@@ -25,7 +25,7 @@ dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
 m4_define([atk_api_version], [1.0])
 
 dnl Number of releases since we've added interfaces
-m4_define([atk_interface_age], [0])
+m4_define([atk_interface_age], [1])
 
 m4_define([atk_binary_age],
           [m4_eval(100 * atk_minor_version + 10 + atk_micro_version)])