version=1.1.15

Thu Feb  4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>

        * ChangeLog
          NEWS
          README
          configure.in
          glib.spec
          docs/glib-config.1: version=1.1.15

        * Released GLib 1.1.15
This commit is contained in:
PST 1999 Shawn T. Amundson 1999-02-04 12:59:35 +00:00 committed by Shawn Amundson
parent 0221263645
commit 3d2943e0cf
14 changed files with 103 additions and 8 deletions

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,3 +1,14 @@
Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org>
* ChangeLog
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.15
* Released GLib 1.1.15
Tue Feb 02 00:08:54 1999 Tor Lillqvist <tml@iki.fi>
* gmessages.c (g_log_default_handler): (Win32:) Don't call

View File

@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-1.1.14.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.14 # change to the toplevel directory
% gzip -cd glib-1.1.15.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.15 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]

7
NEWS
View File

@ -1,3 +1,10 @@
Overview of Changes in GLib 1.1.15:
* HPUX 11 thread system detection should now work
* Release the main loop lock around calls to prepare() and
check() so it is not held over user code
* A few Win32 fixups
Overview of Changes in GLib 1.1.14:
* Check for dlsym() in system libraries and -dl

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GLib version 1.1.14. GLib, is a library which includes support
This is GLib version 1.1.15. GLib, is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.

View File

@ -29,9 +29,9 @@ rm -f glibconfig-sysdefs.h
#
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=1
GLIB_MICRO_VERSION=14
GLIB_INTERFACE_AGE=1
GLIB_BINARY_AGE=1
GLIB_MICRO_VERSION=15
GLIB_INTERFACE_AGE=2
GLIB_BINARY_AGE=2
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
AC_SUBST(GLIB_VERSION)

View File

@ -1,4 +1,4 @@
.TH GLIB 1 "16 December 1998" Version 1.1.14
.TH GLIB 1 "16 December 1998" Version 1.1.15
.SH NAME
glib-config - script to get information about the installed version of GLib
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.1.14
%define ver 1.1.15
%define rel SNAP
%define prefix /usr