* ===== Released 1.0.2 ======
* NEWS: Updates.
* configure.in: Version 1.0.2, interface, binary age 2
+Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com>
+
+ * ===== Released 1.0.2 ======
+
+ * NEWS: Updates.
+
+ * configure.in: Version 1.0.2, interface, binary age 2
+
2002-04-26 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkutil.c (atk_focus_tracker_notify):
+Changes in version 1.0.2
+
+* Fixed bug with focus notification [Padraig O'Briain]
+* Fixed bug in atk_gobject_for_accessible [Padraig]
+
Changes in version 1.0.1
* Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
dnl The triplet
ATK_MAJOR_VERSION=1
ATK_MINOR_VERSION=0
-ATK_MICRO_VERSION=1
+ATK_MICRO_VERSION=2
ATK_VERSION=$ATK_MAJOR_VERSION.$ATK_MINOR_VERSION.$ATK_MICRO_VERSION
dnl The X.Y in -latk-X.Y line. This is expected to stay 1.0 until Atk 2.
ATK_API_VERSION=1.0
dnl Number of releases since we've added interfaces
-ATK_INTERFACE_AGE=1
+ATK_INTERFACE_AGE=2
dnl Number of releases since we've broken binary compatibility. Should equal
dnl ATK_MICRO_VERSION for a stable release