+2002-10-31 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * ===== Released 1.1.1 =====
+
+ * configure.in: Version 1.1.1, interface age 0, binary age 101
+
+ * NEWS: Updated.
+
+ * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
+
2002-10-30 Padraig O'Briain <padraig.obriain@sun.com>
* Makefile.am: Add po directory
+Changes in version 1.1.1
+
+* Add new functions atk_object_add_relationship, atk_object_remove_relationship,
+atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
+states and relationships; add text-attributes-changed signal for AtkText
+interface. [Padraig O'Briain]
+
+* Add po directory and update atk_role_get_localized_name() to allow it to
+return localized name [Padraig]
+
Changes in version 1.1.0
* Documentation improvements [Padraig O'Briain]
atkvalue.c \
$(atk_built_cfiles)
-EXTRA_DIST += atkmarshal.list
+EXTRA_DIST += atkmarshal.list \
+ atkintl.h
+
MAINTAINERCLEANFILES += \
atkmarshal.c \
atkmarshal.h \
dnl The triplet
ATK_MAJOR_VERSION=1
ATK_MINOR_VERSION=1
-ATK_MICRO_VERSION=0
+ATK_MICRO_VERSION=1
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.
dnl Number of releases since we've added interfaces
ATK_INTERFACE_AGE=0
-ATK_BINARY_AGE=100
+ATK_BINARY_AGE=101
AC_SUBST(ATK_MAJOR_VERSION)
AC_SUBST(ATK_MINOR_VERSION)