2015-03-14 02:24:54 by Patrick Welche | Files touched by this commit (4) | |
Log message:
Update glib2 to 2.42.2
Overview of changes in GLib 2.42.2
==================================
* Bugs fixed:
712570 Hang in g_threaded_socket_service_func
719455 g_file_make_directory_with_parents() can erroneously throw...
727829 win32: glibconfig.h.win32 updates
734946 Implement GContentType on OSX
741024 glist: Mention that g_list_length() is bad for checking li...
741654 [patch] gobject: don't use G_STRLOC in G_OBJECT_WARN_INVAL...
741788 Document GSettings build system integration
741807 Add thread name support on OS X and iOS
742851 avoid MSVC warnings in G_STMT_END
743508 polkitd fails to start: patch for gio/gcredentialsprivate.h
743936 handle unsigned modifier for long long in internal printf
* Translation updates:
Swedish
|
2015-01-25 07:54:28 by Masatake Daimon | Files touched by this commit (3) |
Log message:
patches/patch-glib_gmain.c: Imported patch from the upstream Bugzilla
Bug 728123 - glib2 @2.40.0 issues a "Got weird mach timebase info" \
error (Macports, PPC)
https://bugzilla.gnome.org/show_bug.cgi?id=728123
Tested on powerpc-apple-darwin9.
|
2014-11-29 18:55:07 by Patrick Welche | Files touched by this commit (4) | |
Log message:
Update glib2 to 2.42.1
Overview of changes in GLib 2.42.1
==================================
* This release disables deprecation warnings by default
* Bugs fixed:
728256 gcredentials: add NetBSD support (no more patch-gio_gioenums.h)
736806 gtask: Fix reference count loop causing leaks
737143 Include <stdint.h> in glib/valgrind.h
738170 g_byte_array_new_take() doesn't initialize array->alloc
738197 g_cond_timed_wait() doesn't time out on Mac OS X
* Translation updates:
Bengali (India)
Bulgarian
Gujarati
Italian
Norwegian bokmål
Telugu
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-10-08 01:18:36 by Patrick Welche | Files touched by this commit (14) | |
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
|
2014-10-07 08:29:21 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 2.40.2:
This release contains several BSD-related fixes backported from master
which failed to make it into the last release.
|
2014-10-01 14:14:42 by Patrick Welche | Files touched by this commit (3) |
Log message:
Fix ABI break (2 enums change value) when I added NetBSD credential support
|
2014-09-15 01:35:23 by Patrick Welche | Files touched by this commit (2) |
Log message:
Refer to upstream bug
|
2014-09-14 23:36:19 by John Klos | Files touched by this commit (2) |
Log message:
Fixes glib2 on netbsd-5. From OBATA Akio. Tested on macppc and amd64.
|
2014-09-08 10:44:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Add a comment explaining why we need to force --with-libiconv=gnu for
the ICONV_TYPE=gnu case. Suggested by wiz.
|