summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-12-23 22:42:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-12-23 22:42:00 +0000
commitc06fa69a552a61c44b374a6998d4780f8c117ba5 (patch)
tree3a7b2340caa7f9ad9ff9986e98fe7138e6f6db15
parent7ec44cfee8047c8fe996e5562e961e9253ae6f7f (diff)
downloadatk-ATK_0_8.tar.gz
Version 0.8, require GLib-1.3.12ATK_0_8
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.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS13
-rw-r--r--atk/makefile.msc2
-rw-r--r--configure.in4
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 <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
--- 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