Uprev ATK for gnome 2.16.1.
authorBill Haneman <billh@src.gnome.org>
Sun, 1 Oct 2006 17:46:08 +0000 (17:46 +0000)
committerBill Haneman <billh@src.gnome.org>
Sun, 1 Oct 2006 17:46:08 +0000 (17:46 +0000)
ChangeLog
NEWS
configure.in

index e43df8b..67b9b57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-01  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, NEWS:
+       Bump to 1.12.3, for gnome 2.16.1.
+       
 2006-09-26  Bill Haneman <bill.haneman@sun.com>
 
        * atk/atktext.c:
diff --git a/NEWS b/NEWS
index 6336192..808a292 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in version 1.12.3: 
+=========================
+*
+* Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
+* New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
+* Implement AtkDocument signals (Neo Liu)
+* Update docs to include info on AtkDocument signals.
+* Bugfixes: #357847, #340553, #346464, #352227, 
+
 Changes in version 1.12.2: 
 =========================
 * Documentation fixes.
index d8866bb..b03137b 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], [12])
-m4_define([atk_micro_version], [2])
+m4_define([atk_micro_version], [3])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])