NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to

Tue Dec  1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * INSTALL:
          NEWS:
          README:
          glib.spec:
          docs/glib-config.1: Incremented versions to 1.1.6.
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-12-02 05:30:22 +00:00 committed by Shawn Amundson
parent 2886be294a
commit e37b4d00a4
13 changed files with 84 additions and 5 deletions

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

@ -1,3 +1,11 @@
Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* INSTALL:
NEWS:
README:
glib.spec:
docs/glib-config.1: Incremented versions to 1.1.6.
Wed Dec 2 02:10:59 1998 Tim Janik <timj@gtk.org>
* gdate.c: s/time_t/GTime/ and s/g_print/g_message/

View File

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

15
NEWS
View File

@ -1,3 +1,18 @@
Overview of Changes in GLib 1.1.6:
* New GDate functionality for calendar date manipulations (g_date_*)
* New GAllocator type and assocated functions
* New functions g_slist_copy and g_list_copy to duplicate a list with all
its data pointers.
* New function g_array_insert_vals and new macro g_array_insert_val to
insert elements at an arbitrary index
* GAllocators used for glist, gslist, gnode node allocations
* Incremental freezing in ghash
* New function g_hook_list_marshal_check to eventually destroy hooks after
they got marshalled
* Removed GListAllocator type and its g_*_allocator_*() function variants
* Bug fixes
Overview of Changes in GLib 1.1.5:
* Win32 portability

2
README
View File

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

View File

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