From c06fa69a552a61c44b374a6998d4780f8c117ba5 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 23 Dec 2001 22:42:00 +0000 Subject: [PATCH] Version 0.8, require GLib-1.3.12 Sat Dec 22 12:26:51 2001 Owen Taylor * configure.in: Version 0.8, require GLib-1.3.12 * atk/makefile.msc (PKG_VER): Version 0.8. --- ChangeLog | 6 ++++++ NEWS | 13 +++++++++++++ atk/makefile.msc | 2 +- configure.in | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90a6cce..506bbbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 22 12:26:51 2001 Owen Taylor + + * configure.in: Version 0.8, require GLib-1.3.12 + + * atk/makefile.msc (PKG_VER): Version 0.8. + Thu Dec 20 00:33:47 2001 Owen Taylor * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary diff --git a/NEWS b/NEWS index 6a943f4..e474dba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in 0.8 + +* Win32 build fixes [Hans Breuer] +* Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain] +* Register types for ATK enumerations [Padraig] +* Allow registration of new txt attribute types [Padraig] +* Miscellaneous small API additions [Padraig] +* New test cases [Padraig] +* Documentation improvements [Padraig] + +Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, + Sebastian Wilhelmi + Changes in 0.7 * Some restructuring of how change notification works, use diff --git a/atk/makefile.msc b/atk/makefile.msc index 53bad4a..ae0f933 100644 --- a/atk/makefile.msc +++ b/atk/makefile.msc @@ -6,7 +6,7 @@ PRJ_TOP = .. PACKAGE = atk !INCLUDE $(TOP)\glib\build\win32\make.msc -PKG_VER = 0.7 +PKG_VER = 0.8 top_srcdir = $(PRJ_TOP) top_builddir = $(PRJ_TOP) diff --git a/configure.in b/configure.in index 3556129..0e5ca50 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl it too, or it will never make it into the spec file! dnl dnl ========================================================================== -GLIB_REQUIRED_VERSION=1.3.11 +GLIB_REQUIRED_VERSION=1.3.12 AC_SUBST(GLIB_REQUIRED_VERSION) dnl ========================================================================== @@ -26,7 +26,7 @@ dnl ========================================================================== ATK_MAJOR_VERSION=0 ATK_MINOR_VERSION=0 -ATK_MICRO_VERSION=7 +ATK_MICRO_VERSION=8 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 -- 2.7.4