summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-10-01 17:46:08 +0000
committerBill Haneman <billh@src.gnome.org>2006-10-01 17:46:08 +0000
commit9ca40f6cb3cba2523409a8d2e414f66ec6c19298 (patch)
tree230b2b5ba90057c8a37c0cbbbbe80c1b3a3e438f
parentca800d77e1b258db27c39a82f6e88f5f01d3f02f (diff)
downloadatk-9ca40f6cb3cba2523409a8d2e414f66ec6c19298.tar.gz
Uprev ATK for gnome 2.16.1.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e43df8b..67b9b57 100644
--- 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
--- 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.
diff --git a/configure.in b/configure.in
index d8866bb..b03137b 100644
--- a/configure.in
+++ b/configure.in
@@ -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])