[glib] Created tag 2.67.2
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.67.2
- Date: Thu, 7 Jan 2021 16:58:59 +0000 (UTC)
The signed tag '2.67.2' was created.
Tagger: Philip Withnall <pwithnall endlessos org>
Date: 1610038682 +0000
2.67.2
Git-EVTag-v0-SHA512:
8c8ad9c77cbaf6db90e8044fee8ffc6086aa8ae64356863fcc0c239963e1871e0d02ddee2659d83b96c054955abde60ec106c3ac9c5d7b0dfca80841946c9113
Changes since the last tag '2.67.1':
Aurimas Černius (1):
Updated Lithuanian translation
Chun-wei Fan (1):
gdatetime.c: Fix MSVC builds for lack of NAN items
Daniel Mustieles (1):
Updated Spanish translation
Daniel Șerbănescu (1):
Update Romanian translation
Emmanuel Fleury (29):
Fix signedness warnings in gobject/tests/value.c:test_valuearray_basic()
Fix signedness warning in gobject/gtype.c:iface_node_has_available_offset_L()
Fix missing initializer warning in gobject/gtypeplugin.c:g_type_plugin_get_type()
Fix missing initializer warning in gobject/gtypemodule.c:g_type_module_get_type()
Fix missing initializer warning in gobject/gparam.c:g_param_type_register_static()
Fix missing initializer warning in gobject/tests/dynamictests.c:test_module_get_type()
Fix signedness warnings in gobject/tests/properties.c:properties_get_property()
Fix signedness warning in gobject/tests/signals.c:test_introspection()
Fix missing initializer warning in gio/inotify/inotify-kernel.c:ik_source_new()
Fix missing initializer warning in gobject/tests/ifaceproperties.c:test_iface_get_type()
Fix missing initializer warning in gobject/tests/ifaceproperties.c:base_object_get_type()
Fix missing initializer warning in gio/gcontextspecificgroup.c:g_context_specific_source_new()
Fix missing initializer warning in gio/gcancellable.c
Fix signedness warning in gio/gliststore.c:g_list_store_splice()
Fix signedness warning in gio/gliststore.c:
Fix signedness warning in gio/gdatainputstream.c:scan_for_newline()
Fix signedness warning in gio/gdatainputstream.c:scan_for_chars()
Fix signedness warning in gio/gfileinfo.c:g_file_info_finalize()
Fix signedness warning in gio/gfileinfo.c:g_file_info_copy_into()
Fix signedness warning in gio/gfileinfo.c:g_file_info_set_attribute_mask()
Fix signedness warning in gio/gfileinfo.c:g_file_info_clear_status()
Fix signedness warning in gio/gfileinfo.c:g_file_info_find_value()
Fix signedness warning in gio/gfileinfo.c:g_file_info_has_namespace()
Fix signedness warning in gio/gfileinfo.c:g_file_info_list_attributes()
Fix signedness warning in gio/gfileinfo.c:g_file_info_remove_attribute()
Fix signedness warning in gio/gicon.c:g_icon_to_string_tokenized()
Fix signedness warning in gio/gfileattribute.c:escape_byte_string()
Fix signedness warning in gio/gbufferedoutputstream.c:g_buffered_output_stream_set_buffer_size()
Fix signedness warnings in gio/gcredentials.c:g_credentials_to_string()
Emmanuele Bassi (3):
Merge branch '2227-more-nullables-more' into 'master'
Merge branch 'error-docs' into 'master'
Merge branch 'wip/pwithnall/error-tests-nonliteral' into 'master'
Florentina Mușat (1):
Update Romanian translation
Fran Dieguez (1):
Update Galician translation
Frederic Martinsons (5):
gio-tool-trash: Add --list subcommand
gio-tool-trash: Add --restore subcommand
Add gio launch command to execute desktop file
Fix warnings
Annotate function parameters with G_GNUC_UNUSED when necessary
Jan Tojnar (1):
Modernize g_source_is_destroyed example
Jordi Mas (2):
Update Catalan translation
Update Catalan translation
Jordi Mas i Hernandez (1):
Update Catalan translation
Krzesimir Nowak (5):
gerror: Simplify error construction
gerror: Add support for extended errors
glib.supp: Ignore one-off allocations in error registration.
glib.supp: Ignore allocations while adding quarks
gerror: Inform valgrind about our memory trickery
Marco Mastropaolo (1):
Windows: fix FD_READ condition flag still set on recoverable UDP socket errors.
Michael Catanzaro (1):
gtlsdatabase: remove duplicate precondition check
Ole André Vadla Ravnås (11):
gsocket: Fix credentials error-handling on Apple OSes
gthread: Fix incorrect cast
gthread: Port native mutex to Clang
gsocket: Don't bother updating select mask if socket is closed
gsocket: Don't call WSAEnumNetworkEvents if socket is closed
gwin32: Always use unicode APIs
build: Add option for disabling tests
build: Fix ssize_t detection on older versions of glibc
build: Add missing host system checks for Android
build: Fix inconsistent Android host system checks
gtestutils: Fix g_assert_not_reached() on MSVC
Ondrej Holy (4):
Merge branch '54-add-gio-launch-command' into 'master'
Merge branch '2098-add-gio-restore-support' into 'master'
gio-tool-info: Prevent criticals if mount options are not available
gio-tool-info: Prevent criticals if mount options are not available
Pascal Buhler (1):
gsocket: Improve default UDP behavior on Windows
Phaedrus Leeds (1):
gfileutils: Fix typo in docs
Philip Withnall (74):
gvdb-reader: Reword a comment for clarity
Merge branch 'mcatanzaro/verify-chain-extra-check' into 'master'
fuzzing: Add more fuzzing tests for various string parsing functions
glocalfile: Add an assertion to help static analysis
gvariant: Clarify operator precedence
Merge branch 'coverity-fixes' into 'master'
Merge branch 'weak-notify-dispose' into 'master'
gosxappinfo: Fix some const-correctness issues
gosxappinfo: Use strlen() instead of some magic constants
gosxappinfo: Add some more precondition checks
gdate: Validate input as UTF-8 before parsing
gdatetime: Disallow NAN as a number of seconds in a GDateTime
Merge branch 'master' into 'master'
Merge branch 'wip/oholy/gio-info-prevent-criticals' into 'master'
gdatetime: Remove floating point from seconds parsing code
gdatetime: Use isnan() instead of !isfinite()
tests: Add more tests for GDateTime ISO 8601 seconds parsing
gapplication: Add postconditions on calls to GApplication.dbus_register
genums: Add missing (transfer) and (nullable) return annotations
gparam: Add missing (transfer) and (nullable) return annotations
gsignal: Add missing (transfer) and (nullable) return annotations
garray: Add missing (transfer) and (nullable) return annotations
gasyncqueue: Add missing (transfer) and (nullable) return annotations
gbookmarkfile: Add missing (transfer) and (nullable) return annotations
gchecksum: Add missing (transfer) and (nullable) return annotations
gchecksum: Drop preconditions for checksum_type being valid
python: Reformat some files to keep style-check-diff happy
tests: Add some rounding tolerance in timeout test
tests: Be more lenient with timing checks on asyncqueue pops
docs: Mention GInitiallyUnowned when introducing refcounts
Merge branch 'dm' into 'master'
gcredentials: Add missing (transfer) and (nullable) return annotations
gcredentials: Improve documentation formatting slightly
gdbusaddress: Add missing (transfer) and (nullable) return annotations
gdbusconnection: Add missing (transfer) and (nullable) return annotations
gdbusconnection: Improve documentation formatting slightly
gdbuserror: Add missing (transfer) and (nullable) return annotations
gdbus-codegen: Ignore some flake8 warnings
Merge branch 'fix_more_warnings' into 'master'
fuzzing: Add more GUriFlags to the URI parsing test
fuzzing: Add more parsing flags to the GKeyFile test
gdate: Limit length of dates which can be parsed as valid
Merge branch 'fix_more_warnings' into 'master'
gdate: Use string length when validating UTF-8
Merge branch 'gsignal-accumulator-first-run' into 'master'
Merge branch 'gsignal-allow-run-first-only-with-return-type' into 'master'
glocalfile: Clarify an error message slightly
gresource: Document the `to-pixdata` option as being deprecated
docs: Ignore new win32 private headers
Merge remote-tracking branch 'fmartinsons/1735-fix-warnings'
Merge remote-tracking branch 'gvdb/master' into update-gvdb
Merge branch 'fix/socket-credentials-error-handling-on-apple-oses' into 'master'
Merge branch 'appinfo-shellany-uwplaunch' into 'master'
Merge branch '1281-to-pixdata-docs' into 'master'
glocalfile: Improve wording for error messages about trash directories
Merge branch 'wip/jtojnar/gsrc-dstr-example' into 'master'
gerror: Improve documentation formatting slightly
gerror: Clarify reference to g_key_file_has_key() in documentation
completion: Declare variables as local in gio completion script
Merge branch '2275-gio-script-local' into 'master'
Merge branch 'extended-error' into 'master'
gerror: Drop a redundant branch
gerror: Drop a redundant condition
tests: Add various tests to bring GError coverage up to 100%
Merge branch '1105-fix-codegen-unused' into 'master'
giomodule: Ignore GIO_MODULE_DIR when running as setuid
gdbusaddress: Ignore D-Bus addresses from the environment when setuid
gdesktopappinfo: Validate XDG_CURRENT_DESKTOP before using it
gresource: Ignore G_RESOURCE_OVERLAYS when running as setuid
gsettingsschema: Ignore GSETTINGS_SCHEMA_DIR when running setuid
Merge branch '2168-io-module-default' into 'master'
tests: Ignore -Wformat-nonliteral warning in new GError tests
tests: Only run g_error_new_valist() programmer error test on Linux
2.67.2
Philipp Kiemle (1):
Update German translation
Sebastian Dröge (41):
Merge branch 'more-fuzzing' into 'master'
Clarify in g_object_weak_ref() docs that the callback is called during disposing and not finalizing
Handle the case of g_object_run_dispose() in GBinding
Merge branch 'ossfuzz-28458-date-overflow' into 'master'
Merge branch 'wip/pwithnall/2119-osx-app-info' into 'master'
Merge branch 'ossfuzz-28473-date-time-iso8601' into 'master'
Merge branch 'fix-set-contents-typo' into 'master'
Merge branch '769778-dbus_register-contract' into 'master'
Merge branch 'wip/pwithnall/freebsd-math' into 'master'
Merge branch '1568-initially-unowned-docs' into 'master'
Merge branch 'timeout-test-fix' into 'master'
Merge branch 'py-style-fix' into 'master'
Merge branch 'asyncqueue-test-timing' into 'master'
Merge branch '2227-more-nullables' into 'master'
Merge branch '2227-more-annotations' into 'master'
Merge branch 'codegen-flake8-warnings' into 'master'
Merge branch 'fix_more_warnings' into 'master'
Merge branch 'fuzzing-uri-flags' into 'master'
Merge branch 'fuzzing-key-file-flags' into 'master'
Merge branch 'fix_more_warnings' into 'master'
Merge branch 'fix_more_warnings' into 'master'
gsignal: Add a new GSignalFlag to mark the first run of an accumulator function
gsignal: Allow return types for RUN_FIRST-only signals too
Merge branch 'ossfuzz-28718-date-normalization' into 'master'
Merge branch 'master' into 'master'
Merge branch 'wip/baedert/keyfile' into 'master'
Merge branch 'wip/baedert/gparam' into 'master'
Merge branch '1283-trash-wording' into 'master'
Merge branch 'isnan-msvc' into 'master'
Merge branch 'update-gvdb' into 'master'
Merge branch 'fix/gthread-win32-incorrect-cast' into 'master'
Merge branch 'feature/clang-native-mutex' into 'master'
Merge branch 'fix/always-use-windows-unicode-apis' into 'master'
Merge branch 'feature/disable-tests' into 'master'
Merge branch 'fix/assert-not-reached-on-msvc' into 'master'
Merge branch 'fix/android-system-checks' into 'master'
Merge branch 'fix/ssize-detection-on-old-glibc' into 'master'
Merge branch 'fix/socket-use-after-close' into 'master'
Merge branch 'sophie-h-master-patch-90719' into 'master'
Merge branch 'fix/default-windows-socket-udp-behavior' into 'master'
Merge branch 'error-tests' into 'master'
Sophie Herold (1):
Add nullable annotation for g_file_get_uri_scheme
Timm Bäder (8):
array: Avoid sorting 0-sized arrays
keyfile: Delay calling g_get_language_names() until it's needed
gparam: Remove pspec_list_remove_overridden_and_redirected()
fileutils: Avoid calling set_file_error with NULL GError**
keyfile: Don't allocate parse_buffer if we don't need it
keyfile: Only allocate group_hash if needed
gresource: Avoid work for NULL errors
giomodule: Don't allocate GHashTable for no entries
Yuri Chornoivan (2):
Update Ukrainian translation
Update Ukrainian translation
oucaijun (1):
gfileinfo: Add missing preconditions to g_file_info_get_attribute_data()
Руслан Ижбулатов (17):
Plug a leak
GWin32AppInfo: Recognize UWP applications
GWin32AppInfo: Store UWP AppUserModelId for a handler
gio: add GWin32FileSyncStream
gio: Add private headers with missing UWP/COM types
gio: Add g_win32_package_parser_enum_packages()
GWin32AppInfo: Support getting information about UWP apps
GWin32AppInfo: more checks for UWP apps
GWin32AppInfo: Support launching UWP applications
GWin32AppInfo: use g_new() instead of g_malloc()
GWin32AppInfo: simplify appinfo wait condition
GWin32AppInfo: be more permissive about verbs in capable apps
GWin32AppInfo: be less picky about names
GWin32AppInfo: read UWP handler metadata (indirect strings)
GWin32AppInfo: enforce chosen handler on UWP apps, use URI verbs
GWin32AppInfo: invert verb comparison function
GWin32AppInfo: fix a leak
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]