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:
CST 1998 Shawn T. Amundson 1998-12-24 14:55:56 +00:00 committed by Shawn Amundson
parent 4277349743
commit b13a3368b3
14 changed files with 94 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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

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

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.1.9
%define ver 1.1.10
%define rel SNAP
%define prefix /usr