Released GLib 1.1.9

Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.9

        * INSTALL:
          NEWS:
          README:
          configure.in:
          glib.spec:
          docs/glib-config.1: version=1.1.9
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-12-17 05:16:29 +00:00 committed by Shawn Amundson
parent 77ccad4d2f
commit d9fca59e2a
14 changed files with 100 additions and 6 deletions

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

@ -1,3 +1,14 @@
Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.9
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: version=1.1.9
Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org> Wed Dec 16 22:32:13 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* glib.h: * glib.h:

View File

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

6
NEWS
View File

@ -1,3 +1,9 @@
Overview of Changes in GLib 1.1.9:
* Check for pthread_attr_init in all cases, Digital Unix 4 requires this
* For G_LOCK_DECLARE_*, if !G_THREADS_ENABLED, eat trailing semicolon better
* Changed g_main_poll_(add|remove) to g_main_(add|remove)_poll
Overview of Changes in GLib 1.1.8: Overview of Changes in GLib 1.1.8:
* Added threading support * Added threading support

2
README
View File

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

View File

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

View File

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

View File

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