Released GTK+ 1.0.3
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.0.3
This commit is contained in:
committed by
Shawn Amundson
parent
8e1f6f269d
commit
2cf9cfc70e
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Sun May 24 12:07:55 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GTK+ 1.0.3
|
||||
|
||||
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org>
|
||||
[1-1-0-Merge]
|
||||
|
||||
|
||||
4
INSTALL
4
INSTALL
@@ -1,8 +1,8 @@
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-1.0.2.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.0.2 # change to the toplevel directory
|
||||
% gzip -cd gtk+-1.0.3.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.0.3 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK
|
||||
[ Become root if necessary ]
|
||||
|
||||
4
NEWS
4
NEWS
@@ -1,3 +1,7 @@
|
||||
Overview of Changes in GTK+ 1.0.3:
|
||||
|
||||
* Bug fixes, including fix for visuals on SGI machines
|
||||
|
||||
Overview of Changes in GTK+ 1.0.2:
|
||||
|
||||
* Speedups for type creation and especially gtk_type_is_a() checks.
|
||||
|
||||
2
README
2
README
@@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 1.0.2. GTK+, which stands for the Gimp ToolKit,
|
||||
This is GTK+ version 1.0.3. 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.
|
||||
|
||||
@@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
|
||||
|
||||
GTK_MAJOR_VERSION=1
|
||||
GTK_MINOR_VERSION=0
|
||||
GTK_MICRO_VERSION=2
|
||||
GTK_MICRO_VERSION=3
|
||||
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
|
||||
|
||||
# For automake.
|
||||
|
||||
@@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
|
||||
|
||||
GLIB_MAJOR_VERSION=1
|
||||
GLIB_MINOR_VERSION=0
|
||||
GLIB_MICRO_VERSION=2
|
||||
GLIB_MICRO_VERSION=3
|
||||
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
|
||||
|
||||
VERSION=$GLIB_VERSION
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 1.0.2
|
||||
%define ver 1.0.3
|
||||
%define rel SNAP
|
||||
%define prefix /usr
|
||||
|
||||
@@ -46,9 +46,13 @@ are in gtk+-devel.
|
||||
|
||||
%changelog
|
||||
|
||||
* Sat May 23 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
- Changed version to 1.0.3
|
||||
|
||||
* Wed May 13 1998 Owen Taylor <otaylor@gtk.org>
|
||||
|
||||
- Changed version to 1.0.1
|
||||
- Changed version to 1.0.2
|
||||
|
||||
* Sun May 3 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user