Version 0.8, require GLib-1.3.12 ATK_0_8
authorOwen Taylor <otaylor@redhat.com>
Sun, 23 Dec 2001 22:42:00 +0000 (22:42 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 23 Dec 2001 22:42:00 +0000 (22:42 +0000)
Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Version 0.8, require GLib-1.3.12

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

ChangeLog
NEWS
atk/makefile.msc
configure.in

index 90a6cce..506bbbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
diff --git a/NEWS b/NEWS
index 6a943f4..e474dba 100644 (file)
--- 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
index 53bad4a..ae0f933 100644 (file)
@@ -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)
index 3556129..0e5ca50 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.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