diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-19 17:55:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-19 17:55:53 +0000 |
commit | 84d5ec3b1185d25f44ce97520e186e5659654a33 (patch) | |
tree | dd8fa6788c5cf7912be64f1fd4a5919f04bdb5f9 /devel/glib2/Makefile | |
parent | 988f0a1b48512ed386fbe2f6d2d3aed13cfe58a2 (diff) | |
download | pkgsrc-84d5ec3b1185d25f44ce97520e186e5659654a33.tar.gz |
Update to 2.8.6:
Overview of Changes from GLib 2.8.5 to GLib 2.8.6
=================================================
* Fix a problem with g_object_compat_control()
which can lead to segfaults in GTK+ applications
on 64bit platforms.
* Fix a memory allocation problem in GKeyFile.
[Morten Welinder]
* New and updated translations (ca,ja,ml,sv,zh_HK,zh_TW)
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 2dab70f480f..21e1f2be20d 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2006/01/06 11:14:05 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2006/01/19 17:55:53 wiz Exp $ -DISTNAME= glib-2.8.5 +DISTNAME= glib-2.8.6 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ |