===== Released 1.0.1 ====== ATK_1_0_1
authorOwen Taylor <otaylor@redhat.com>
Thu, 28 Mar 2002 23:34:54 +0000 (23:34 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 28 Mar 2002 23:34:54 +0000 (23:34 +0000)
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.

ChangeLog
NEWS
configure.in

index 101e46e..08ade8d 100644 (file)
--- 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 (file)
--- 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]
index 9699305..72a0a41 100644 (file)
@@ -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