Released 0.99.7

Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>

        * Released 0.99.7
This commit is contained in:
PST 1998 Shawn T. Amundson 1998-03-15 03:46:29 +00:00 committed by Shawn Amundson
parent 8fa6f19aa2
commit e8a447e002
13 changed files with 42 additions and 5 deletions

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

View File

@ -1,3 +1,7 @@
Sat Mar 14 19:36:16 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released 0.99.7
Sat Mar 14 20:07:45 1998 Owen Taylor <owt1@cornell.edu>
* gtk.m4: Fixed reversed conditional, so checks against

5
NEWS
View File

@ -1,3 +1,8 @@
Overview of Changes in GTK+ 0.99.7:
* This release is mainly because 0.99.6 did not compile completely
due to a missing file.
Overview of Changes in GTK+ 0.99.6:
* Intermediate release to become 1.0.

2
README
View File

@ -1,5 +1,5 @@
This is GTK+ version 0.99.6. GTK, which stands for the Gimp ToolKit,
This is GTK+ version 0.99.7. GTK, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces.
The official ftp site is:

View File

@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
GTK_MAJOR_VERSION=0
GTK_MINOR_VERSION=99
GTK_MICRO_VERSION=6
GTK_MICRO_VERSION=7
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
# For automake.

View File

@ -5,7 +5,7 @@ AC_INIT(glist.c)
cflags_set=${CFLAGS+set}
dnl Initialize automake stuff
AM_INIT_AUTOMAKE(glib, 0.99.6)
AM_INIT_AUTOMAKE(glib, 0.99.7)
# Specify a configuration file
AM_CONFIG_HEADER(glibconfig.h)

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 0.99.6
%define ver 0.99.7
%define rel SNAP
%define prefix /usr
@ -39,6 +39,10 @@ and GTK is a widget set for creating user interfaces.
* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
- Changed version to 0.99.7
* Fri Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
- Updated ftp url and changed version to 0.99.6
* Thu Mar 12 1998 Marc Ewing <marc@redhat.com>

2
gtk.m4
View File

@ -9,7 +9,7 @@ AC_DEFUN(AM_PATH_GTK,
dnl Get the cflags and libraries from the gtk-config script
dnl
AC_CHECK_PROG(GTK_CONFIG, gtk-config, gtk-config, no)
min_gtk_version=ifelse([$1], ,0.99.6,$1)
min_gtk_version=ifelse([$1], ,0.99.7,$1)
AC_MSG_CHECKING(for GTK - version >= $min_gtk_version)
no_gtk=""
if test "$GTK_CONFIG" != "no" ; then