[glib] Created tag 2.67.4
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.67.4
- Date: Tue, 16 Feb 2021 16:32:00 +0000 (UTC)
The signed tag '2.67.4' was created.
Tagger: Philip Withnall <pwithnall endlessos org>
Date: 1613493093 +0000
2.67.4
Git-EVTag-v0-SHA512:
45356c4de245a0ea091e6211ae6893eada856159c1cbe11d48ff1252e000b1ad61f81ff24182700b72c8e8b4fa3cb19225b5189df9800e8e869e6503b4b3ddd4
Changes since the last tag '2.67.3':
Anders Jonsson (2):
Update Swedish translation
Update Swedish translation
Balázs Úr (1):
Update Hungarian translation
Bartłomiej Piotrowski (1):
Revert "Merge branch 'wip/pwithnall/macos-ci-disable' into 'master'"
Daniel Mustieles (2):
Updated Spanish translation
Updated Spanish translation
Daniel Șerbănescu (1):
Update Romanian translation
Emin Tufan Çetin (2):
Update Turkish translation
Update Turkish translation
Emmanuel Fleury (21):
Fix signedness warning in gio/glocalfileinfo.c:read_link()
Fix signedness warning in gio/glocalfileinfo.c:get_access_rights()
Fix signedness warning in gio/gmenu.c:g_menu_insert_item()
Fix signedness warning in gio/gmenu.c:g_menu_remove()
Fix several missing initializer in gio/gsettingsschema.c:parse_into_text_tables()
Adding a missing test on integer overflow within g_http_proxy_connect()
Fix wrong position for static qualifier warning in fuzzing/fuzz_dbus_message.c
Fix several signedness warnings in gio/gsettings-mapping.c
Fix several signedness warnings in gio/glib-compile-schemas.c
Fix several missing initializer warnings in gio/glib-compile-schemas.c
Fix signedness warning in gio/gio-tool.c:attribute_flags_to_string()
Fix missing initializer warning in gio/gio-tool-monitor.c
Fix several signedness warnings in gio/gio-tool-tree.c
Fix missing initializer warning in gio/glib-compile-resources.c
Fix signedness warning in gio/gdbus-tool.c
Fix several signedness warnings in gio/gapplication-tool.c
Fix missing initializer warnings in gio/gapplication-tool.c
Fix signedness warnings in gio/gapplication-tool.c
Fix signedness warning in gio/gbufferedinputstream.c:g_buffered_input_stream_seek()
Fix signedness warning in gio/gdummyfile.c
Fix signedness warning in gio/gmemoryoutputstream.c
Emmanuele Bassi (1):
Merge branch 'wip/pwithnall/freebsd-spawn-fix' into 'master'
Florentina Mușat (1):
Update Romanian translation
Fran Dieguez (2):
Update Galician translation
Update Galician translation
Hugo Carvalho (1):
Update Portuguese translation
Jan Alexander Steffens (heftig) (1):
giochannel: Fix length_size bounds check
Jan Kot (1):
Add support for Tilix and Konsole
Jordi Mas (1):
Update Catalan translation
Joshua Lee (1):
string: Add find and replace function
Kjell Ahlstedt (2):
guniprop: Fix g_utf8_strdown() for Turkish locale
guniprop, glib/tests/unicode: Fix style issues
Krzesimir Nowak (1):
gbytearray: Do not accept too large byte arrays
Luna Jernberg (1):
Update Swedish translation
Matej Urbančič (1):
Update Slovenian translation
Matthias Clasen (1):
Add a test for parsing 0 as double
Philip Withnall (41):
gstrfuncs: Deprecate g_memdup() in favour of g_memdup2()
Merge branch 'fix_more_warnings' into 'master'
Merge branch '225' into 'master'
Merge branch 'master' into 'master'
Merge branch 'fix_missing_overflow_checks' into 'master'
ci: Temporarily disable macOS CI job as runner is offline
Merge branch 'wip/pwithnall/macos-ci-disable' into 'master'
Merge branch 'fix_more_warnings' into 'master'
gkeyfilesettingsbackend: Fix basename handling when group is unset
gkeyfilesettingsbackend: Disallow empty key or group names
tests: Add tests for key name handling in the keyfile backend
Merge branch 'byte-array-take' into 'master'
Merge branch 'wip/gdbus-flags-from-the-future' into 'master'
gdbusauth: Use g_clear_object() to simplify the code a little
gdbus: Add flags to require authentication as the same user
gdbusdaemon: Use require-same-user flag to avoid auth observer signal
tests: Add a basic test for require-same-user D-Bus auth flag
gtestdbus: Flush stdout and stderr before forking a monitor process
Merge branch 'double-zero' into 'master'
Merge branch '2319-memdup-deprecation' into 'master'
gspawn: Reindent some arguments
gspawn: Remove spurious blank lines
Merge branch 'wip/smcv/armel-atomic-pointer-get' into 'master'
ginputstream: Don’t skip off the end of resizable streams
glocalfileinputstream: Drop custom skip vfunc implementation
Merge branch 'fix_more_warnings' into 'master'
gspawn: Combine fork_exec() implementations
gspawn: Handle arbitrary FD passing and renumbering between fork/exec
gspawn: Avoid custom FDs conflicting with the child_err_report_fd
gspawn: Avoid merged FDs being closed on exec()
tests: Add setlocale() call to spawn-singlethread
gspawn: Add new g_spawn_async_with_pipes_and_fds() API
gsubprocess: Use new source/target FD mapping functionality in g_spawn()
gspawn: Minor improvements to documentation formatting
gspawn-win32: Rename a variable for consistency with the public headers
gspawn-win32: Refactor internal spawn functions
gspawn-win32: Implement g_spawn_async_with_pipes_and_fds()
gspawn-win32: Various minor internal const-correctness fixes
Merge branch '2097-spawn-fd-rewriting' into 'master'
tests: Add missing NULL terminator to spawn-singlethread test
2.67.4
Sebastian Dröge (6):
Merge branch 'giochannel-check' into 'master'
Merge branch 'kjellahl/turkish-strdown' into 'master'
Merge branch 'keyfile-settings-fix-again' into 'master'
Merge branch 'revert-6bdd1536' into 'master'
Merge branch 'wip/smcv/sv-sv' into 'master'
Merge branch '587-seek-behaviour' into 'master'
Simon McVittie (10):
gtlspassword: Fix inverted assertion
tls-interaction: Add test coverage for various ways to set the password
giochannel: Don't store negative line_term_len in GIOChannel struct
io-channel test: Add coverage for g_io_channel_set_line_term(., ., -1)
Merge branch 'wip/tlspassword' into 'master'
gdbus: Reject attempts to set future connection or server flags
Merge branch '1804-gdbus-require-same-user' into 'master'
tests: Use a more realistic language code than sv_SV
gatomic: Make fallback g_atomic_pointer_get type-safe
Merge branch '2322-fflush-test-dbus' into 'master'
Yuri Chornoivan (2):
Update Ukrainian translation
Update Ukrainian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]