[glib] Created tag 2.73.3



The signed tag '2.73.3' was created.

Tagger: Marco Trevisan (Treviño) <mail 3v1n0 net>
Date: 1659738322 +0200

    2.73.3
    
    Git-EVTag-v0-SHA512: 
905bf5f24be984ed9c6210e56e7512bf7152630ea44fa7b6c5ebee00a55c47f6bca532be9910b818788b5def0e8b19c2bb04a32795412f63af0da7f7846e53ad

Changes since the last tag '2.73.2':

Aleksandr Melman (3):
      Update Russian translation
      Update Russian translation
      Update Russian translation

Aleksei Rybalkin (5):
      gregex: use %s format specifier for localized error message
      gregex: use G_REGEX_OPTIMIZE flag to enable JIT compilation
      gregex: use g_debug instead of g_warning in case JIT is not available
      gregex: do not set match and recursion limits on match context
      gregex: add original test case for issue #2700

Asier Sarasua Garmendia (1):
      Update Basque translation

Christian Hergert (1):
      gmain: close pidfd when finalizing GChildWatchSource

Danial Behzadi (3):
      Update Persian translation
      Update Persian translation
      Update Persian translation

Emin Tufan Çetin (1):
      Update Turkish translation

Emmanuele Bassi (7):
      Introduce G_APPLICATION_DEFAULT_FLAGS
      Rename G_TLS_CERTIFICATE_FLAGS_NONE
      Rename G_MARKUP_PARSE_FLAGS_NONE
      Merge branch 'ebassi/application-flags' into 'main'
      Merge branch 's390x-gregex-prce2-fix' into 'main'
      Implement GFileIface.set_display_name() for resource files
      Merge branch 'wip/chergert/fix-2708' into 'main'

Giuseppe Scrivano (3):
      gdbusauth: empty DATA does not need a trailing space
      GDBusServer: If no initial response for EXTERNAL, send a challenge
      GDBusServer: Accept empty authorization identity for EXTERNAL mechanism

Hugo Carvalho (5):
      Update Portuguese translation
      Update Portuguese translation
      Update Portuguese translation
      Update Portuguese translation
      Update Portuguese translation

James Hilliard (1):
      meson: fix build without cpp toolchain

Luca Bacci (7):
      GWin32AppInfo: Actually report the GPid in the GAppLaunchContext::launched signal
      Merge branch 'g-win32-app-info-launched-signal-actually-report-pid' into 'main'
      gspawn-win32: Provide thread-safe wrappers for _wspawn*e functions
      Merge branch 'protect-calls-to-msvcrt-wspawne-with-a-mutex' into 'main'
      Fix GCancellable tests for Windows 64bit
      Fix warnings in GCancellable test
      Merge branch 'fix-gio-tests-cancellable-for-windows-x64' into 'main'

Mamoru TASAKA (1):
      gregex: use correct size for pcre2_pattern_info

Marco Trevisan (5):
      Merge branch 'flag-reverse-docs' into 'main'
      Merge branch 'ebassi/resource-no-display-name' into 'main'
      Merge branch 'iss2588' into 'main'
      Merge branch 'mcatanzaro/build-best-practices' into 'main'
      Merge branch 'mcatanzaro/tls-exporter' into 'main'

Marco Trevisan (Treviño) (17):
      gio/tests: Add tests for cancellable pollfd and cancellation callbacks
      gio/tests: Ensure that cancellable is cancelled when emitting the signal
      gio/tests: Ensure that a cancellable hangs if reset from cancellable callback
      gatomicarray: Use atomic exchange for data value
      cancellable: Use more atomic exchanges operations
      gfileattribute: Do atomic addition before checking the old value on ref
      gresource: Use atomic pointer exchange operations to nullify and check
      gmain: Do atomic addition before checking the old value on ref
      gthread: Use atomic pointer exchange to check value set on g_init_leave
      ci: Setup submodules and subprojects before building on dist
      giomodule: Use g_once_init_enter/leave to register extensions and load dirs
      gregex: Ensure we translate the errcode without asserting on G_REGEX_ERROR_COMPILE
      gsignal: Perform signal unlocked handlers block, unblock and disconnect ops
      gsignal: Do not try to lookup the signal id and work on unlocked node
      gregex: Free match info if offset matching recalc failed
      docs: Add --delete option to gio-tool attributes documentation
      2.73.3

