summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-28 23:34:54 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-28 23:34:54 +0000
commit2b2898d51033969d8ca2d5bbe4e4abf4508937dc (patch)
tree4e496089fad98e79db0bcfa890fb9b3083e276c0
parent797e32496f26c14b5da0e76ed525c874f29e8172 (diff)
downloadatk-ATK_1_0_1.tar.gz
===== Released 1.0.1 ======ATK_1_0_1
Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.1 ====== * NEWS: Updates. * configure.in: Version 1.0.1, interface, binary age 1.0.0.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS5
-rw-r--r--configure.in4
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 101e46e..08ade8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com>
+
+ * ===== Released 1.0.1 ======
+
+ * NEWS: Updates.
+
+ * configure.in: Version 1.0.1, interface, binary age 1.0.0.
+
2002-03-19 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkutil.c (atk_focus_tracker_notify):
diff --git a/NEWS b/NEWS
index 4093a42..b5a4cd0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 1.0.1
+
+* Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
+* Fix Win32 DLL name [Tor Lillqvist]
+
Changes in version 1.0.0
* Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
diff --git a/configure.in b/configure.in
index 9699305..72a0a41 100644
--- a/configure.in
+++ b/configure.in
@@ -27,14 +27,14 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
ATK_MAJOR_VERSION=1
ATK_MINOR_VERSION=0
-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.
ATK_API_VERSION=1.0
dnl Number of releases since we've added interfaces
-ATK_INTERFACE_AGE=0
+ATK_INTERFACE_AGE=1
dnl Number of releases since we've broken binary compatibility. Should equal
dnl ATK_MICRO_VERSION for a stable release