2001-06-11  Havoc Pennington  <hp@redhat.com>

	* NEWS: updated

	* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6

2001-06-12  Havoc Pennington  <hp@redhat.com>

	* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
	bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
	in bin_SCRIPTS and cp it into builddir
This commit is contained in:
Havoc Pennington 2001-06-12 20:05:43 +00:00 committed by Havoc Pennington
parent 823b1544fe
commit 7ab9d6380d
16 changed files with 81 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,3 +1,9 @@
2001-06-11 Havoc Pennington <hp@redhat.com>
* NEWS: updated
* configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6
2001-06-08 Alex Larsson <alexl@redhat.com>
* gstrfuncs.[ch]:

View File

@ -1,8 +1,8 @@
Simple install procedure
========================
% gzip -cd glib-1.3.5.tar.gz | tar xvf - # unpack the sources
% cd glib-1.3.5 # change to the toplevel directory
% gzip -cd glib-1.3.6.tar.gz | tar xvf - # unpack the sources
% cd glib-1.3.6 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB

14
NEWS
View File

@ -1,3 +1,17 @@
Overview of Changes in GLib 1.3.6:
* Threads have a "return value" from g_thread_join
* Removed ability to adjust thread stack size
* Prefix warnings with progname/PID by default, change toggle for this to
be an env variable G_MESSAGES_PREFIXED not a compile-time option
* GMarkup speedups
* GDate const, convenience fixups
* Include test cases that headers are compilable by C++ compiler
* Add ability to spawn processes with argv[0] != executable path.
* g_strstr_len, g_strrstr, g_strrstr_len
* Add length argument to g_utf8_strchr and g_utf8_strrchr.
* Misc bug fixes
Overview of Changes in GLib 1.3.5:
* Added an installed glib-mkenums Perl program for parsing enumeration

2
README
View File

@ -13,7 +13,7 @@ version is meant for developers of GLib only:
General Information
===================
This is GLib version 1.3.5. GLib is a library which includes support
This is GLib version 1.3.6. GLib is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.

View File

@ -31,7 +31,7 @@ GLIB_AC_DIVERT_BEFORE_HELP([
#
GLIB_MAJOR_VERSION=1
GLIB_MINOR_VERSION=3
GLIB_MICRO_VERSION=5
GLIB_MICRO_VERSION=6
GLIB_INTERFACE_AGE=0
GLIB_BINARY_AGE=0
GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION

View File

@ -71,7 +71,6 @@ arrays or arrays on the stack.
Portable way to copy <type>va_list</type> variables.
</para>
<!-- # Unused Parameters # -->
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
@ap2: a <type>va_list</type>.

View File

@ -423,6 +423,7 @@ that may contain invalid UTF-8.
</para>
@p:
@len:
@c:
@Returns:
<!-- # Unused Parameters # -->
@ -435,6 +436,7 @@ that may contain invalid UTF-8.
</para>
@p:
@len:
@c:
@Returns:
<!-- # Unused Parameters # -->

View File

@ -1,3 +1,9 @@
2001-06-12 Havoc Pennington <hp@redhat.com>
* Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
in bin_SCRIPTS and cp it into builddir
Thu May 31 17:56:47 2001 Owen Taylor <otaylor@redhat.com>
* gobject-query.c: Fix mispelling in help output.

View File

@ -154,7 +154,7 @@ libgobject_1_3_la_SOURCES = $(gruntime_target_sources)
# programs to compile and install
#
bin_PROGRAMS = gobject-query glib-genmarshal
bin_SCRIPTS = $(srcdir)/glib-mkenums
bin_SCRIPTS = glib-mkenums
noinst_PROGRAMS = testgruntime
# source files
gobject_query_SOURCES = gobject-query.c
@ -188,6 +188,12 @@ BUILT_EXTRA_DIST = \
makefile.msc \
gobject.rc
glib-mkenums: $(srcdir)/glib-mkenums
if test -e glib-mkenums; then \
rm glib-mkenums; \
fi; \
cp $(srcdir)/glib-mkenums glib-mkenums
gobject.rc: $(top_builddir)/config.status $(top_srcdir)/gobject/gobject.rc.in
cd $(top_builddir) && CONFIG_FILES=gobject/$@ CONFIG_HEADERS= $(SHELL) ./config.status