mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
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:
parent
041a14df58
commit
b76b5ead5e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
4
INSTALL
4
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 ]
|
||||
|
5
NEWS
5
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.
|
||||
|
2
README
2
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.
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user