Released GTK+ 1.0.6

Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GTK+ 1.0.6
This commit is contained in:
PDT 1998 Shawn T. Amundson
1998-09-21 05:27:08 +00:00
committed by Shawn Amundson
parent 0bbd333f29
commit fafa639f7b
12 changed files with 37 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,3 +1,7 @@
Sun Sep 20 22:17:03 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.0.6
Sun Sep 20 18:57:57 1998 Owen Taylor <otaylor@gtk.org>
* NEWS: Update for 1.0.6 release.

View File

@@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd gtk+-1.0.5.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.0.5 # change to the toplevel directory
% gzip -cd gtk+-1.0.6.tar.gz | tar xvf - # unpack the sources
% cd gtk+-1.0.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]

2
README
View File

@@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 1.0.5. GTK+, which stands for the Gimp ToolKit,
This is GTK+ version 1.0.6. GTK+, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces for the X Window
System. It is designed to be small, efficient, and flexible. GTK+ is
written in C with a very object-oriented approach.

View File

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

View File

@@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=0
GLIB_MICRO_VERSION=5
GLIB_MICRO_VERSION=6
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
VERSION=$GLIB_VERSION

View File

@@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.0.5
%define ver 1.0.6
%define rel SNAP
%define prefix /usr
@@ -46,6 +46,9 @@ are in gtk+-devel.
%changelog
* Sun Sep 20 1998 Shawn T. Amundson <amundson@gtk.org>
-Changed version to 1.0.6
* Fri Sep 11 1998 Owen Taylor <otaylor@redhat.com>
- Install glib.info
- Require matching glib and gtk-devel versions