Released GLib 1.1.8

Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.8
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-12-16 05:18:43 +00:00 committed by Shawn Amundson
parent 6800c30c14
commit 06600bd0e6
14 changed files with 97 additions and 8 deletions

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

@ -1,3 +1,14 @@
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.8
* INSTALL:
NEWS:
README
configure.in:
glib.spec:
docs/glib-config.1: Incremented version
Wed Dec 16 22:29:48 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* configure.in: fixed the AIX thread checking.

View File

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

1
NEWS
View File

@ -1,4 +1,5 @@
Overview of Changes in GLib 1.1.8:
* Added threading support
- The ability to specify a set of functions to be used for
locking at runtime.

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GLib version 1.1.7. GLib, is a library which includes support
This is GLib version 1.1.8. GLib, is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.

View File

@ -18,9 +18,9 @@ cflags_set=${CFLAGS+set}
#
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=1
GLIB_MICRO_VERSION=7
GLIB_INTERFACE_AGE=1
GLIB_BINARY_AGE=1
GLIB_MICRO_VERSION=8
GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
AC_SUBST(GLIB_VERSION)

View File

@ -1,4 +1,4 @@
.TH GLIB 1 "24 October 1998" Version 1.1.7
.TH GLIB 1 "24 October 1998" Version 1.1.8
.SH NAME
glib-config - script to get information about the installed version of GLib
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.1.7
%define ver 1.1.8
%define rel SNAP
%define prefix /usr