From: Owen Taylor Date: Fri, 4 May 2001 22:34:43 +0000 (+0000) Subject: Released 1.3.5 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=77ec0f58267feb9d2d98fa98ff301edcbd19476a;p=dana%2Fcg-glib.git Released 1.3.5 Fri May 4 11:49:18 2001 Owen Taylor * Released 1.3.5 * NEWS: Updated * configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5, interface/binary age 0. --- diff --git a/ChangeLog b/ChangeLog index aed8e138..de9984b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aed8e138..de9984b3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +Fri May 4 11:49:18 2001 Owen Taylor + + * 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 * ghash.c: fixed a typo in a comment. diff --git a/INSTALL b/INSTALL index de37a578..297b70b6 100644 --- a/INSTALL +++ b/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 diff --git a/NEWS b/NEWS index 5d12ef72..c9cb40c0 100644 --- a/NEWS +++ b/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 diff --git a/README b/README index 8224a6ec..cab6a7a1 100644 --- a/README +++ b/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. diff --git a/configure.in b/configure.in index a023c87e..bb29288c 100644 --- a/configure.in +++ b/configure.in @@ -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