commit f05f028b840b465a41deef0fae6f50a885222e62
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Tue Dec 22 21:33:42 2020 +0100

    Updates for release

commit aa8939349e6a112e651d1169f151f932c6d15c74
Author: Yves-Alexis Perez <corsac@corsac.net>
Date:   Sun Dec 13 12:27:11 2020 +0100

    Don't use shebang for bash completion file
    
    Bash completions are meant to be sourced, not executed, so remove the shebang line
    Closes !8

commit 56068de01bb74d7025c8fa3339d2cb1c94bb9231
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Tue Dec 15 23:18:43 2020 +0100

    Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
    
    Current glib minimum is 2.50.0

commit ae93c365f7a61ebe6c4c81241ba3dd4ea9e8326c
Author: Alexander Schwinn <alexxcons@xfce.org>
Date:   Wed Dec 9 09:54:21 2020 +0100

    bump glib (and gio, gthread, etc) minimum to 2.50.0
    
    In order to unify dependencies for core components.
    (See 4.16 roadmap)

commit 582dd327ed73e85f8de2d39c2c95385d7d1a485e
Author: Olaf Hering <olaf@aepfle.de>
Date:   Fri Dec 4 11:25:42 2020 +0100

    remove last traces of xfconf-perl
    
    Fixes commit 19c3566a50f0b062d06b055e785e2ad08ec40f3b
    
    Signed-off-by: Olaf Hering <olaf@aepfle.de>

commit 0cacff7257337d0b855db29b1c95ea85706f2df4
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Mon Nov 9 21:31:40 2020 +0100

    Fix make distcheck and enable it on gitlab CI
    
    - fix return code check and remove bashism from tests-driver.sh
    - Remove INSTALL from EXTRA_DIST (not created anymore since we are using
      automake foreign mode)
    - Update .gitignore

commit cb2ae51d782b66496973eba200a9b46f49adf3b5
Author: Andre Miranda <andreldm@xfce.org>
Date:   Fri Nov 13 01:26:12 2020 -0300

    Add README.md to EXTRA_DIST

commit 36a6ca6b7a3b529527a97008ec6e4907cef8dcc4
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Mon Nov 9 10:02:05 2020 +0100

    Post release autoconf git revision

commit 6a9934507af1beb3d7a83d537fe2c77a6b10d272
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Mon Nov 9 09:50:57 2020 +0100

    Prepare 4.15.1 release

commit 94129ed61e69267cbd7fe92c50c4ad1cde0fba6d
Merge: 111b9bf 921321d
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Mon Nov 9 09:40:09 2020 +0100

    Merge branch 'cryptogopher/xfconf-issue16'

