pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Oct  7 23:18:36 UTC 2014

Modified Files:
        pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo
        pkgsrc/devel/glib2/patches: patch-aa patch-ak patch-gio_gioenums.h
Removed Files:
        pkgsrc/devel/glib2/patches: patch-ba patch-gio_gcredentials.c
            patch-gio_gcredentialsprivate.h patch-gio_gsocket.c
            patch-gio_gunixcredentialsmessage.c patch-gio_tests_credentials.c
            patch-glib_gmessages.c

Log Message:
Update glib to 2.42.0

Patches removed:
- patch-ba
    Fixed in 4f775b7b and 369c8bd5 (Bug 583330)
- patch-gio_gcredentials.c
  patch-gio_gcredentialsprivate.h
  patch-gio_gsocket.c
  patch-gio_gunixcredentialsmessage.c
  patch-gio_tests_credentials.c
    Fixed in 3428bba1 and e763d934 (Bugs 728256 735819)
- patch-glib_gmessages.c
    Fixed in ab9f63fa (Bug 720708)

Patches changed:
- patch-gio_gioenums.h
    Still need 45344f36 (Bug 728256)
- patch-ak (=> patch-aa)
    Hunk 9 fixed in 74ec9470

Highlights from the release notes:

* GApplication now has binding-friendly API to handle
  commandline options: g_application_add_main_option

* G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang

* g_clear_pointer and g_clear_object no longer use atomics

* The Unicode support has been updated to version 7.0
  of the Unicode standard

* GNotification now supports priorities for notifications

* GCredentials has gained NetBSD support

* GMutex now uses a faster, native implementation on Linux

* Many bugfixes found by static analysis, including potential fd leaks
  and NULL pointer dereferences.

* Increased use of (nullable) attribute on out values and return types
  now that it is supported (mostly from porting Vala metadata).

* use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of desktop
  files, deprecating g_desktop_app_info_set_desktop_env()

* add support for g_desktop_app_info_get_implementations() to find
  desktop files that have an Implements= line for a given interface

* GHmac has gained SHA-512 support

* support the new mimeapps specification (most notably, moving the
  assoications/defaults configuration to ~/.config/mimeapps.list).

* libgobject is now linked -Wl,-z,nodelete when possible to avoid errors
  when gobject is used from a module for a program that does not itself
  use gobject and that module is unloaded/reloaded

* ... and many other bug fixes.

* Many translations updated.

For full details see:

https://git.gnome.org/browse/glib/tree/NEWS?h=glib-2-42


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.204 -r1.205 pkgsrc/devel/glib2/distinfo
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/glib2/patches/patch-aa
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/glib2/patches/patch-ak
cvs rdiff -u -r1.14 -r0 pkgsrc/devel/glib2/patches/patch-ba
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/glib2/patches/patch-gio_gcredentials.c \
    pkgsrc/devel/glib2/patches/patch-gio_gcredentialsprivate.h \
    pkgsrc/devel/glib2/patches/patch-gio_gsocket.c \
    pkgsrc/devel/glib2/patches/patch-gio_gunixcredentialsmessage.c \
    pkgsrc/devel/glib2/patches/patch-gio_tests_credentials.c \
    pkgsrc/devel/glib2/patches/patch-glib_gmessages.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/glib2/patches/patch-gio_gioenums.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index