Released GLib 1.2.7

Wed Feb 16 05:18:37 CST 2000  Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.2.7
This commit is contained in:
CST 2000 Shawn T. Amundson 2000-02-16 13:02:54 +00:00 committed by Shawn Amundson
parent ec9b73bcd4
commit 258ea8f8b0
10 changed files with 35 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

@ -1,3 +1,7 @@
Wed Feb 16 05:18:37 CST 2000 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.7
Mon Feb 14 22:32:49 2000 Tim Janik <timj@gtk.org>
* gstring.c: changed g_str_hash() to a 31 bit version based on

View File

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

2
README
View File

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