mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
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:
parent
6800c30c14
commit
06600bd0e6
11
ChangeLog
11
ChangeLog
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
4
INSTALL
4
INSTALL
@ -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
1
NEWS
@ -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
2
README
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user