diff --git a/ChangeLog b/ChangeLog index 389b53ef6..16bc72db9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 389b53ef6..16bc72db9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson + + * 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 * configure.in: fixed the AIX thread checking. diff --git a/INSTALL b/INSTALL index 663602e00..8dcc2de38 100644 --- a/INSTALL +++ b/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 ] diff --git a/NEWS b/NEWS index d9064d37d..ddffaf87f 100644 --- a/NEWS +++ b/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. diff --git a/README b/README index b01d67547..ba3039a6c 100644 --- a/README +++ b/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. diff --git a/configure.in b/configure.in index e52541ded..0645fcbb9 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/docs/glib-config.1 b/docs/glib-config.1 index 9f6994705..0bd860671 100644 --- a/docs/glib-config.1 +++ b/docs/glib-config.1 @@ -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 diff --git a/glib.spec b/glib.spec index 0dc84cb3d..18cbe9ffa 100644 --- a/glib.spec +++ b/glib.spec @@ -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