[glib] Created tag 2.71.3
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.71.3
- Date: Fri, 4 Mar 2022 23:16:38 +0000 (UTC)
The signed tag '2.71.3' was created.
Tagger: Philip Withnall <pwithnall endlessos org>
Date: 1646435779 +0000
2.71.3
Git-EVTag-v0-SHA512:
54042c5c8b9b3c5060098979569b65362624bab24053c643de89271f25f1e64d9cfc69bc0f716ef4bfaa611026cf0cb3372f0e4f4397d453d0444aa98de54a73
Changes since the last tag '2.71.2':
Alan Mortensen (1):
Updated Danish translation
Aleksandr Melman (1):
Update Russian translation
Alexander Klauer (2):
Explain magic literals in G_VARIANT_*_INIT
Do not use ensure_valid_* call in g_return_* macro
Asier Sarasua Garmendia (1):
Update Basque translation
Aurimas Černius (1):
Updated Lithuanian translation
Changwoo Ryu (1):
Update Korean translation
Christian Kirbach (1):
Update German translation
Daniel Mustieles (1):
Updated Spanish translation
Daniel Șerbănescu (1):
Update Romanian translation
Emin Tufan Çetin (1):
Update Turkish translation
Emmanuel Fleury (5):
Remove old test file tests/testglib.c
Add handling of NULL time_t* pointer as argument
Remove unused test tests/testgdateparser.c
Convert tests/type-test.c to g_test framework
Move tests/type-test.c to glib/tests/types.c
Emmanuele Bassi (3):
Merge branch 'doc-declare' into 'main'
Merge branch '2611-revert-option-changes' into 'main'
Merge branch '2598-main-loop-unref' into 'main'
Gabor Karsay (1):
docs: mark macros, flags, enums with percent sign
Goran Vidović (3):
Update Croatian translation
Update Croatian translation
Update Croatian translation
Jordi Mas (1):
Update Catalan translation
Kukuh Syafaat (1):
Update Indonesian translation
Loic Le Page (29):
Update subproject pcre.wrap to last version
Hide non-fatal level-4 warnings and repetitions during build
Fix global variable name hidden by local variables in tests/mapping-test.c
Fix non-initialized variable and pointer casted to int in tests/gio-test.c
Fix redefinition of local variable in gobject/gtype.c
Fix redefinition of local variable and non-initialized variable in gobject/gsignal.c
Fix global variable name hidden by local variables in gobject/tests/reference.c
Fix global variable name hidden by local variables in glib/gwin32-private.c
Fix non-initialized variable in glib/gvariant-parser.c
Fix non-initialized variable in glib/gutils.c
Fix too small array definition in glib/guri.c (no room for the '\0')
Fix non-initialized variable and signed/unsigned mismatch in glib/gunicollate.c
Fix non-initialized variable and signed/unsigned mismatch in glib/gtimezone.c
Fix non-initialized variable in glib/gspawn-win32.c
Fix global variable name hidden by local variables in glib/gslice.c
Fix non-initialized variable in glib/gmarkup.c
Fix non-initialized variable in glib/giowin32.c
Fix non-initialized variable in glib/gdatetime.c
Fix too small array definition in glib/gconvert.c (no room for the '\0')
Fix non-initialized variable in glib/garray.c
Fix redefinition of local variable in glib/tests/strfuncs.c
Fix global variable name hidden by local variables in glib/tests/spawn-multithreaded.c
Fix redefinition of local variable in glib/tests/sequence.c
Fix global variable name hidden by local variables in glib/tests/option-context.c
Refactor glib/tests/node.c
Fix global variable name hidden by local variables in glib/tests/mainloop.c
Fix redefinition of local variable in glib/tests/logging.c
Fix global variable name hidden by local variables in glib/tests/hash.c
Fix global variable name hidden by local variables in glib/tests/dataset.c
Loïc Le Page (1):
Fix global variable name hidden by local variables in glib/tests/utf8-validate.c
Luming Zh (1):
Update Chinese (China) translation
Marc-André Lureau (11):
glib/tests: add comment about %Z strftime on w32
glib/tests: fix checking two-digit years on Windows
glib/tests: set Polish ThreadLocale on win32 to fix a test
glib/tests: ucrt locale date output is a bit different
tests: remove old libtool workarounds
tests: replace ipconfig call in spawn-multithread on win32
tests: fix spawn-multithreaded on win32
glib/spawn-win32: workaround SEGV on spawnvpe
tests: skip spawn-path-search tests on win32
gio: fix OOB string access if filename is empty
glib: fix buffer overflow in g_canonicalize_filename()
Nirbheek Chauhan (1):
Merge branch 'wip/pwithnall/ci-cleanups' into 'main'
Phaedrus Leeds (2):
gmessages: Fix typo in docs
gmessages: Clarify g_log_set_debug_enabled() behavior
Philip Withnall (82):
gunicollate: Document that g_utf8_collate() can’t compare everything
gapplicationcommandline: Fix a typo in a documentation comment
gapplicationcommandline: Handle the possibility empty args in an example
tools: Fix handling of empty argv in various minor GLib tools
gdesktopappinfo: Add checks for empty argv
gshell: Mention handling of empty argv arrays in the documentation
gspawn: Clarify that empty argv arrays are not allowed when spawning
gtestutils: Handle empty argv array passed to g_test_init()
Merge branch 'w32-tests-date' into 'main'
Merge branch 'unix_mount_points' into 'main'
glib-compile-resources: Fix a memory leak of the compiler option
tests: Merge iochannel-test into io-channel tests in glib directory
gbacktrace: Fix a set-but-not-used variable
gdebugcontrollerdbus: Track pending tasks with weak refs
gresource-tool: Fix unused-but-set-variable warn with G_DISABLE_ASSERT
codegen: Reformat parser.py according to black
Merge branch 'debugcontroller-test-fix' into 'main'
ci: Drop custom dependency builds from installed-tests
tests: Use g_assert_*() rather than g_assert() in environment.c
Merge branch 'cleanup-warnings-split-1' into 'main'
Merge branch 'fix-compile-resources-leak' into 'main'
gdesktopappinfo: Fix a leak when launching URIs over D-Bus
Merge branch 'fix-style-check' into 'main'
Merge branch 'disable-assert-fix' into 'main'
Merge branch 'backtrace-unused-variable' into 'main'
Merge branch 'iochannel-test' into 'main'
Merge branch 'desktop-app-info-leak' into 'main'
Merge branch 'ci-updates' into 'main'
gdbusauthmechanismsha1: Don’t delete a stale lock file if it’s changed
tests: Use g_assert_*() rather than g_assert() in gdbus-connection-flush.c
tests: Remove extra debugging from gdbus-connection-flush
Merge branch 'cleanup-warnings-split-2' into 'main'
Merge branch 'cleanup-warnings-split-3' into 'main'
glocalfileinfo: Add missing _g_stat_*() methods for win32
Merge branch 'empty-argv' into 'main'
tests: Fix a leak in environment.c with undefined behaviour tests on
tests: Use g_assert_*() rather than g_assert() in resources.c
tests: Fix a memory leak in the resources test
tests: Fix memory leaks in the g-file-info-filesystem-readonly test
tests: Fix a memory leak in the tls-certificate test
tests: Fix a memory leak in the fileutils test
tests: Fix a memory leak in the keyfile test
tests: Fix a memory leak in the mainloop test
gmain: Expand documentation about GSource priorities a little
Merge branch 'environment-test-fixes' into 'main'
ci: Port from YAML anchors to GitLab extends
ci: Replace .build-only-schedules template with multiple extension
ci: Rename .build template to .build-linux
ci: Rename .cross-template to .cross-build-linux
ci: Split .only-default out of .build-linux
ci: Factor out a template for jobs which run only on the origin repo
ci: Run the Android API 21 and FreeBSD 12 jobs on a schedule
ci: Drop Android API 21 build jobs
tests: Make debugcontroller and defaultvalue depend on dbus-daemon
tests: Stop ignoring test failures on macOS
Merge branch 'cleanup-warnings-split-4' into 'main'
Merge branch 'wip/smcv/no-nanoseconds-for-you' into 'main'
gdebugcontrollerdbus: Mark a variable as G_GNUC_UNUSED
tests: Fix memory leaks in network-address test
tests: Use g_assert_*() rather than g_assert() in network-address.c
tests: Remove threads from mock-resolver/network-address test
Merge branch 'giomodule' into 'main'
Merge branch 'mwleeds/log-set-enabled-docs' into 'main'
Merge branch 'meson-gio-var' into 'main'
Merge branch 'remove_testglib.c' into 'main'
Revert "meson: Add schemasdir and giomoduledir to gio dependency"
Merge branch 'wip/pwithnall/network-address-test-fixes' into 'main'
Merge branch 'wip/pwithnall/revert-2517' into 'main'
Merge branch 'meson-gio-var-take2' into 'main'
Merge branch 'remove_testgdateparser' into 'main'
Merge branch 'meson-devenv-gdb' into 'main'
Merge branch 'mwleeds/log-set-enabled-docs-2' into 'main'
gtask: Document that task name is set by g_task_set_source_tag()
Merge branch 'issue-2613' into 'main'
Merge branch 'issue-2612' into 'main'
Merge branch 'w32-tests-spawn' into 'main'
Merge branch 'docs' into 'main'
gmain: Fix reference leak of GMainLoop in some situations
Revert "gapplication: Expose zero-valued numbers in handle-local-options"
Merge branch 'remove_type-test' into 'main'
Merge branch 'canon-fix' into 'main'
2.71.3
Sebastian Dröge (6):
Merge branch 'document-main-priorities' into 'main'
Merge branch 'null_arg_handling' into 'main'
Merge branch 'task-set-name-docs' into 'main'
Merge branch 'wip/pwithnall/macos-tests' into 'main'
Merge branch '517-collation-docs' into 'main'
Merge branch 'debug-controller-unused' into 'main'
Simon McVittie (2):
Merge branch '1929-dbus-auth-locking' into 'main'
glocalfileinfo: Always define _g_stat_mtim_nsec, etc.
Tim Sabsch (1):
Update German translation
Xavier Claessens (5):
doc: Extend a bit G_DECLARE_* documentation example
meson: Set GIO_EXTRA_MODULES in devenv
meson: Add schemasdir and giomoduledir to gio dependency
meson: Add schemasdir and giomoduledir to gio dependency
meson: Add PYTHONPATH to load GDB helper module
Yosef Or Boczko (1):
Update Hebrew translation
rim (1):
Add cache to g_unix_mount_points_get()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]