diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-24 14:27:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-24 14:27:44 +0000 |
commit | ad3842d122433dc2e3fe7d316b81b986771660a1 (patch) | |
tree | b5589e02bcbcf977d1984f252003a35228d03cd0 /devel/glib2/Makefile | |
parent | 75af163f804e196250c40adcac0bfad69045a4a2 (diff) | |
download | pkgsrc-ad3842d122433dc2e3fe7d316b81b986771660a1.tar.gz |
Update to 2.18.3:
Overview of Changes from GLib 2.18.2 to GLib 2.18.3
===================================================
* Build with libtool 2.x
(Seems to work fine with pkgsrc libtool though, at least for now)
* Bugs fixed:
557087 mem leak in g_content_types_get_registered
558185 'parent' variable in g_local_file_get_child_for_display_name()
hits g_object_unref(NULL) assertion
557210 g_compute_checksum_for_* asserts with less than 2 bytes
528320 Incorrect icons displayed for files with custom mimetype icons
557592 Missing include in gwinhttpfile.c
556415 Crash on Windows 2000 in g_winhttp_vfs_init()
556910 Memory leak: sub
561352 Leak of icon description
561375 Leaks mountpoint description
560569 gkeyfile doesn't use the set list_separator in some cases
560568 gkeyfile docs buglet
559413 g_option_group_set_error_hook docs buglet
* Updated translations:
Arabic (ar)
Diffstat (limited to 'devel/glib2/Makefile')
-rw-r--r-- | devel/glib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index b2fd4b5789f..eaef08d47d8 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.147 2008/10/24 15:59:52 wiz Exp $ +# $NetBSD: Makefile,v 1.148 2008/11/24 14:27:44 wiz Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. -DISTNAME= glib-2.18.2 +DISTNAME= glib-2.18.3 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/glib/2.18/ \ |