Released GLib 1.1.7

Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.7

        * INSTALL:
          NEWS:
          README:
          configure.in:
          glib.spec:
          docs/glib-config.1: Increased version to 1.1.7
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-12-11 06:10:08 +00:00 committed by Shawn Amundson
parent 79c4245dc6
commit 1f199b4e7b
14 changed files with 100 additions and 8 deletions

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,3 +1,14 @@
Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.7
* INSTALL:
NEWS:
README:
configure.in:
glib.spec:
docs/glib-config.1: Increased version to 1.1.7
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h

View File

@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-1.1.6.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.6 # change to the toplevel directory
% gzip -cd glib-1.1.7.tar.gz | tar xvf - # unpack the sources
% cd glib-1.1.7 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB
[ Become root if necessary ]

4
NEWS
View File

@ -1,3 +1,7 @@
Overview of Changes in GLib 1.1.7:
* Removed multiple define from glibconfig.h
Overview of Changes in GLib 1.1.6:
* New GDate functionality for calendar date manipulations (g_date_*)

2
README
View File

@ -1,7 +1,7 @@
General Information
===================
This is GLib version 1.1.6. GLib, is a library which includes support
This is GLib version 1.1.7. GLib, is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.

View File

@ -18,9 +18,9 @@ cflags_set=${CFLAGS+set}
#
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=1
GLIB_MICRO_VERSION=6
GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0
GLIB_MICRO_VERSION=7
GLIB_INTERFACE_AGE=1
GLIB_BINARY_AGE=1
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
AC_SUBST(GLIB_VERSION)

View File

@ -1,4 +1,4 @@
.TH GLIB 1 "24 October 1998" Version 1.1.6
.TH GLIB 1 "24 October 1998" Version 1.1.7
.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.6
%define ver 1.1.7
%define rel SNAP
%define prefix /usr