[glib] Created tag 2.55.1
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.55.1
- Date: Mon, 8 Jan 2018 19:57:20 +0000 (UTC)
The unsigned tag '2.55.1' was created.
Tagger: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 8 14:56:53 2018 -0500
2.55.1
Changes since the last tag '2.55.0':
Alan Coopersmith (1):
Fix -z nodelete configure check to work on Solaris
Alexander Larsson (1):
Add support for g_auto[s]list(Type)
Arnaud Bonatti (3):
Fix gschema.dtd regarding flags
gio: Remove stray ‘<’ from gschema.dtd
Add ‘gsettings list-schemas --print-paths’ option
Carlos Garcia Campos (2):
gproxyresolverportal: do not connect to session bus when not under flatpak
gtester: do not consider skipped tests as failures
Christian Hergert (4):
macros: make G_GNUC_CHECK_VERSION() portable
gobject: fix typecasts via g_object_ref
gobject: add type propagation to gobject ref API
socketlistener: fix event signature in vfunc
Christoph Reiter (3):
meson: build Windows resource files
meson: fix static build under Windows
meson: work around meson not passing on the threads dependency when link_with is used
Christophe Fergeau (1):
Fix "on on" typo in tap-driver.sh comment
Daiki Ueno (4):
GDBusMenuModel: Allow NULL bus name for peer-to-peer connection
GDBusActionGroup: Allow NULL bus name for peer-to-peer connection
GMenuExporter: Allow NULL bus name for peer-to-peer connection
tests/gmenumodel: Add test cases using peer-to-peer D-Bus connection
Dan Winship (1):
glib: document restrictions on various foreach() functions
Daniel Boles (2):
Binding: bind_property’s @notify func is nullable
gdbus-test-codegen: Cast to void* to printf "%p"
Daniel Macks (3):
Git should ignore generated config.py file
Do not load systemwide giomodules during self-test
Add configuration option for charset.alias directory
David Schleef (1):
gdatetime: fix floating-point conversion
Dominique Leuenberger (1):
gtester-report: fix range usage when running as python3 app
Emanuele Aina (2):
tests: Don't assume that private data follows the instance data
tests: Re-wire the testgobject test program to the build system
Emmanuele Bassi (8):
docs: Fix typo in the GObject tutorial
Remove outdated/obsolete README
Use escaped version of typeof
Disable refcounting type propagation with C++
Do not generate marshaller aliases in source files
Do not expand autoptr macros when running introspection
docs: Remove mention of disable-regex
docs: Update the "building GLib" section
Florian Müllner (1):
gdesktopappinfo: Add g_desktop_app_info_get_locale_string()
Friedrich Beckmann (2):
MacOS: fix content type check vs. mime check to show folder icons
MacOS: gosxcontenttype.c consider generic icon names also
Havard Graff (3):
meson: add libintl when linking gio-tests on OSX
meson: add carbon and cocoa libs when building for OSX
meson.build: make the android-check reflect the autotools one
Ivar Trygve Jarlsby (1):
docs: Correct inconsistency in GObject tutorial
Jens Georg (1):
gdbus-codegen: Clarify license of generated code
Kukuh Syafaat (1):
Update Indonesian translation
Luca Bruno (1):
glib/tests/mappedfile.c: Use temp dir instead of user runtime dir
Mario Sanchez Prada (3):
gdesktopappinfo: Pass a copy of the URIs list to expand_application_parameters()
gdesktopappinfo: Gracefully handle NULL URIs when passed to expand_macro()
gio/tests/appinfo: New test for launch with "appId-less" applications
Martin Blanchard (1):
gobject: new g_set_weak_pointer() & g_clear_weak_pointer() helpers
Matthias Clasen (2):
Updates for 2.55.1
Fix the build
Michael Catanzaro (3):
gmain: Improve documentation of GSourceFuncs
gdbusconnection: Fix link in documentation
Bump to version 2.55.1
Mikhail Zabaluev (1):
gbookmarkfile: fix up annotations
Nirbheek Chauhan (6):
meson: Add 'charsetalias-dir' option mirroring the autotools one
meson: Use files() for headers and sources
meson: Use files() for gio sources and headers
meson: Create gio-unix and gio-win32 internal deps
meson: Fix gnulib compilation on MSVC
libcharset: Don't try to include configmake.h
Patrick Welche (2):
Solaris build fix
glib-mkenums: best effort attempt on non-utf8 encoded files.
Philip Withnall (48):
codegen: Change (allow-none) annotations to (nullable)
glocalfileinfo: Fix a leak on an error handling path
build: Drop --enable-rebuilds configure option
tests: Use g_test_skip() instead of a message in GDateTime tests
tests: Add tests for GArray constructors
build: Use AM_DISTCHECK_CONFIGURE_FLAGS rather than unprefixed version
glib-tap: Add missing mkdir for .test generation rule
tests: Work around a gdb bug in assert-msg-test
kqueue: Fix invalid emission of G_FILE_MONITOR_EVENT_MOVED event
inotify: Ignore IN_Q_OVERFLOW events
inotify: Don’t propagate unrecognised events to GLocalFileMonitor
build: Include $host_cpu in tapset directory
gmain: Make GSourceCallback thread-safe
gmain: Mark some ref_count variables as volatile
gslist: Document that g_slist_sort() is stable
tests: Add tests to ensure g_[s]list_sort() are stable sorts
gdesktopappinfo: Downgrade a warning to a debug message
gmountoperation: Add missing (array) annotations
gnode: Eliminate implicit signed-to-unsigned integer conversion
gio: Add some casts for printf() formatting statbufs on Solaris
gdatetime: Fix handling of unsupported nl_langinfo() items
gdatetime: Drop a duplicate #define
inotify: Add missing commas
gdbusutils: Fix a memory leak in g_dbus_gvalue_to_gvariant()
tests: Fix some minor memory leaks in gdbus-test-codegen
gobject: Add missing annotations to GValue variant methods
gmain: Unref GSourceCallbackFuncs _before_ finalising GSource
build: Include host_machine.cpu_family() in tapset directory (Meson)
docs: Drop unnecessary <!-- -->s from gtk-doc comments
gobject: Minor typo fix in a g_critical() warning
goutputstream: Fix pre-condition
gmain: Clarify documentation of g_source_remove()
gvariant: Clarify return docs for g_variant_get_normal_form()
gio: Fix a minor indentation problem
gio: Fix querying of thumbnail attributes other than thumbnail::path
docs: Split GSocketConnectable/GProxyAddressEnumerator documentation
gtestutils: Add missing include
Revert "gmain: only signal GWakeup right before or during a blocking poll"
docs: Remove some latent DocBook usage in the GObjectClass documentation
docs: Fix some odd grammar in the GDBusError documentation
docs: Remove redundant sentence from g_prefix_error() documentation
gkeyfile: Document need for KEEP_TRANSLATIONS with get_locale_string()
Fix various strict aliasing problems with sockaddr
glib: Fix strict-aliasing warnings with g_clear_pointer()
build: Enable -fno-strict-aliasing
docs: Mention that we build with strict-aliasing disabled
build: Add missing test GSchema XML file to dist list
gopenuriportal: Fix mismatched types in callback
Piotr Drąg (1):
Remove ancient README.translators
Simon McVittie (8):
g_type_check_value, g_type_check_value_holds: accept const argument
g_test_subprocess: record raw wait status and interpret it later
GTest: interpret child processes' wait status if we log their stdout/stderr
testutils: Document what happens by default and how to change it
gmenumodel test: If something goes wrong, don't wait forever
gmenumodel test: Wait for the expected events to happen
g_source_set_ready_time: Move no-op fast-path under the lock
cancellable: Don't assert if finalization races with cancellation
Tim Waugh (1):
codegen: fix array out-param annotations
Tim-Philipp Müller (1):
meson: skip optional linux deps that default to true when building on Windows
Ting-Wei Lan (1):
glocalfile: Update the list of Linux filesystem magic numbers
Umang Jain (1):
gbytes: Clarify nullability for g_bytes_unref() in docs
Xavier Claessens (4):
Meson: Fix build of gtkdoc
Meson: Add missing options and conform to naming guidelines
GIOModule: Use unique names for load/unload symbols
GTypeModule: Allow registering static types
Yosef Or Boczko (1):
Updated Hebrew translation
howetuft (1):
Bug-790839 GApplication command line --help enhancements
Руслан Ижбулатов (1):
Fix a 32-bit time_t cast
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]