summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-08-21 19:05:40 +0000
committerBill Haneman <billh@src.gnome.org>2006-08-21 19:05:40 +0000
commit9c91854dc8fd7745c5cb5fed884883640c975ccb (patch)
tree499067a40f733b758882737aeec2e2e35599e8a7
parentf66454d2c431411268f36c61c31cfe1df5498b8a (diff)
downloadatk-ATK_1_12_2.tar.gz
Revved to 1.12.2, updated NEWS and ChangeLog.ATK_1_12_2
-rw-r--r--ChangeLog16
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f217f69..71e2d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-08-21 Bill Haneman <bill.haneman@sun.com>
+
+ * configure.in: Revved to 1.12.2.
+
+2006-08-17 Bill Haneman <bill.haneman@sun.com>
+
+ * docs/atk-docs.sgml: Added entity for AtkHyperlinkImpl.
+
+ * docs/atk-sections.txt: Added entries for newly added API.
+
+ * atk/atkvalue.c:
+ (atk_value_get_minimum_increment): Added the right number of
+ asterisks to make gtk-doc happy (!) so that inline docs are exposed.
+
+ Fixes bug #351580.
+
2006-08-01 Bill Haneman <bill.haneman@sun.com>
* atk/atkobject.h:
diff --git a/NEWS b/NEWS
index 32d5776..6336192 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 1.12.2:
+=========================
+* Documentation fixes.
+* New language: Bengali (Runa Bhattacharjee)
+
Changes in version 1.12.1:
=========================
* Added AtkHyperlinkImpl
diff --git a/configure.in b/configure.in
index da9617d..0987b17 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], [1])
+m4_define([atk_micro_version], [2])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])