Released GLib 1.1.8 GLIB_1_1_8
authorCST 1998 Shawn T. Amundson <amundson@gtk.org>
Wed, 16 Dec 1998 05:18:43 +0000 (05:18 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Wed, 16 Dec 1998 05:18:43 +0000 (05:18 +0000)
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.8

14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
INSTALL
NEWS
README
configure.in
docs/glib-config.1
glib.spec

index 389b53e..16bc72d 100644 (file)
--- a/ChangeLog
+++ b/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.
index 389b53e..16bc72d 100644 (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.
index 389b53e..16bc72d 100644 (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.
index 389b53e..16bc72d 100644 (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.
index 389b53e..16bc72d 100644 (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.
index 389b53e..16bc72d 100644 (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.
index 389b53e..16bc72d 100644 (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.
index 389b53e..16bc72d 100644 (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.
diff --git a/INSTALL b/INSTALL
index 663602e..8dcc2de 100644 (file)
--- 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 d9064d3..ddffaf8 100644 (file)
--- 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 b01d675..ba3039a 100644 (file)
--- 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.
 
index e52541d..0645fcb 100644 (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)
 
index 9f69947..0bd8606 100644 (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
index 0dc84cb..18cbe9f 100644 (file)
--- 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