Released GLib 1.1.2 GLIB_1_1_2
authorPDT 1998 Shawn T. Amundson <amundson@gtk.org>
Wed, 5 Aug 1998 17:05:38 +0000 (17:05 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Wed, 5 Aug 1998 17:05:38 +0000 (17:05 +0000)
Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.2

13 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
glib.spec

index 1322bd2..6f7073a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
index 1322bd2..6f7073a 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.2
+
 Wed Aug 05 01:15:36 1998  George Lebl  <jirka@5z.com>
 
        * testglib.c: fix 64-bitness in g_prints, sizeof doesn't
diff --git a/INSTALL b/INSTALL
index 7881c1a..a668e12 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-1.1.1.tar.gz | tar xvf - # unpack the sources
-  % cd glib-1.1.1                          # change to the toplevel directory
+  % gzip -cd glib-1.1.2.tar.gz | tar xvf - # unpack the sources
+  % cd glib-1.1.2                          # change to the toplevel directory
   % ./configure                            # run the `configure' script
   % make                                   # build GLIB
   [ Become root if necessary ]
diff --git a/NEWS b/NEWS
index 7fe3c83..59b3743 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of Changes in GLib 1.1.2:
+
+* Fixed packaging mistake which occured in 1.1.1
+* fix 64-bitness in g_prints in glibtest
+
 What is new in GLib 1.1.1:
 
 * An n-way tree implementation is provided now, based on the GNode structure.
diff --git a/README b/README
index 7111830..050556c 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 1.1.1. GLib, is a library which includes support
+This is GLib version 1.1.2. GLib, is a library which includes support
 routines for C such as lists, trees, hashes, memory allocation, and
 many other things.
 
index 99606e2..76ad642 100644 (file)
@@ -14,9 +14,9 @@ cflags_set=${CFLAGS+set}
 #
 GLIB_MAJOR_VERSION=1
 GLIB_MINOR_VERSION=1
-GLIB_MICRO_VERSION=1
-GLIB_INTERFACE_AGE=0
-GLIB_BINARY_AGE=1
+GLIB_MICRO_VERSION=2
+GLIB_INTERFACE_AGE=1
+GLIB_BINARY_AGE=2
 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
 AC_SUBST(GLIB_VERSION)
 
index 87ac187..cd3ef64 100644 (file)
--- a/glib.spec
+++ b/glib.spec
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      1.1.1
+%define ver      1.1.2
 %define rel      SNAP
 %define prefix   /usr