mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-20 17:22:11 +01:00
Released 1.3.5
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com> * Released 1.3.5 * NEWS: Updated * configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5, interface/binary age 0.
This commit is contained in:
parent
d18b364dd7
commit
77ec0f5826
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
@ -1,3 +1,12 @@
|
||||
Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Released 1.3.5
|
||||
|
||||
* NEWS: Updated
|
||||
|
||||
* configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5,
|
||||
interface/binary age 0.
|
||||
|
||||
2001-05-04 Sven Neumann <sven@convergence.de>
|
||||
|
||||
* ghash.c: fixed a typo in a comment.
|
||||
|
4
INSTALL
4
INSTALL
@ -1,8 +1,8 @@
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd glib-1.3.4.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.3.4 # change to the toplevel directory
|
||||
% gzip -cd glib-1.3.5.tar.gz | tar xvf - # unpack the sources
|
||||
% cd glib-1.3.5 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GLIB
|
||||
|
||||
|
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
Overview of Changes in GLib 1.3.5:
|
||||
|
||||
* Added an installed glib-mkenums Perl program for parsing enumeration
|
||||
declarations from header files.
|
||||
* Mark some additional deprecated functions.
|
||||
* Bug and Portability fixes
|
||||
|
||||
Overview of Changes in GLib 1.3.4:
|
||||
|
||||
* Efficiency improvements for GThreadPool
|
||||
|
2
README
2
README
@ -13,7 +13,7 @@ version is meant for developers of GLib only:
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GLib version 1.3.4. GLib is a library which includes support
|
||||
This is GLib version 1.3.5. GLib is a library which includes support
|
||||
routines for C such as lists, trees, hashes, memory allocation, and
|
||||
many other things.
|
||||
|
||||
|
@ -31,7 +31,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([
|
||||
#
|
||||
GLIB_MAJOR_VERSION=1
|
||||
GLIB_MINOR_VERSION=3
|
||||
GLIB_MICRO_VERSION=4
|
||||
GLIB_MICRO_VERSION=5
|
||||
GLIB_INTERFACE_AGE=0
|
||||
GLIB_BINARY_AGE=0
|
||||
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user