Matthias Clasen (1):
      Merge branch 'gio-tool-delete-docs' into 'main'

Michael Catanzaro (2):
      Improve default value of glib_debug option
      Expose tls-exporter channel binding

Nart Tlisha (2):
      Add Abkhazian translation
      Update Abkhazian translation

Owen Rafferty (1):
      gmain: define non-posix symbols

Philip Withnall (22):
      Merge branch 'giomodule-init-once' into 'main'
      Merge branch 'musl' into 'main'
      goption: Slightly improve the documentation for G_OPTION_FLAG_REVERSE
      Merge branch 'rybalkin-gregex-fix-translation-extraction' into 'main'
      Merge branch 'regex-do-not-assert-on-compile-error' into 'main'
      Merge branch 'c-only' into 'main'
      Merge branch 'non-registered-extension-point' into 'main'
      Merge branch 'gsignal-threading-cleanup' into 'main'
      Merge branch 'dist-job-fix' into 'main'
      Merge branch 'wip/smcv/gdbus-sasl' into 'main'
      Merge branch 'gregex-match-info-leak-fix' into 'main'
      Merge branch 'rybalkin-gregex-jit-compilation' into 'main'
      Merge branch 'rybalkin-gregex-message-instead-of-warning' into 'main'
      Merge branch 'more-atomic-ops' into 'main'
      Merge branch 'wip/smcv/installed-tests' into 'main'
      Merge branch 'wip/smcv/gdbus-cross-namespace' into 'main'
      Merge branch 'wip/smcv/multiarch-triggers' into 'main'
      Merge branch 'iss2542' into 'main'
      Merge branch 'wip/smcv/gio-launch-desktop-sd-journal' into 'main'
      Merge branch 'wip/smcv/gio-launch-desktop-sd-journal' into 'main'
      Merge branch 'rybalkin-gregex-remove-match-context-limits' into 'main'
      Merge branch 'main' into 'main'

Ryan Hope (3):
      Add missing extension point register for for GMemorySettingsBackend
      gio: Ensure extension points are registered when creating Settings backends
      Add tests for GMemorySettingsBackend and GNullSettingsBackend

Simon McVittie (21):
      gioenums: G_IO_ERROR_NO_SUCH_DEVICE is new in 2.74
      gdbusauth: Represent empty data block as DATA\r\n, with no space
      tests: Add a test for GDBusServer with various simulated clients
      Merge branch 'wip/smcv/no-such-device' into 'main'
      gio: Optionally install trigger executables to architecture-specific paths
      NEWS: Add an entry for multiarch trigger executables
      gdbusauthmechanismexternal: Optionally send empty authorization identity
      gdbus: Allow cross-namespace connections to Linux session and system buses
      assert-msg-test.py: Look for assert-msg-test relative to this script
      gobject/tests/performance: Use the other installed-tests template
      gobject/tests/performance: Only run a quick version as installed-tests
      Revert "gdesktopappinfo: Use `sh` rather than `gio-launch-desktop`"
      tests: Avoid using deprecated meson.build_root
      gio-launch-desktop: Add SPDX-License-Identifier
      gio-launch-desktop: Fix a compiler warning
      gdesktopappinfo: Don't trust $GIO_LAUNCH_DESKTOP if setuid
      Install gio-launch-desktop in a non-PATH location
      gio-launch-desktop: Redirect stdout, stderr to systemd Journal
      gmessages: Factor out _g_fd_is_journal into its own translation unit
      gio-launch-desktop: Don't alter stdout/stderr if not already the Journal
      gio-launch-desktop: Only replace fds that point to the Journal

Yosef Or Boczko (1):
      Update Hebrew translation

Yuri Chornoivan (4):
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation
      Update Ukrainian translation

Zurab Kargareteli (2):
      Update Georgian translation
      Update Georgian translation

codeboybebop (2):
      gio-tool: Flatten the outputed string
      gio-tool: -d option to delete attribute

madmurphy (1):
      gfileinfo: Implement xattr attribute removal


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]