[glib] Created tag 2.63.6



The signed tag '2.63.6' was created.

Tagger: Philip Withnall <withnall endlessm com>
Date: 1582557041 +0000

    2.63.6
    
    Git-EVTag-v0-SHA512: 
5dd01ba8de6c6d414b487ccb78078fed2bc3a34329e26d122b43720cbb41a68d782645cd98fc81297ec6498beac1d7a22baf2ec5ee82f23ae48f6671378defac

Changes since the last tag '2.63.5':

Anders Jonsson (1):
      Update Swedish translation

Asier Sarasua Garmendia (1):
      Update Basque translation

Aurimas Černius (1):
      Updated Lithuanian translation

Balázs Úr (1):
      Update Hungarian translation

Bastien Nocera (8):
      ci: Expand podman support
      ci: Require some updated packages Fedora Docker image
      ci: Install build deps for extra modules in Docker image
      ci: Update Fedora image before installing new items
      tests: Fix timeouts not working in GMemoryMonitor tests
      ci: Bump Fedora Docker image version
      ci: Don't ignore xdg-desktop-portal build failure
      ci: Fix xdg-desktop-portal build

Bruce Cowan (1):
      Update British English translation

Changwoo Ryu (1):
      Update Korean translation

Christian Kirbach (1):
      Update German translation

Claude Paroz (1):
      Updated French translation

Daniel Mustieles (1):
      Updated Spanish translation

Efstathios Iosifidis (1):
      Update Greek translation

Emin Tufan Çetin (1):
      Update Turkish translation

Emmanuele Bassi (4):
      Merge branch 'gapplication-docs-typo' into 'master'
      Merge branch 'hash-table-docs' into 'master'
      Merge branch 'timezone-utc-cleanup' into 'master'
      Merge branch 'installed-tests-parallel' into 'master'

Fran Dieguez (1):
      Update Galician translation

Kukuh Syafaat (1):
      Update Indonesian translation

Nirbheek Chauhan (4):
      gwin32: Do not ignore exceptions when running under a debugger
      gwin32: Do not register a crash handler unless requested
      Merge branch 'fix-w32-csharp-exception-handling' into 'master'
      gitlab-ci: 64-bit ARM is aarch64, not arm64

Ondrej Holy (4):
      gunixmounts: Make GUnixMountMonitor thread-safe
      gunixmounts: Prevent invalid time_read timestamps
      gunixmounts: Prevent race when mtab file changed
      gunixmounts: Remove pending sources when finalizing

Patrick Griffis (1):
      Refactor g_socket_client_connect_async()

Patrick Welche (1):
      gmodule: change _g_module_close to only take a handle.

Philip Withnall (48):
      tests: Speed up the GIO actions test
      Merge branch 'wip/hadess/update-docker-packages' into 'master'
      glist: Add docs examples of how to combine with g_steal_pointer()
      Merge branch 'test-for-1340' into 'master'
      build: Rework path construction to reliably add prefix
      libcharset: Drop a redundant environment variable
      docs: Don’t install object manager example separately
      Merge branch 'main-context-freeing-of-sources' into 'master'
      Merge branch 'fallback-setattr-failure' into 'master'
      Merge branch 'wip/smcv/but-what-if-capabilities' into 'master'
      gdesktopappinfo: Use `sh` rather than `gio-launch-desktop`
      Merge branch '1633-drop-gio-launch-desktop' into 'master'
      Merge branch 'wip/tingping/socket-client-data-races-fix' into 'master'
      Merge branch 'patch-1' into 'master'
      gdbusnameowning: Subscribe to NameLost before calling RequestName
      Merge branch '1919-relative-paths' into 'master'
      Merge branch 'wip/oholy/gunixmountmonitor-thread-safe' into 'master'
      gobject: Fix strict aliasing warnings with g_set_object()
      tests: Port gdbus-threading to use g_assert_*() rather than g_assert()
      tests: Move refcount checks to the end of each test in gdbus-threading
      gdbusproxy: Replace home-grown weak ref implementation with GWeakRef
      gdbusproxy: Tidy up some memory management code
      gdbusproxy: Simplify a pointer theft
      gdbusconnection: Drop an unnecessary GMainContext reference
      gdbusconnection: Simplify some control flow
      tests: Take explicit connection and context when ensuring testserver up
      tests: Add timeout to assert_connection_has_one_ref()
      tests: Wait until unwatching the gdbus-testserver name has completed
      tests: Wait until unsubscribing from a signal has completed
      tests: Use GMainContext instead of GMainLoop in gdbus-threading
      tests: Use TestSignal rather than NameOwnerChanged to test signals
      tests: Mark gdbus-threading as non-flaky any more
      gdbusconnection: Document main context iteration for unsubscriptions
      tests: Skip g-file-info-filesystem-readonly test if bindfs fails
      gapplication: Consistently use non-copying variant formats in docs
      gapplication: Improve formatting of variant formats in documentation
      gapplication: Fix a minor typo in the documentation
      ghash: Document the iteration order over a hash table is not defined
      gtimezone: Tidy up UTC timezone creation
      Merge branch 'cherry-pick-327-gmodule-cleanup' into 'master'
      Merge branch '2044-application-variant-docs' into 'master'
      ci: Enable parallelisation when running installed tests
      gdbus-tool: Require message bus connections for most commands
      Merge branch 'fix-cpu-family-in-ci' into 'master'
      tests: Bump the refcount timeout in gdbus-threading
      tests: Reduce iteration counts on gdbus-threading test
      giochannel: Fix read_line() when nul is not a line terminator
      2.63.6

Piotr Drąg (1):
      Update Polish translation

Rafael Fontenelle (1):
      Update Brazilian Portuguese translation

Sebastian Dröge (17):
      GThreadPool - Add test for !1340
      Merge branch 'autolist-docs' into 'master'
      GMainContext - Fix GSource iterator if iteration can modify the list
      GMainContext - Fix memory leaks and memory corruption when freeing sources while freeing a context
      GMainContext - Move mutex unlocking in destructor right before freeing the mutex
      GMainContext - Add tests for !1353 and related situations
      Merge branch 'docs-object-manager-example' into 'master'
      GThread - Check if sched_setattr is allowed by the system policies before depending on it
      Merge branch '1517-bus-ownership-race' into 'master'
      Merge branch 'g-set-object-strict-aliasing' into 'master'
      Merge branch '1515-gdbus-threading' into 'master'
      GThread: Don't g_error() if setting the thread scheduler settings fails
      Merge branch 'sched_setattr-no-gerror' into 'master'
      Merge branch '938-gdbus-tool-message-bus-connections' into 'master'
      Merge branch '1515-gdbus-threading-timeout' into 'master'
      Merge branch 'speed-up-actions-test' into 'master'
      Merge branch '2002-g-io-channel-read-line-nuls' into 'master'

Simon McVittie (3):
      tests: Don't assume that unprivileged uids are bound by RLIMIT_NPROC
      tests: Cope with having CAP_DAC_OVERRIDE, even if not euid 0
      Merge branch 'wip/hadess/avoid-unintended-success' into 'master'

pdknsk (1):
      Fix oss-fuzz coverage link

sicklylife (6):
      Update Japanese translation
      Update Japanese translation
      Update Japanese translation
      Update Japanese translation
      Update Japanese translation
      Update Japanese translation


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