diff options
author | tnn <tnn@pkgsrc.org> | 2008-10-06 15:20:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-10-06 15:20:26 +0000 |
commit | 2da9e21172b5d0299fe7ef212553b8c7b1d24029 (patch) | |
tree | 2b80c9913bafd10be62ef66e70cea10c3c5dba63 /devel | |
parent | b25e96345d78393c038d3a1f0843968d8860bfde (diff) | |
download | pkgsrc-2da9e21172b5d0299fe7ef212553b8c7b1d24029.tar.gz |
Overview of Changes from GLib 2.18.0 to GLib 2.18.1
===================================================
* Bugs fixed:
550433 g_test_init doesn't recognize --help
523463 Core dump in gmain.c:2482:IA__g_main_context_check
551228 G_STRFUNC on recent Sun compiler should be expanded...
551410 gtestutils.c: using printf without prototype
551731 g_date_set_time[_t] docs should mention what timezone
548321 <string.h> is not included in gi18n-lib.h
551149 xdgmime mem leak
550647 synchronous pipe I/O when reading mount reply
551887 Docs for g_desktop_app_info_new_from_filename aren't...
551681 g_content_type_guess() too naive with filenames
552352 g_app_info_launch doesn't work if "Path" key...
551408 gmodule.def generated to builddir...
552359 g_file_info_get_icon should return GThemedIcon, and...
Also updated translations.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 4 | ||||
-rw-r--r-- | devel/glib2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index b1fde90eaee..994a27ae78b 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.145 2008/09/06 11:07:20 obache Exp $ +# $NetBSD: Makefile,v 1.146 2008/10/06 15:20:26 tnn 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.0 +DISTNAME= glib-2.18.1 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/glib/2.18/ \ diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index eeadc57b8a2..09d6fd50643 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.101 2008/09/06 11:07:20 obache Exp $ +$NetBSD: distinfo,v 1.102 2008/10/06 15:20:26 tnn Exp $ -SHA1 (glib-2.18.0.tar.bz2) = 840d3e4674c74d4987ea913003da1217e0c99a64 -RMD160 (glib-2.18.0.tar.bz2) = ba682e318b3df439dc9961082e2cbc35ac74189c -Size (glib-2.18.0.tar.bz2) = 4711454 bytes +SHA1 (glib-2.18.1.tar.bz2) = d34a30cfccc8322dfe4198d26cf6bfc0210f141b +RMD160 (glib-2.18.1.tar.bz2) = 264b37584419d983685910adde8f7b282eccc1ad +Size (glib-2.18.1.tar.bz2) = 4725213 bytes SHA1 (patch-aa) = 78fd660b00dd4006392d83a9719326105635cd3d SHA1 (patch-ab) = 757cfd7f686d3e3147d13f530d1c85c7835bf762 SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337 |