commit da973fbf25021f3e649267ea2ec46e7a96c1bc6a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Mar 24 04:23:17 2025 +0100

    Updates for release

commit ef3f2ea9f4d591b8738aa7bd8a01326256166d9d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 23 20:55:45 2025 +0100

    build: Fix include order on *BSD
    
    Revealed by 7110058a5f037b408c99c024c85733904efde27e.
    
    (cherry picked from commit 1f07d42bba60313caf43126afe66fa835711ecb6)

commit 9609c6dcc74e41ffb3e30b27dd017947d2d3a09e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 23 17:23:47 2025 +0100

    autotools-build: Be sure gdbus-codegen files are regenerated
    
    (cherry picked from commit 52e2d2fba7a17a8c0a88540516dfca4b6348a9c0)

commit 799ca4caeeddde203c16afeebb3b6fa1eb8891e3
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 23 09:18:46 2025 +0100

    Back to development

commit e9ba0c1a9df8b692176ee2db40aea295349a081e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Mar 23 09:09:27 2025 +0100

    Updates for release

commit e11c5336564356ad6ca5c6a133809679d0c0bde4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 22 06:17:29 2025 +0100

    wayland: Use labwc's --session option if available
    
    (cherry picked from commit 826de991410aefb8d5d06e6228db5c18364c9960)

commit 738eaea413309e4de4d957199bf596411f6e49e4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Mar 22 05:05:32 2025 +0100

    wayland: Don't pass xfce4-session to the optional compositor cmdline
    
    It appears that very few compositors offer a --startup type option like
    labwc, so passing xfce4-session by default to the compositor doesn't
    seem relevant. But there are even compositors like hyprland that can
    exit in error if a command-line argument they don't support is passed to
    them, so we probably shouldn't do that.
    
    Although wayland support is still experimental and therefore unstable,
    this changes the way 'startxfce4 --wayland' works as little as possible:
    only command lines that actually used the xfce4-session argument will
    now have to contain it themselves. For other cases, such as typically
    'startxfce4 --wayland wayfire', this changes nothing.
    
    Related: https://gitlab.xfce.org/xfce/xfce4-session/-/issues/215#note_104126
    (cherry picked from commit 0845744b0a67ea99d51334303c404d923c1e7dce)

commit 517d5bf54a784b242ad8efb691e07fe1f44fa543
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 21 10:42:35 2025 +0100

    build: Add missing dep flags

commit 76f93bba28a9a673c539f34910ea17b30299700d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Mar 21 08:00:24 2025 +0100

    build: Automate copyright year management
    
    (cherry picked from commit ed60a5b04ace2b7bac1caec6ff4108f18c0c33cd)

commit 6bf5b2ee8abb5a9fb825caecdb1d3fd1f62bbb6f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 20 22:35:48 2025 +0100

    build: Replace xdt-csource with glib-compile-resources
    
    (cherry picked from commit 1ef2c40ebf86c77be6cb79bbcbebbc3c90c9bbcb)

commit 7e57be3e61e42a360c88d1638ed61bdcb90fccda
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Mar 20 22:39:10 2025 +0100

    build: Define xfce4 min version >= 4.18
    
    (cherry picked from commit 651cd12ba4210630436dd8579d0c14fe60fb4abd)

commit 35bb3179cbe4ee1e1c626e99d5c13ad9eb106258
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Mar 12 07:54:13 2025 +0100

    scripts: Make xflock4 blocking again
    
    'gdbus call' can't really be used here, because MAXINT can't be passed
    to --timeout, see
    https://gitlab.gnome.org/GNOME/glib/-/issues/1066
    
    Closes: #214
    Fixes: 42db188a912413d099150dd9f44f008285c8a493
    (cherry picked from commit 584ba9e6aa46e79aa5821d0b34b684f07c85f3db)

commit 462a4ea3c7fcb2ab324eb0b1ae50ffc669c586a4
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 16 18:52:51 2025 +0100

    startxfce4: Fix keyboard layout on wayland
    
    The syntax for specifying a keyboard layout variant in labwc is
    layout(variant), whereas in /etc/vconsole.conf it is layout-variant. See
    https://github.com/labwc/labwc/blob/bf0259809860dc2cb7580b6d90d60ce12e31f7e8/docs/environment#L13
    
    (cherry picked from commit 63d9bc0710bde90e81b75de40afabb6913027918)

commit 84d091fd4fbe3137a949c8b1306385e3face356d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 5 09:58:45 2025 +0100

    scripts: Remove unused .in level in xinitrc

