diff options
author | wiz <wiz@pkgsrc.org> | 2019-08-20 14:06:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-08-20 14:06:46 +0000 |
commit | 26a2a3f206d56eb6acecef93b0a0dfc161baefe5 (patch) | |
tree | 396aac7d91c1dc99af5f9230e75c1eae75d753a7 /devel/glib2/Makefile | |
parent | f423b67c1cc478c3f6e1ae7fb2acf6e39aa3d484 (diff) | |
download | pkgsrc-26a2a3f206d56eb6acecef93b0a0dfc161baefe5.tar.gz |
glib2: update to 2.60.6
Overview of changes in GLib 2.60.6
==================================
* Fix various bugs with use of the `GKeyfileSettingsBackend` within flatpaks (!984, !985, #1825)
* Bugs fixed:
- !993 Backport !984, !985 keyfile/portal fixes to glib-2-60
Overview of changes in GLib 2.60.5
==================================
* Fix implicit use of the `GKeyfileSettingsBackend` (#1822)
* Fix opening a URI using the ‘Open URI’ portal (!968)
* Bugs fixed:
- !910 Backport !909 “D-Bus auth mechanism improvements” to glib-2-60
- !949 Backport !945 “Avoid overrunning stack at the end of the varargs.” to glib-2-60
- !956 Backport !954 “Fix the ISO 15924 code for Manichaean” to glib-2-60
- !958 gthread: fix minor errno problem in GCond
- !969 Backport !968 ”Fix typo in request handle” to glib-2-60
- !977 Backport !974 “Ensure that the keyfile settings backend exists” to glib-2-60
Diffstat (limited to 'devel/glib2/Makefile')
-rw-r--r-- | devel/glib2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 1d59ce5337a..85de1b6f1dd 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.257 2019/06/28 19:42:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.258 2019/08/20 14:06:46 wiz Exp $ .include "Makefile.common" -PKGREVISION= 5 CATEGORIES= devel gnome COMMENT= Some useful routines for C programming (glib2) |