Released GLib 1.1.2

Wed Aug  5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.2
This commit is contained in:
PDT 1998 Shawn T. Amundson 1998-08-05 17:05:38 +00:00 committed by Shawn Amundson
parent 041a14df58
commit b76b5ead5e
13 changed files with 44 additions and 7 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -1,3 +1,7 @@
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2
Wed Aug 05 01:15:36 1998 George Lebl <jirka@5z.com>
* testglib.c: fix 64-bitness in g_prints, sizeof doesn't

View File

@ -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 ]

5
NEWS
View File

@ -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.

2
README
View File

@ -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.

View File

@ -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)

View File

@ -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