+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.
+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.
+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.
+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.
+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.
+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.
+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.
+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.
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
+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
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.
#
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