+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
+Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+ * Released GLib 1.1.12
+
+ * INSTALL:
+ NEWS:
+ README:
+ configure.in:
+ glib.spec:
+ docs/glib-config.1: version=1.1.12
+
+ * tests/Makefile.am: fixed so it works properly with
+ builddir and srcdir.
+
Sun Jan 3 01:38:14 EST 1999 Jeff Garzik <jgarzik@pobox.com>
* tests/Makefile.am:
Simple install procedure
========================
- % gzip -cd glib-1.1.11.tar.gz | tar xvf - # unpack the sources
- % cd glib-1.1.11 # change to the toplevel directory
+ % gzip -cd glib-1.1.12.tar.gz | tar xvf - # unpack the sources
+ % cd glib-1.1.12 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]
+Overview of Changes in GLib 1.1.12:
+
+* Added alloca functions/macros: g_strdup_a, g_strconcat3_a, g_alloca,
+ g_new_a, g_new0_a
+* New tests structure. Type 'make check' on your system to run them.
+* Avoid unnecessary extra hook referencing in g_hook_list_marshal
+
Overview of Changes in GLib 1.1.11:
* provide defaults for POLL sysdefs
General Information
===================
-This is GLib version 1.1.11. GLib, is a library which includes support
+This is GLib version 1.1.12. 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=11
+GLIB_MICRO_VERSION=12
GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
-.TH GLIB 1 "16 December 1998" Version 1.1.11
+.TH GLIB 1 "16 December 1998" Version 1.1.12
.SH NAME
glib-config - script to get information about the installed version of GLib
.SH SYNOPSIS
# Note that this is NOT a relocatable package
-%define ver 1.1.10
+%define ver 1.1.12
%define rel SNAP
%define prefix /usr
-INCLUDES = -I..
+INCLUDES = -I$(top_srcdir)
TESTS = \
alloca-test \
noinst_PROGRAMS = $(TESTS)
-alloca_test_LDADD = ../libglib.la
-array_test_LDADD = ../libglib.la
-hash_test_LDADD = ../libglib.la
-list_test_LDADD = ../libglib.la
-node_test_LDADD = ../libglib.la
-relation_test_LDADD = ../libglib.la
-slist_test_LDADD = ../libglib.la
-string_test_LDADD = ../libglib.la
-tree_test_LDADD = ../libglib.la
+alloca_test_LDADD = $(top_builddir)/libglib.la
+array_test_LDADD = $(top_builddir)/libglib.la
+hash_test_LDADD = $(top_builddir)/libglib.la
+list_test_LDADD = $(top_builddir)/libglib.la
+node_test_LDADD = $(top_builddir)/libglib.la
+relation_test_LDADD = $(top_builddir)/libglib.la
+slist_test_LDADD = $(top_builddir)/libglib.la
+string_test_LDADD = $(top_builddir)/libglib.la
+tree_test_LDADD = $(top_builddir)/libglib.la