mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 02:46:16 +01:00
Released GLib 1.1.10
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.10 * INSTALL: NEWS: README: configure.in: docs/glib-config.1: version=1.1.10
This commit is contained in:
parent
4277349743
commit
b13a3368b3
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
@ -1,3 +1,13 @@
|
||||
Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* Released GLib 1.1.10
|
||||
|
||||
* INSTALL:
|
||||
NEWS:
|
||||
README:
|
||||
configure.in:
|
||||
docs/glib-config.1: version=1.1.10
|
||||
|
||||
Wed Dec 23 04:18:11 1998 George Lebl <jirka@5z.com>
|
||||
|
||||
* gmain.c: (g_get_current_time) don't cast to timeval since
|
||||
|
10
INSTALL
10
INSTALL
@ -1,12 +1,12 @@
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd glib-1.1.9.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.1.9 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GLIB
|
||||
% gzip -cd glib-1.1.10.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.1.10 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GLIB
|
||||
[ Become root if necessary ]
|
||||
% make install # install GLIB
|
||||
% make install # install GLIB
|
||||
|
||||
The Nitty-Gritty
|
||||
================
|
||||
|
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
Overview of Changes in GLib 1.1.10:
|
||||
|
||||
* g_main_is_running: new function to check whether a main loop has been quitted
|
||||
* a few other enhancement/fixes
|
||||
|
||||
Overview of Changes in GLib 1.1.9:
|
||||
|
||||
* Check for pthread_attr_init in all cases, Digital Unix 4 requires this
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GLib version 1.1.9. GLib, is a library which includes support
|
||||
This is GLib version 1.1.10. GLib, is a library which includes support
|
||||
routines for C such as lists, trees, hashes, memory allocation, and
|
||||
many other things.
|
||||
|
||||
|
@ -26,7 +26,7 @@ rm -f glibconfig-sysdefs.h
|
||||
#
|
||||
GLIB_MAJOR_VERSION=1
|
||||
GLIB_MINOR_VERSION=1
|
||||
GLIB_MICRO_VERSION=9
|
||||
GLIB_MICRO_VERSION=10
|
||||
GLIB_INTERFACE_AGE=0
|
||||
GLIB_BINARY_AGE=0
|
||||
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH GLIB 1 "16 December 1998" Version 1.1.9
|
||||
.TH GLIB 1 "16 December 1998" Version 1.1.10
|
||||
.SH NAME
|
||||
glib-config - script to get information about the installed version of GLib
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user