commit 7110058a5f037b408c99c024c85733904efde27e
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 5 18:33:06 2025 +0100

    build: Add missing checks for headers

commit be9d921bdb7cbcf1777a7be64b72d134eebbfc13
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 5 08:20:54 2025 +0100

    build: Fix wrong include guard

commit 3970cfbe97db1b0b666cb6f5fdce313ab5aacb67
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Feb 5 08:20:31 2025 +0100

    build: Add missing check for sigprocmask

commit 4edb056b170ad798b298658ae07c8ec2143280a0
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 12:30:22 2025 +0100

    autotools-build: Check for xfce4-dev-tools in configure.ac
    
    Completes: 0d236dd8eb98cca6dd2be551498ac07b3408e6b7

commit 7f50270f69d4952213b519d2c985e41d3423aa55
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 3 07:53:24 2025 +0100

    build: Add missing dep flags

commit 0d236dd8eb98cca6dd2be551498ac07b3408e6b7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 23:08:03 2025 +0100

    build: Get rid of maintainer mode where gdbus-codegen is used
    
    It now (glib 2.83.3) adds GLIB_VERSION_2_84 macro to the generated code,
    so we need to let the user generates these files himself.
    
    Related: xfce/xfce4-panel#904

commit 8d5a111e77a03b6f9deb05764b021f8443fb3665
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jan 13 12:47:52 2025 +0100

    I18n: Update translation pt_BR (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f9aa303c0840b0d4057adbcb264210ae980821f6
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jan 11 00:48:21 2025 +0100

    I18n: Update translation ca (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b392de16072823feca5b840d16cbad105ad6ea77
Author: Joel Barrios <darkshram@gmail.com>
Date:   Mon Jan 6 15:23:00 2025 +0000

    Improve Wayland support
    
    Closes: #209

commit 5062448556f559d770cdb67fffbddba8ba3f63a1
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 5 00:48:19 2025 +0100

    I18n: Update translation ru (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 03461792ba04a41e95d4bd591122128ad9f80b61
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jan 3 00:48:02 2025 +0100

    I18n: Update translation sk (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bccdf938bd4c307ec19d02190bad4511e2eef8ea
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 30 12:48:13 2024 +0100

    I18n: Update translation vi (74%).
    
    126 translated messages, 44 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3edae67572474ee2e36ceb801aa1d978704fc49a
Author: Anonymous <noreply@xfce.org>
Date:   Sat Dec 28 00:47:49 2024 +0100

    I18n: Update translation uk (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 81f30e99d4f6d619b57c743dc03ba8c20a4b239f
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 23 12:48:37 2024 +0100

    I18n: Update translation vi (70%).
    
    119 translated messages, 51 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9097e6ebd2cb4094df315cef7f467478992cc6bc
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 17 00:47:45 2024 +0100

    I18n: Update translation da (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c45ad2094c50f4952eeb1de051f24a0077177558
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 16 12:48:48 2024 +0100

    I18n: Update translation hu (98%).
    
    168 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 995ae2e457b23c8736c24276014a1e1163daea33
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 16 12:48:48 2024 +0100

    I18n: Update translation eu (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 887180397cd54dc6260cf32019f6a815d39ea1fc
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Sun Dec 15 10:27:51 2024 +0100

    Back to development

commit 28790ebf0caf908e759d04172f80a667c508cf6d
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Sun Dec 15 10:25:18 2024 +0100

    Updates for release

commit c4e92343ef127265d96f1619004dc10ba1b01c64
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 10 00:48:05 2024 +0100

    I18n: Update translation ro (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1eed32c8b333df7c870282629cd923808cb616b8
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 9 12:48:04 2024 +0100

    I18n: Update translation ro (98%).
    
    167 translated messages, 3 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1ba53ee3d7f5932d298d720a5debd960c3021ea4
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 8 00:48:24 2024 +0100

    I18n: Update translation he (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0102ce239be8b528ca709f86e4f6694711040b2e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 3 00:48:26 2024 +0100

    I18n: Update translation fi (97%).
    
    166 translated messages, 4 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8a1bbdaaf98073343850c36bb7ae3660828cc234
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 2 12:49:17 2024 +0100

    I18n: Update translation pl (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 30a005766cbb58d8fb3fac3974599ea568061572
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 2 00:48:31 2024 +0100

    I18n: Update translation pt_BR (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b8b9e93c3f252155d0a0916ea4563645ea19af96
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Sun Dec 1 16:20:58 2024 +0100

    Back to development

commit 20c28f812a468db1d2c194c0d29461f0fec61558
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Sun Dec 1 16:18:49 2024 +0100

    Updates for release

commit 8ebea16fd67945823db50e7a2f02776ab2eb34c0
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 21 00:47:51 2024 +0100

    I18n: Update translation pl (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bf4d8c1fa06126a3d583663fe2076e48db782c7d
Author: Anonymous <noreply@xfce.org>
Date:   Wed Nov 20 12:00:33 2024 +0100

    I18n: Update translation pl (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c1011cc836608d719d2d542f2e293fc2baac8726
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:27 2024 +0100

    I18n: Update po/LINGUAS list

commit 8e6e4f377c70d23ab7420796e5513f0d06ae38b7
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:26 2024 +0100

    I18n: Add new translation ka (40%).
    
    69 translated messages, 101 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 97c8042c33211b7f9ae20d0e83363e7287c3e86e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:26 2024 +0100

    I18n: Update translation ur_PK (45%).
    
    77 translated messages, 93 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c03eef7c8e4132f2a43f88dc81ad7d781f43fd8f
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:26 2024 +0100

    I18n: Update translation ur (45%).
    
    77 translated messages, 93 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9d64fd01b2bb4cb1dac007e8d1f849682cb9d00e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:25 2024 +0100

    I18n: Update translation lv (47%).
    
    80 translated messages, 90 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0aab73786f06addfce28b31447679913aa6ff2c3
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:25 2024 +0100

    I18n: Update translation az_AZ (40%).
    
    68 translated messages, 102 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d1c03d5bb25eb14041fa84fb29097691962acbee
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:06:25 2024 +0100

    I18n: Update translation am (44%).
    
    76 translated messages, 94 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9894d8b93345f243d1f875bc948e7eb3303ec3bd
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 17 12:48:27 2024 +0100

    I18n: Update translation es (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9af69b26f056bad9d9debb4ad3665d48ff8408fe
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 16 00:49:06 2024 +0100

    I18n: Update translation vi (52%).
    
    89 translated messages, 81 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f3b7fc610700da861ee60e2aba7479423fd13d1a
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 16 00:49:06 2024 +0100

    I18n: Update translation tr (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d56eba4c0d6d987f9936dcfb88c4167c7533cb76
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 10 00:48:05 2024 +0100

    I18n: Update translation pt (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a948b01bcb0066911881e3eb2f05aff3211c826e
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Fri Nov 8 14:39:41 2024 -0500

    Fix leak of reason messages from libSM
    
    libSM sometimes calls malloc(0), which can return NULL or a pointer
    to be freed.

commit 268e2fc55372a6f02567fd2739d0ac8f2f155205
Author: Bobby Rong <rjl931189261@126.com>
Date:   Tue Nov 5 12:42:45 2024 +0800

    wayland: Wait for VT switch for LightDM users before starting compositor
    
    This specifically workarounds https://github.com/canonical/lightdm/issues/63.

commit bfe8979a158fbfa8243f997deebd370ab44aeecc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Nov 4 15:58:40 2024 +0100

    Avoid using bzero
    
    Fixes: #206

commit 54636364980ef97f55bb8d9783dfe3cfb81a0130
Author: Anonymous <noreply@xfce.org>
Date:   Mon Nov 4 00:49:55 2024 +0100

    I18n: Update translation cs (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5514aa6cb6c4a86d23e09607fc6af4df9f0b7227
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 3 12:48:46 2024 +0100

    I18n: Update translation kk (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ff78e2abefa284c54e0a86a0760eb8971ffb4477
Author: Landry Breuil <landry@openbsd.org>
Date:   Sat Nov 2 11:40:27 2024 +0100

    users wanting to shutdown should be in the _shutdown group since OpenBSD 7.4
    
    see https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc/group?rev=1.99&content-type=text/x-cvsweb-markup
    
    carried as a port patch since a year and a half
    https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11/xfce4/xfce4-session/patches/patch-xfce4-session_xfsm-shutdown-fallback_c?rev=1.4&content-type=text/x-cvsweb-markup

commit 0f68a1384175d2f7fe36927b0ab1200d738ffe0d
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Fri Nov 1 21:49:40 2024 +0100

    Back to development

commit d2c0a3f7c01566835c52bbc9550f84ef7426fa5a
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Fri Nov 1 21:20:51 2024 +0100

    Updates for release

commit 12c4df8d44ab44a1154553ba8acb2a8c51539774
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 26 12:47:52 2024 +0200

    I18n: Update translation gl (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 24a8514cb824c597d328c44717a9f76dc7e79efb
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 24 00:51:18 2024 +0200

    I18n: Update translation sr (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 456431a67e5b0d7928928179259f9adadee81a4f
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 23 00:48:14 2024 +0200

    I18n: Update translation fr (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 77a6eb5a86c9fc85bf9a51db8dd633e369ddbaa9
Author: Anonymous <noreply@xfce.org>
Date:   Mon Oct 21 00:48:01 2024 +0200

    I18n: Update translation es (98%).
    
    168 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7333c5659021e2d1f0da67f895e4066068ac948d
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 17 00:48:17 2024 +0200

    I18n: Update translation oc (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0574649e417190fcb952b3d02bd1db1224d10fd7
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 17 00:48:17 2024 +0200

    I18n: Update translation ja (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f17b45dedf73b5bff41ee896bf203279029e4aa6
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 17 00:48:17 2024 +0200

    I18n: Update translation it (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit bd8774e552288d7f5e5b1f87706746485916ffcd
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 17 00:48:17 2024 +0200

    I18n: Update translation de (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 23ae73af32cc63af7c9e5f8fcd8ee3353221703f
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Wed Oct 16 12:15:28 2024 -0400

    manager: Fix SmsClientHostName leak

commit 605c7c75a8a3b8e44aa3d19d781b72599520198d
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 16 12:48:27 2024 +0200

    I18n: Update translation bg (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 30b7c2b6e3da77fc3b7caa6998ec2daaf39ae9c1
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 16 00:54:07 2024 +0200

    I18n: Update translation sv (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 31ff678b6b147e49e1fcd62fc0828adbeddcb969
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 16 00:54:07 2024 +0200

    I18n: Update translation pt (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f6d2fb323b8d7cac2f41e3149facf0c31e184c10
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 16 00:54:07 2024 +0200

    I18n: Update translation lt (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ea449ca1504c3f79a623921bf19ca394fa188e8f
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 16 00:54:07 2024 +0200

    I18n: Update translation et (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a14990adce70e73e84ca36f692d9c016a16d77ca
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 16 00:54:06 2024 +0200

    I18n: Update translation en_GB (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 252e59352fbba951547ba971949da4b34b7344b0
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Tue Oct 15 08:36:55 2024 -0400

    Fix leaks in xfsm_properties_load

commit 00a95633471fca31ed89d6da9772a75b0d797797
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Tue Oct 15 06:42:32 2024 -0400

    manager: Fix leaks in xfsm_manager_load_failsafe

commit e48d6c924fefd5783db880e9ce260955a9d31df2
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 15 12:50:36 2024 +0200

    I18n: Update translation zh_TW (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5e61f9740a89027fb66b3e977bc9a6766a277bcf
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 15 12:50:36 2024 +0200

    I18n: Update translation zh_CN (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c6d578c88e858a8a7f34d3c9c1074a39f5a86363
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 15 12:50:36 2024 +0200

    I18n: Update translation sq (98%).
    
    168 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 36f25e7cbf5e45c88ea5e5391f626e070858b498
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 15 12:50:35 2024 +0200

    I18n: Update translation pl (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cf0e6764632a8ae4846d5ce305cf8261a7ae578c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 15 12:50:35 2024 +0200

    I18n: Update translation nl (100%).
    
    170 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit fedb4d6f51121916db9e10e81491882a8ec6c32b
Author: Kirill Rekhov <krekhov.dev@gmail.com>
Date:   Mon Oct 14 17:06:47 2024 +0000

    Added missing Keywords entry to .desktop files

commit 93ac1a27b292eedb70fbe2f66e6cbfcc86c40626
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Sun Oct 13 13:26:27 2024 -0400

    manager: Fix string array leak

commit f18f540eaf890807b1007b5f0ecd6d4a76d22728
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Sun Oct 13 13:22:01 2024 -0400

    Fix string leak in main()

commit 0bd44031151ed0233919d780b75e94deb75035c1
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Sun Oct 13 13:04:55 2024 -0400

    Fix leaks in settings_list_sessions_open_key_file

commit 76848d31cef0f23877e626eedc7ea5ea63078ffb
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Sat Oct 5 03:26:28 2024 -0400

    manager: Fix string leaks

commit b7aa9d60442f2149589a9c16e15a9bea0125a5c9
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 5 00:50:38 2024 +0200

    I18n: Update translation pl (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 3e9c5b5db3d9c4d96b3eadb0a70015b2a66e0b02
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Oct 2 18:49:39 2024 +0200

    build: Bump requirements for Xfce 4.20

commit 25964f3c86c3a8202248654ef032438c1430e0c6
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 2 00:49:00 2024 +0200

    I18n: Update translation pl (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5e1ca94d08f66e970182cb7996cb4a2a433067d8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Sep 29 09:54:54 2024 +0200

    logout-dialog: Fix use-after-free when getting logout action
    
    Fixes: #198

commit b353f13b8e69a47c6bd80c8f6416b362ccd801d9
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Sep 15 20:48:53 2024 +0200

    Apply .clang-format file

commit aae2e0ecc9a1376a44dce22228a19e233e481a7f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Sep 15 19:57:39 2024 +0200

    Sort includes

commit 995050a371c161fb973944b6e72adc136106bb48
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Sep 15 19:53:26 2024 +0200

    clang-format: Add file
    
    Related: apps/orage#32, xfce/xfce4-dev-tools!101

commit a8765cd20003692323fe47c0b5c9d403750d5f3b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Sep 2 21:14:24 2024 +0200

    Fix gtk-layer-shell includes
    
    Include flag already contains gtk-layer-shell/.

commit 2ea2c6279731ce7b0efde55f5cd49122a9b89142
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Sep 2 06:50:47 2024 +0200

    Add xapp for Background xfce-portals.conf
    
    Closes: #196
    Related: https://github.com/linuxmint/xdg-desktop-portal-xapp/issues/17

commit e8da3117e0ba0ffe4c10ac19e3659f791f0f68ed
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Aug 19 18:04:30 2024 +0200

    manager: Fix wrong release function
    
    Fixes: d110f132d8fa861297a4d8a2a0e9a0a4f695009b

commit 4435a849edd6e06bd31ca4afef86712cbdc87f5a
Author: Anonymous <noreply@xfce.org>
Date:   Mon Aug 19 00:47:52 2024 +0200

    I18n: Update translation ca (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 639041580a8b12f9fd767693728271dbc12ca35d
Author: Zetta1  Reid0 <11255-Zetta1_Reid0@users.noreply.gitlab.xfce.org>
Date:   Thu Aug 15 18:29:15 2024 +0000

    Add css class for session chooser

commit f8f50c6e9f2e2fccd17b8b9ee558239354842382
Author: Anonymous <noreply@xfce.org>
Date:   Tue Aug 13 00:48:04 2024 +0200

    I18n: Update translation oc (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e11e06d95a65d97f5db83a756f2da0a1f9170b6b
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jul 27 00:47:56 2024 +0200

    I18n: Update translation cs (96%).
    
    161 translated messages, 6 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ae843bd3292a070f09d274948ba195501a8c0096
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jul 24 00:48:59 2024 +0200

    I18n: Update translation ast (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 6cab746311e893fb97adce8e400daa4a5f595c46
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 7 10:41:47 2024 +0200

    scan-build: Fix unix.Malloc
    
    I don't think there's really a leak, but duplicating code to avoid a
    small memory reallocation isn't justified anyway.

commit 10c7641a16b7737060396e2352e41d109874d3be
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jun 7 09:29:01 2024 +0200

    scan-build: Add false positive file

commit e8f26511c2897cd17bc318145f25752695b802d0
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jun 5 00:49:26 2024 +0200

    I18n: Update translation ko (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4c501363291148aa2bd04b5315e541b547c6a186
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jun 4 20:13:41 2024 +0200

    build: clang: Fix -Wcast-align

commit d3ec9e814d6364850e599149cecaa77cd54d0bb8
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed May 29 11:31:24 2024 +0200

    build: Fix -Werror=unused-variable

commit 33e98f38ca47648e69d000c54d0697efacfb7bab
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 29 00:47:50 2024 +0200

    I18n: Update translation es (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ae838b98966077e416952627d1ac77836ddc171f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue May 28 23:36:10 2024 +0200

    Revert "Add new CI builds to build without X11 and Wayland"
    
    This reverts commit 1cee711eeb6f64d85790f6c1f05d849b56e5dff3.
    
    Now included in xfce/xfce4-dev-tools/ci/build_project.yml, see
    xfce/xfce4-dev-tools!110.

commit b55ea25b32b8d43166f158a7257251c2c4bf6e49
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 15 00:48:17 2024 +0200

    I18n: Update translation he (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 48dae41e900ba7b784579a017c8a0f35c8479903
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 1 12:48:10 2024 +0200

    I18n: Update translation sv (100%).
    
    167 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 963c5e7f3c6b49d2f3ffeab1925b799f780b5b6a
Author: Anonymous <noreply@xfce.org>
Date:   Sun Apr 21 00:48:05 2024 +0200
