Released GTK+ 0.99.8

Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>

        * Released GTK+ 0.99.8
This commit is contained in:
PST 1998 Shawn T. Amundson 1998-03-20 01:37:14 +00:00 committed by Shawn Amundson
parent 75a00da8d1
commit 8a544b8912
12 changed files with 52 additions and 11 deletions

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

View File

@ -1,6 +1,10 @@
Thu Mar 19 16:40:47 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Released GTK+ 0.99.8
Thu Mar 19 16:28:48 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* the Solaris ltconfig patch from draco
* the Solaris ltconfig patch from draco
Wed Mar 18 17:03:02 PST 1998 Manish Singh <yosh@gimp.org>

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of Changes in GTK+ 0.99.8:
* Compilation and configuration fixes
* DND Fixes
* New test in testgtk: cursors
* Tutorial updates/additions
* Few more FAQ additions
* More prep for 1.0
Overview of Changes in GTK+ 0.99.7:
* This release is mainly because 0.99.6 did not compile completely

2
README
View File

@ -1,5 +1,5 @@
This is GTK+ version 0.99.7. GTK, which stands for the Gimp ToolKit,
This is GTK+ version 0.99.8. 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=7
GTK_MICRO_VERSION=8
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.7)
AM_INIT_AUTOMAKE(glib, 0.99.8)
# 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.7
%define ver 0.99.8
%define rel SNAP
%define prefix /usr
@ -37,6 +37,10 @@ and GTK is a widget set for creating user interfaces.
%changelog
* Thu Mar 19 16:40:51 CST 1998 Shawn T. Amundson <amundson@gimp.org>
- Changed version to 0.99.8
* Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
- Added aclocal and bin stuff to file list.