+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
+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
+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
+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
+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
+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
+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
+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
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 ]
+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.
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.
#
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)
# Note that this is NOT a relocatable package
-%define ver 1.1.1
+%define ver 1.1.2
%define rel SNAP
%define prefix /usr