diff --git a/ChangeLog b/ChangeLog index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e851c3fcf..f73a27fc4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson + + * 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 * configure.in: Simplified configure.in test for posix threads, diff --git a/INSTALL b/INSTALL index 091af1902..1600c0a80 100644 --- a/INSTALL +++ b/INSTALL @@ -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 ] diff --git a/NEWS b/NEWS index ccaf97d11..079ac8055 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/README b/README index 35778d8b3..f938233a3 100644 --- a/README +++ b/README @@ -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. diff --git a/configure.in b/configure.in index 4a8887bcb..e4e1d40b1 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/docs/glib-config.1 b/docs/glib-config.1 index b348aeb38..f26fb1c4f 100644 --- a/docs/glib-config.1 +++ b/docs/glib-config.1 @@ -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 diff --git a/glib.spec b/glib.spec index 027616e02..3441a8725 100644 --- a/glib.spec +++ b/glib.spec @@ -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