version=1.1.14

Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>

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

        * Released GLib 1.1.14
This commit is contained in:
CST 1999 Shawn T. Amundson 1999-01-28 08:13:30 +00:00 committed by Shawn Amundson
parent c65e5aab74
commit 0fc0cf6635
14 changed files with 102 additions and 8 deletions

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

@ -1,3 +1,14 @@
Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
NEWS
README
configure.in
glib.spec
docs/glib-config.1: version=1.1.14
* Released GLib 1.1.14
1999-01-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Simplified configure.in test for posix threads,

View File

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

6
NEWS
View File

@ -1,3 +1,9 @@
Overview of Changes in GLib 1.1.14:
* Check for dlsym() in system libraries and -dl
* FreeBSD portability fixes
* Random bug fixes and autoconf/automake changes
Overview of Changes in GLib 1.1.13:
* Removed alloca() based function and macro variants again.

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GLib version 1.1.13. GLib, is a library which includes support
This is GLib version 1.1.14. 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=13
GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0
GLIB_MICRO_VERSION=14
GLIB_INTERFACE_AGE=1
GLIB_BINARY_AGE=1
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.13
.TH GLIB 1 "16 December 1998" Version 1.1.14
.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.13
%define ver 1.1.14
%define rel SNAP
%define prefix /usr