Version 0.5 ATK_0_5
authorOwen Taylor <otaylor@redhat.com>
Tue, 25 Sep 2001 16:40:03 +0000 (16:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 25 Sep 2001 16:40:03 +0000 (16:40 +0000)
Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in (ATK_MICRO_VERSION): Version 0.5

        * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9

        * atk/makefile.msc (PKG_VER): Version 0.5

ChangeLog
NEWS
atk/makefile.msc
configure.in

index fe34c92..33d2359 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (ATK_MICRO_VERSION): Version 0.5
+
+       * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
+
+       * atk/makefile.msc (PKG_VER): Version 0.5
+
 2001-09-21  Hans Breuer  <hans@breuer.org>
 
        * atk/atk.def : updated externals
diff --git a/NEWS b/NEWS
index bffced1..ed846e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-Overview of Changes in Atk 0.4
-==============================
+Changes in 0.5
 
-* Miscellaneous cleanups and fixes.
+* Win32 updates and a small bug fix [Hans Breuer]
+
+Changes in 0.4
 
+* Miscellaneous cleanups and fixes.
 
 Changes in 0.3
 
index 73f4767..bffe82c 100644 (file)
@@ -6,7 +6,7 @@ PRJ_TOP = ..
 PACKAGE = atk
 !INCLUDE $(TOP)\build\win32\make.msc
 
-PKG_VER = 0.4
+PKG_VER = 0.5
 
 top_srcdir = $(PRJ_TOP)
 top_builddir = $(PRJ_TOP)
index ef03df4..c70fd1e 100644 (file)
@@ -9,7 +9,7 @@ dnl it too, or it will never make it into the spec file!
 dnl
 dnl ==========================================================================
 
-GLIB_REQUIRED_VERSION=1.3.8
+GLIB_REQUIRED_VERSION=1.3.9
 AC_SUBST(GLIB_REQUIRED_VERSION)
 
 dnl ==========================================================================
@@ -26,7 +26,7 @@ dnl ==========================================================================
 
 ATK_MAJOR_VERSION=0
 ATK_MINOR_VERSION=0
-ATK_MICRO_VERSION=4
+ATK_MICRO_VERSION=5
 ATK_INTERFACE_AGE=0
 ATK_BINARY_AGE=0
 ## with 1.0 you'd insert MINOR_VERSION in here, i.e. 0.3->1.0.0->1.0.1->1.0.2