From: PDT 1998 Shawn T. Amundson Date: Wed, 5 Aug 1998 17:05:38 +0000 (+0000) Subject: Released GLib 1.1.2 X-Git-Tag: GLIB_1_1_2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2FGLIB_1_1_2;p=platform%2Fupstream%2Fglib.git Released GLib 1.1.2 Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 --- diff --git a/ChangeLog b/ChangeLog index 1322bd2..6f7073a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1322bd2..6f7073a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson + + * Released GLib 1.1.2 + Wed Aug 05 01:15:36 1998 George Lebl * testglib.c: fix 64-bitness in g_prints, sizeof doesn't diff --git a/INSTALL b/INSTALL index 7881c1a..a668e12 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ 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 ] diff --git a/NEWS b/NEWS index 7fe3c83..59b3743 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +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. diff --git a/README b/README index 7111830..050556c 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ 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. diff --git a/configure.in b/configure.in index 99606e2..76ad642 100644 --- a/configure.in +++ b/configure.in @@ -14,9 +14,9 @@ cflags_set=${CFLAGS+set} # 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) diff --git a/glib.spec b/glib.spec index 87ac187..cd3ef64 100644 --- a/glib.spec +++ b/glib.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 1.1.1 +%define ver 1.1.2 %define rel SNAP %define prefix /usr