2017-03-03 09:22:12 by Patrick Welche | Files touched by this commit (3) | |
Log message:
Update glib2 to 2.50.3
Overview of changes in GLib 2.50.3
==================================
* Bugs fixed:
775309 Crash in gdbusauth
775468 Improve log write supports color method on windows
775517 Password input is echoed in the terminal
775765 FDO notification withdrawal backend sends wrong ID to the server
* Translation updates:
Simplified Chinese
|
2016-12-12 10:22:54 by Maya Rashish | Files touched by this commit (1) |
Log message:
glib2: don't build with libmount on linux, avoids spurious dependency
on libmount-dev (not provided in pkgsrc, linux only)
no response from maintainer yet.
this package being broken on bulk builds leads to 3472 dependents being
broken, so commit anyway.
from mutek in PR pkg/51681
|
2016-11-25 13:42:21 by Patrick Welche | Files touched by this commit (3) | |
Log message:
Update glib2 to 2.50.2
- grew a "gio" tool for the equivalent of ls, mv, mount, which also
builds on Windows. "gio tree" is quite nice.
- updated to Unicode 9.0.0.
- added structured logging.
Full list of changes available at:
https://git.gnome.org/browse/glib/tree/NEWS?h=2.50.2
|
2016-08-21 23:47:29 by Patrick Welche | Files touched by this commit (6) | |
Log message:
Update glib2 to 2.48.2
Overview of changes in GLib 2.48.2
==================================
Bugs fixed:
547200 g_utf8_find_next_char() issues
673101 resource compiler dependency generation not working for generated files
700756 GFile.new_for_path arguments misses (type filename) annotation
725902 build: simplify dtrace configuration
728207 gsocketservice: Documentation does not mention that is already active...
730187 glocalfileoutputstream: Fix an FD leak in an error path
746685 Doc: clarify that g_variant_get_data() can be used instead of g_varia...
750257 GSettings changed signal should clearly state the order required
753231 Memory is potentially used after free
755439 Memory leak in gdbusproxy.c
760115 gtestutils: add missing dash in seed argument's --help documentation
760423 gio-querymodules prints error messages as question marks on some locales
761810 gio: Support using GDBusObjectManagerServer at path /
766211 Fix the upper bound in g_unichar_iswide_bsearch
766899 Superflous HTML/XML comments
766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_messages()
767172 docs: Move GIO_USE_VFS to "okay for production" section
767218 Remove a UTF-8 ellipsis from gsignal.h
767824 Some UTC timezones incorrectly recognized on Windows 7
767949 Typos in glib docs
768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
768551 Test failure: test_socket_address_to_string
768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
768806 gdbus tool must swallow -- argument
769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
Translations updated:
Indonesian
Portuguese
Turkish
|
2016-07-09 08:39:18 by Thomas Klausner | Files touched by this commit (1068) |
Log message:
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
|
2016-05-27 10:19:27 by Patrick Welche | Files touched by this commit (6) | |
Log message:
Update glib2 to 2.48.1
Overview of changes in GLib 2.48.1
==================================
Bugs fixed:
731988 glocalfile: Avoid a potential NULL pointer dereference
747107 GVariant varargs documentation: g_variant_get() example
747478 g_system_thread_set_name() is not implemented for gthread-win32
748474 g_get_language_names() is not thread-safe
748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
748806 GVariant: Better introduction to the concepts and its uses
749606 tests: always remove app.desktop
758174 Fix documentation typos
758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
763379 codegen: Add support for g_autoptr to gdbus-codegen generated objects
763821 build: Also dist Systemtap files always for gobject/
764092 gstrfuncs: Document the behaviour of g_strjoinv()
764574 build: Fix all statfs() tests failing
764575 tests: Fix compilation errors due to Y2K format problems
764685 GApplication documentation about handling command-line options is confusing
764754 '-' in application id: unbreak bus activation and notifications
765959 socket: set fd field to -1 after closing socket
765990 Visual Studio: Define inline only when necessary
Translations updated:
Basque language
Catalan
Vietnamese
zh_CN
|
2016-05-03 10:49:04 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Remove call to Cocoa notification too. Ride previous change rather than
forcing a revbump as it only impacts a specific lesser-used platform.
|
2016-04-26 17:26:44 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Fix build on Darwin < 10.9 by disabling Cocoa notification support.
|
2016-04-13 12:13:43 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Use _XOPEN_NAME_MAX in lieu of NAME_MAX for SunOS.
|
2016-04-09 08:11:15 by Richard PALO | Files touched by this commit (1) |
Log message:
Fix ABI check on SunOS, which defaults to i386 in absence of being set.
Fixes build on i386 with bootstrap not stipulating ABI=
|