commit 111b9bfcfa332324bd7c1518c188fa7888661ea3
Author: Emin Tufan <etcetin@gmail.com>
Date:   Mon Nov 9 00:47:53 2020 +0100

    I18n: Update translation tr (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 921321d269b8c07097c0df78b5a7e33dc02bb4db
Author: cryptogopher <xfce@michalczyk.pro>
Date:   Fri Nov 6 01:27:25 2020 +0100

    Test for #16

commit 700220faaba0f693b0e428eead90c15e20e6793f
Author: cryptogopher <xfce@michalczyk.pro>
Date:   Fri Nov 6 01:22:47 2020 +0100

    xfconf-cache: Fix access to freed data (#16)
    
    The code was based on false assumption that cancelling cancellable of
    asynchronous request stops execution of callback handler.
    In fact cancelling asynchronous call does not prevent callback from
    geting invoked. Moreover handlers for asynchronuos call are only invoked
    from thread's main loop. That means if you set property, then free cache
    you will have outstanding handler invocations with dangling pointers to
    XfconfCacheOldItem and no reliable way of detecting this situation
    inside handler. The solution is to only free old_item(s) inside handler
    and differentiate processing inside handler based on whether call has
    been cancelled (by checking cancellable status).

commit 4183ec495b67099ced8360821db9eb417caa3210
Author: Kevin Bowen <kevin.bowen@gmail.com>
Date:   Mon Nov 2 20:05:25 2020 +0100

    Adds new README.md and updates AM_INIT_AUTOMAKE

commit eac09bb226c9608ba2d28bdaa1d8a844bc58dce2
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Sat Oct 31 00:47:53 2020 +0100

    I18n: Update translation sq (97%).
    
    66 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7f22f816ed4162a3f5ca439048c4564a6fa77fa9
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Tue Oct 27 16:50:42 2020 +0100

    Disable parallelism on all tests.
    
    This prevents make to potentially hang when -j is used with a number
    bigger than 1. Fixes #13.

commit e4c155094d9ddcd9829f290b3fff05ae755dcdc5
Author: Emin Tufan <etcetin@gmail.com>
Date:   Mon Oct 19 01:16:02 2020 +0200

    I18n: Update translation tr (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 60b53840a35c6718e47dfd5087026d334fadcad2
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:51:48 2020 +0200

    I18n: Update translation ug (94%).
    
    64 translated messages, 4 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d6372233b4da3d1c658b13a7cfb0b3378d636602
Author: Besnik Bleta <besnik@programeshqip.org>
Date:   Fri Oct 16 18:51:48 2020 +0200

    I18n: Update translation sq (95%).
    
    65 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f704a6914f9ab2963386ce6d3f02fc12d863311f
Author: Jose Riha <jose1711@gmail.com>
Date:   Fri Oct 16 18:51:47 2020 +0200

    I18n: Update translation sk (98%).
    
    67 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 57dc96674b5e5ce91854637cb313de554325529c
Author: Real School <localization@ehayq.am>
Date:   Fri Oct 16 18:51:45 2020 +0200

    I18n: Update translation hy_AM (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 79160d0209646c822d89e8dadd3c022bc698816d
Author: Xfce Bot <transifex@xfce.org>
Date:   Fri Oct 16 18:51:45 2020 +0200

    I18n: Update translation hu (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cfcd826cfb562977a3a89b95e112f472a19699ce
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 16 18:51:45 2020 +0200

    I18n: Update translation he (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e4e9e3d558328fea628670e1ca24f152d788041c
Author: Anonymous <noreply@xfce.org>
Date:   Tue Sep 15 00:48:13 2020 +0200

    I18n: Update translation oc (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 76b77dbf8cd1290637ab15db3098607d2b50daef
Merge: 165855b a117d09
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Mon Aug 31 13:34:20 2020 +0200

    Merge branch 'mgorny/xfconf-stray-quote'

commit 165855bfea9e56e2d0884dee52d6b738b222ebb0
Author: Anonymous <noreply@xfce.org>
Date:   Thu Aug 20 12:53:43 2020 +0200

    I18n: Update translation lt (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a117d09997cfcb94e89756749ff1be4c8dfa8805
Author: Michał Górny <mgorny@gentoo.org>
Date:   Fri Jul 17 15:56:20 2020 +0200

    Fix stray double-quote in bash-completion PKG_CONFIG invocation
    
    Fix a stray double-quote that causes unterminated quoted string error
    in dash:
    
      ./configure: 1: Syntax error: Unterminated quoted string
    
    PKG_CONFIG should remain unquoted since it may contain command options
    in addition to the path.

commit 88365b8f809dfe8256ffbfef4f4e7e937f2dbd75
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Thu Jul 16 11:40:54 2020 +0200

    Post release autoconf git revision

commit f207ba8c25ed44eda9e8d1612a80c8c6ba32e2df
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Thu Jul 16 11:36:55 2020 +0200

    Prepare 4.15.0 release

commit 4102ed6bcdc609dbace91378327be83fb0e4bac7
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Thu Jul 16 11:30:14 2020 +0200

    Fix distcheck bash-completion file error

commit 25a7e40d75e48202fcce540e7e43cd6a7a3c4689
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 22 00:48:05 2020 +0200

    I18n: Update translation he (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit aafc780ab46cb384e08c8d609c5d09f91eeab300
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jun 12 12:51:18 2020 +0200

    I18n: Update translation he (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit b7a7c7f7e8934e78e4343d441ae2ae77f2dc1e53
Author: Arman Harutyunyan <arman.harut468@gmail.com>
Date:   Fri Jun 5 00:49:18 2020 +0200

    I18n: Update translation hye (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6865f62dec175c09ed733b6051f0980c14da74a4
Author: Emanuele Petriglia <inbox@emanuelepetriglia.com>
Date:   Sun Nov 24 15:15:19 2019 +0100

    Add Bash completion for xfconf-query
    
    Signed-off-by: Emanuele Petriglia <inbox@emanuelepetriglia.com>
    Signed-off-by: Ali Abdallah <ali.abdallah@suse.com>

commit 1af69867372ff46fb1f2596859e6c351f135c83e
Author: Ivan <personal@live.hk>
Date:   Tue May 26 12:49:19 2020 +0200

    I18n: Update translation zh_HK (95%).
    
    65 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f367809c27103fbd3c2c459105e6078246b9f2a1
Author: Real School <localization@ehayq.am>
Date:   Mon May 25 12:55:52 2020 +0200

    I18n: Add new translation hye (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fd6ee53e2101a6d4ce70965314308da43f6d63b7
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 20 00:48:00 2020 +0200

    I18n: Update translation he (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5f648405fdaa950efa0582afd4134f9a4b352ca2
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Sun May 17 19:35:01 2020 +0200

    Bump version number to 15

commit bce38ba0d6ad45e7baa1cd2d58bd8e7ab42b82f6
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Fri May 15 19:15:08 2020 +0200

    Use a custom test-driver
    
    Implement a custom test driver that will start the freshly compiled
    xfconfd on a different dbus name. When the test finishes, gets
    interrupted or exists with error, the xfconfd test instance is
    terminated.
    
    This will allows 'make check' and 'make distcheck' to be successful even
    if xfconfd is not installed or running.

commit 6e4e3704f262e35c396ffa610538244b63115c29
Author: Jason Yavorska <jyavorska@protonmail.com>
Date:   Fri May 15 10:05:24 2020 +0200

    Add xfconf .gitlab-ci.yml

commit 9ec67fb671b488a81f837e9127719b0bf5027624
Author: Pjotr <pjotrvertaalt@gmail.com>
Date:   Tue May 12 00:48:36 2020 +0200

    I18n: Update translation nl (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e1d28920341336087efca2e0d1c59c91f9d7ab56
Author: Evangelos Foutras <evangelos@foutrelis.com>
Date:   Wed May 6 16:47:21 2020 +0300

    Always provide files for vala bindings in dist tarball
    
    So even if vala is not installed during the distcheck step, the vala
    bindings can be built from the dist tarball.

commit 5d7791d29bf7cf768ae103f2a83ff8b241da2d4b
Author: Ali Abdallah <ali.abdallah@suse.com>
Date:   Mon May 11 14:03:38 2020 +0200

    Enable GSettings backend by default

commit c759b8eed700722c1cfa07259fbd9975a3df2dcc
Author: Ali Abdallah <aabdallah@suse.de>
Date:   Sat May 2 13:08:57 2020 +0200

    Use gsettings as a common channel name
    
    use gsettings as a common channel name for GSettings backend+fix full
    write function return value.

commit dc443372218d9cc4a5daf5c416d767f445f7f9ce
Author: Ali Abdallah <aabdallah@suse.de>
Date:   Sat May 2 11:12:44 2020 +0200

    Initialize Xfconf when the backend is to be used
    
    Previously, xfconf_init was called on g_io_module_load. But this will
    fatally fail on systems with no xfconfd running.
    
    See Bug #14789 for more details.

commit 79bdf666dfa6a6f38489d6c62347d4a6d5820c60
Author: Anonymous <noreply@xfce.org>
Date:   Sun Apr 26 00:18:12 2020 +0200

    I18n: Update translation he (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3a419d5c16afcaadcb618df6f3cf4ad1cc3e0064
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Fri Apr 24 12:27:42 2020 +0200

    Bug #15960: Add some missing xfconf_shutdown() in xfconf-query

commit be28cc4d969e32cef872b4f8d57105ef70643e1d
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Tue Sep 10 18:18:21 2019 +0200

    Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning
    
    - During introspecting phase, we get this warning:
    "Warning: Xfconf: (ErrorQuarkFunction)get_error_quark: xfconf_get_error_quark: Couldn't find corresponding enumeration"

commit 19c3566a50f0b062d06b055e785e2ad08ec40f3b
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Fri Apr 24 12:09:09 2020 +0200

    Remove xfconf perl binding
    
    - Disable by default since 4.14
    - Not sure anybody use it, haven't seen any evolution since 4.6

commit 7b6d095d6479b285e6569e6ff9d574aadbfa3a75
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:21:17 2020 +0200

    I18n: Update translation zh_TW (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit e1f7b643c6a330fa5ff39ea3fdd56dfb054405c0
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:21:14 2020 +0200

    I18n: Update translation hu (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit faa372b6d19b11b21dc41d5e739ef46682e4a7bd
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed Apr 15 00:21:13 2020 +0200

    I18n: Update translation es (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 91d4ebf77f4bd3d50f89e7a1e45acd1a47636dbf
Author: Panagiotis Mantzios <pmantzios@hotmail.com>
Date:   Wed Apr 15 00:21:13 2020 +0200

    I18n: Update translation el (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0cbfbc7b93a7e69fd1c16b30d02a8fdf526a20e1
Author: Anonymous <noreply@xfce.org>
Date:   Wed Apr 15 00:21:12 2020 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 80a57adddc05dd95d7f5a967744635376effa8d2
Author: Zmicer Turok <nashtlumach@gmail.com>
Date:   Mon Mar 2 18:33:05 2020 +0100

    I18n: Update translation be (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 4b2ad3213da9510cedf9da2e97c220bd3a993db2
Author: Besnik <besnik@programeshqip.org>
Date:   Tue Feb 11 00:32:19 2020 +0100

    I18n: Update translation sq (95%).
    
    65 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit bab7678108b000ffd999438a7cc00cc4924d76e8
Author: Besnik <besnik@programeshqip.org>
Date:   Wed Jan 8 06:32:50 2020 +0100

    I18n: Add new translation sq (95%).
    
    65 translated messages, 3 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit fb768ca3d1ae8efe48156f925b6899b37d030096
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Wed Nov 20 18:32:19 2019 +0100

    I18n: Update translation sl (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5327f86ccaa5bcc9cdece54650b152fb5c072c6b
Author: Arnold Marko <arnold.marko@gmail.com>
Date:   Wed Nov 20 12:32:32 2019 +0100

    I18n: Add new translation sl (63%).
    
    43 translated messages, 25 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit cbdc0c150a65e5f8400b865190687497483d6bb0
Author: Dongyu Chu <chudongyu@126.com>
Date:   Sun Oct 27 18:32:13 2019 +0100

    I18n: Update translation zh_CN (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a92edcc5af966fb1685e77381cf4627bb1ac4f97
Author: Ivica  Kolić <ikoli@yahoo.com>
Date:   Mon Sep 30 12:37:50 2019 +0200

    I18n: Update translation hr (98%).
    
    67 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 5229af5010943e0817d99034e3bf827a9746f98c
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Fri Aug 23 18:33:23 2019 +0200

    I18n: Update translation gl (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 30b98d44c3bfceaed4bf23402c27dc4cd58e8ffc
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Aug 11 18:44:55 2019 -0400

    Back to development

commit f29a7a0261fb3fd7bbb7a617e44ff14d8943792d
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Aug 11 18:43:02 2019 -0400

    Updates for release

commit 7ec302cc422b3a31d158bf016c33776d201f15c4
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Aug 11 16:51:03 2019 -0400

    Back to development

commit 50abcd404c0ec9ac13da73838bb722ecf2dafc7e
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sun Aug 11 16:49:49 2019 -0400

    Updates for release

commit c932128e7f5fd454447dc9d06c8ccbb6b4bfcbe5
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Sun Aug 11 12:34:45 2019 +0200

    I18n: Update translation nb (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 904a02eade7946d83d65b155fa19aaea273a1dae
Author: Nuno Miguel <nunomgue@gmail.com>
Date:   Thu Aug 8 18:35:58 2019 +0200

    I18n: Update translation pt (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1383f4ba6b10653c05565dab0f28146d36b933b6
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date:   Mon Aug 5 12:32:21 2019 +0200

    I18n: Update translation gl (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 62573a310db5cf2456c0e4b7b82073029b7286f0
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date:   Fri Aug 2 00:32:05 2019 +0200

    I18n: Update translation cs (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 841e83541c0e24f3c4ce91ee123d26335a7797ca
Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
Date:   Wed Jul 24 18:34:05 2019 +0200

    I18n: Update translation nb (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 585e1135b16eb7c765c85c7f15deb37c3c1024d3
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Thu Jun 27 15:37:16 2019 +0200

    Back to development

commit 37242d13d97483f413e3c5c803e6f0231b2aa7e9
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Thu Jun 27 15:20:48 2019 +0200

    Prepare for release

commit 7dbbf7c444d6013248f1b917151249bcc0c61676
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Thu Jun 27 15:19:55 2019 +0200

    Disable perl bindings by default

commit b8f9b28850a2e64ac44bdca86e62768750bbffeb
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Sun Jun 23 20:04:43 2019 +0200

    Fix make distcheck
    
    - .deps file needs to be in release tarball to be able to compile vala
    support

commit 8d4284058bd7acd951f112ac6d3fd42c02eefe7f
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Fri Feb 15 20:47:43 2019 +0100

    Add support for GObject introspection and vala
    
    - Fix bug #15135

commit b4bed38222aa0c389b6ded430bcdfade27e77f73
Author: Michał Górny <mgorny@gentoo.org>
Date:   Mon Jun 17 10:30:57 2019 +0200

    tests: Explicitly handle error reply from Ping method call
    
    Explicitly handle the possible error reply from D-Bus when issuing
    the Ping method call on xfconfd instance.  This can happen when xfconfd
    is unknown to D-Bus (e.g. not installed yet).  Explicit error replacing
    cryptic test failures with explicit error that xfconfd is not running.
    Fix bug #15616

commit c85b6f9d9742eb9c305a3b833948b8bc6cd0acdf
Author: Anonymous <noreply@xfce.org>
Date:   Mon Jun 17 00:33:50 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 080841bf6cea6f2e76209f68bf47eb26281e5217
Author: Real School <translator_students@realschool.am>
Date:   Wed Jun 12 18:34:25 2019 +0200

    I18n: Update translation hy_AM (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6c0db9b6c0923abc03acb8612c51ea96074f5f4c
Author: Real School <translator_students@realschool.am>
Date:   Wed Jun 12 00:33:04 2019 +0200

    I18n: Add new translation hy_AM (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 8337b0facd67cdbc68211f0c2243387e66d7d1b0
Author: Anonymous <noreply@xfce.org>
Date:   Tue Jun 11 00:34:16 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit d89d2cc8d6aee9ebcfe2592c59dc17e16a1020e9
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jun 6 06:33:07 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0afc148ae3807b2029af44aa05bdeebf5b4c0683
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jun 6 00:33:39 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6fd7054c6955750aa98d3b5cef2253839c75ed49
Author: Anonymous <noreply@xfce.org>
Date:   Sat May 25 06:33:11 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit f08709931d22d11d834189c9e1c528970fe32dd3
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 24 18:32:53 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 1978bb7072c09deadca4578184b3b03003744afa
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat May 18 06:56:10 2019 -0400

    Back to development

commit d4574638830a262e81f5b7d4ac848bc6e35949dd
Author: Sean Davis <smd.seandavis@gmail.com>
Date:   Sat May 18 06:54:37 2019 -0400

    Updates for release

commit f6b89b77db7f64aabd07ff29556675deaf984618
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 17 18:37:37 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 93a32d60e7538a343aedfba4a46ff08feefd724f
Author: Anonymous <noreply@xfce.org>
Date:   Fri May 17 00:36:13 2019 +0200

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9a3ef5b0d9eaa3e4df2cd487f5b84bbc673ebdbf
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Tue May 14 18:35:00 2019 +0200

    I18n: Update translation is (66%).
    
    45 translated messages, 23 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c977d2c732e2ef20a3d58d30f277f16415af7150
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 10 18:43:13 2019 +0200

    I18n: Update translation is (57%).
    
    39 translated messages, 29 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit a3a31f9a118b12c5c95ea6db4252499b4b5b74f4
Author: Sveinn í Felli <sv1@fellsnet.is>
Date:   Fri May 10 12:37:14 2019 +0200

    I18n: Update translation is (55%).
    
    38 translated messages, 30 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 43ad3fb7422faaf76f897978a0108cb3ad96372e
Author: Xfce Bot <transifex@xfce.org>
Date:   Wed May 8 19:56:33 2019 +0200

    I18n: Update translation ro (97%).
    
    66 translated messages, 2 untranslated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 14175c90b6f3b07be9babe458305d3d9eed293bc
Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
Date:   Wed May 8 19:56:32 2019 +0200

    I18n: Update translation it (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 7f36aeb307439211ec4941e6e42afff53e56f36a
Author: Anonymous <noreply@xfce.org>
Date:   Wed May 8 19:56:31 2019 +0200

    I18n: Update translation eu (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit c75fc5a5f44a8f816c4ef5ff1f93e21aa21afbbb
Author: John Humphrys <john.humphrys@pm.me>
Date:   Wed May 8 19:56:30 2019 +0200

    I18n: Update translation en_AU (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2e882ec2b3764373f41a21634713dc335e3f4f6b
Author: Anonymous <noreply@xfce.org>
Date:   Fri Apr 19 12:34:26 2019 +0200

    I18n: Update translation bg (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 87019d9e5948d9d7e1eeaa7e4985d4845fa57fd4
Author: Andre Miranda <andreldm@xfce.org>
Date:   Thu Apr 18 00:26:00 2019 -0300

    Bump glib version

commit 6f11cc65a2213f424728b5a0d25b1b63c19e773e
Author: Romain Bouvier <skunnyk@alteroot.org>
Date:   Tue Apr 16 22:29:26 2019 +0200

    Bug #15122: xfconf: disable gsettings backend by default
    
    - Introduced in 4.13.6, it is enabled by default. We have multiple bugs
    reports about this feature and build failures on *BSD systems when using
    g-ir-compiler on headless build systems
    - Disable it by default until corrects fixes. See also #14789
    - Also update configure.ac.in a bit

commit bd2b1e4980439cf7a2b06c0075311bd7262c90cb
Author: Andre Miranda <andreldm@xfce.org>
Date:   Mon Apr 15 23:48:49 2019 -0300

    Fix compiler error -Wcast-function-type (GCC 8)

commit 255db425a00c5557079aeebc69da5d710e3a9f5c
Author: Andre Miranda <andreldm@xfce.org>
Date:   Sun Apr 14 18:40:32 2019 -0300

    Fix this use of "defined" may not be portable

commit e70dcc3ede4ab9ffec2f1e33272b306ffdab74c0
Author: Andre Miranda <andre42m@gmail.com>
Date:   Sun Apr 14 17:32:41 2019 -0300

    Update .gitignore

commit 177c82a37af5127e5a2f875d3e5cad5e8904e1d4
Author: Anonymous <noreply@xfce.org>
Date:   Thu Mar 7 12:34:30 2019 +0100

    I18n: Update translation da (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 3e464e7f42fed3a2fd78602d2e1e6b3cce3a175a
Author: Andre Miranda <andre42m@gmail.com>
Date:   Sat Feb 16 06:33:48 2019 +0100

    I18n: Update translation pt_BR (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0cb3bfa9adb383117251e0799beafcc7e89fcb10
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date:   Sun Feb 3 16:08:15 2019 +0100

    Fix warnings reported by GCC 8 (Bug #15112)

commit fdeec868aafa62f256660302dce9ea121e4b8578
Author: Zmicer Turok <zmicerturok@gmail.com>
Date:   Tue Jan 22 12:32:41 2019 +0100

    I18n: Update translation be (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 9067cd35dbdc5770d77a6ede6a8665ee47e72d75
Author: Davidmp <medipas@gmail.com>
Date:   Mon Jan 14 18:38:37 2019 +0100

    I18n: Update translation ca (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 6bd3eb9d2c64ebbd5618816110f7c2bc7bc3366e
Author: Jose Riha <jose1711@gmail.com>
Date:   Wed Jan 9 18:34:02 2019 +0100

    I18n: Update translation sk (98%).
    
    67 translated messages, 1 untranslated message.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 0ad3e9966082cdaa6bf3d9a678b61ca567db1cc1
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Sun Jan 6 18:33:18 2019 +0100

    I18n: Update translation cs (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 139e259a3aadac9207dda0fb5914d76ad34547f9
Author: Michal Várady <miko.vaji@gmail.com>
Date:   Wed Jan 2 00:33:27 2019 +0100

    I18n: Update translation cs (100%).
    
    68 translated messages.
    
    Transifex (https://www.transifex.com/xfce/public/).

commit 2946464c92a554a466cf512f597035e9e767b0cf
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 3 22:41:44 2018 +0100

    I18n: Update translation da (100%).
    
