diff options
author | dmcmahill <dmcmahill> | 2002-03-30 19:58:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-03-30 19:58:09 +0000 |
commit | e080720f4af53223458ef79bc48aa97da91837fb (patch) | |
tree | 1a34d1dff110ff12b5a5af3f228271d7765d130e /devel/glib2/distinfo | |
parent | 33c5c99d1dffc1d5f3af734e2459496df9f78bc1 (diff) | |
download | pkgsrc-e080720f4af53223458ef79bc48aa97da91837fb.tar.gz |
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
Diffstat (limited to 'devel/glib2/distinfo')
-rw-r--r-- | devel/glib2/distinfo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index 3ed0870bdc8..fc90cb24aba 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/03/25 02:05:47 dmcmahill Exp $ +$NetBSD: distinfo,v 1.3 2002/03/30 19:58:10 dmcmahill Exp $ -SHA1 (glib-2.0.0.tar.gz) = 0e3a4e3e5976b80b3012d2d43ab4302234cd6d2a -Size (glib-2.0.0.tar.gz) = 1912609 bytes +SHA1 (glib-2.0.1.tar.gz) = 9590afd43bb14ab85f44affde798f6a9bc6b7760 +Size (glib-2.0.1.tar.gz) = 1843874 bytes SHA1 (patch-ae) = 595a79aea5bbe65a10e34084629900b1da7b4b7b SHA1 (patch-af) = 28dff19acbe3df8c1bcf2055b35eb5b20201f395 -SHA1 (patch-ag) = fb9865c0210ede92c7af3792d30b13d582e5d38d |