Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 03/30/2002 21:58:10
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sat Mar 30 19:58:10 UTC 2002

Modified Files:
	pkgsrc/devel/glib2: Makefile PLIST distinfo
Removed Files:
	pkgsrc/devel/glib2/patches: patch-ag

Log Message:
update to glib-2.0.1

Overview of Changes in GLib 2.0.1
=================================

* Portability fixes for Sun's Forte compiler [Erwann Chenede]
* Performance improvements for GObject parameter lookup,
  g_filename_to/from_utf8() [Alex Larsson]
* Actually check interface prerequisites [Matthias Clasen,
  Miroslaw Dobrzanski-Neumann]
* Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
* Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
* Fixes for g_log() and threading.
  [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
* Make g_print(), g_printerr(), g_warning(), etc, convert from
  UTF-8 to the encoding of the locale [Sebastain Wilhelmi, Tim]
* Fixes for GIOChannel on windows. [Tor Lillquist]
* Fix gsize/gint mismatches in giochannel.c [Miroslaw]
* Fix file descriptor leak in g_file_get_contents() [Matthias]
* Workaround iconv() problems on older Solaris [Lauri Alanko]
* Fix warnings with gcc-3.1 about asm const [Cody Russel]
* Minor bug fixes.

Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
Akira Tagoh, Morten Welinder


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/glib2/Makefile \
    pkgsrc/devel/glib2/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/glib2/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/glib2/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.