Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-20 00:51:29 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-20 00:51:29 +0300
commit6fef5cd51f10d95c1f31fed35ca0eb0d6c26dd41 (patch)
tree6d00886b1f50e9edb0c81d3b2f5608bd5c3f4a8b /cmake
parente82b8b3a22e433a7c585757f0e2280652469162a (diff)
Release v1.4.23
* Patch for a Remmina segfault and stats code cleaning [!2358](https://gitlab.com/Remmina/Remmina/merge_requests/2358) *@antenore* * Make Appindicator optional [!2359](https://gitlab.com/Remmina/Remmina/merge_requests/2359) *@antenore* * Added check-box to force tight encoding for VNC connections [!2360](https://gitlab.com/Remmina/Remmina/merge_requests/2360) *@antenore* * remote resolution: use multiple of four [!2353](https://gitlab.com/Remmina/Remmina/merge_requests/2353) *@eworm-de* * Add Keyboard mapping per client RDP [!2361](https://gitlab.com/Remmina/Remmina/merge_requests/2361) *@headkaze* * Improve TLS error message, fixes #2364 [!2362](https://gitlab.com/Remmina/Remmina/merge_requests/2362) *@antenore* * Triage policy language reworked [!2363](https://gitlab.com/Remmina/Remmina/merge_requests/2363) *@kingu* /cc @bkohler @larchunix @slaanesh @jweberhofer @tukusejssirs @kingu @ToolsDevler @raghavgururajan Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindAPPINDICATOR.cmake2
-rw-r--r--cmake/FindGTK-VNC.cmake2
-rw-r--r--cmake/FindJSONGLIB.cmake2
-rw-r--r--cmake/FindLIBSOUP24.cmake2
-rw-r--r--cmake/FindPCRE2.cmake2
5 files changed, 5 insertions, 5 deletions
diff --git a/cmake/FindAPPINDICATOR.cmake b/cmake/FindAPPINDICATOR.cmake
index 916fc5757..ab05019b0 100644
--- a/cmake/FindAPPINDICATOR.cmake
+++ b/cmake/FindAPPINDICATOR.cmake
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/cmake/FindGTK-VNC.cmake b/cmake/FindGTK-VNC.cmake
index e065eba96..5763f0566 100644
--- a/cmake/FindGTK-VNC.cmake
+++ b/cmake/FindGTK-VNC.cmake
@@ -1,6 +1,6 @@
# Remmina - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2015-2021 Antenore Gatta
+# Copyright (C) 2015-2022 Antenore Gatta
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/cmake/FindJSONGLIB.cmake b/cmake/FindJSONGLIB.cmake
index c580ec363..d7c07cfb6 100644
--- a/cmake/FindJSONGLIB.cmake
+++ b/cmake/FindJSONGLIB.cmake
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/cmake/FindLIBSOUP24.cmake b/cmake/FindLIBSOUP24.cmake
index de2635b1d..96ec22239 100644
--- a/cmake/FindLIBSOUP24.cmake
+++ b/cmake/FindLIBSOUP24.cmake
@@ -2,7 +2,7 @@
#
# Copyright (C) 2011 Marc-Andre Moreau
# Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli, Giovanni Panozzo
-# Copyright (C) 2016-2021 Antenore Gatta, Giovanni Panozzo
+# Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/cmake/FindPCRE2.cmake b/cmake/FindPCRE2.cmake
index 61bb75eb3..9cd074ef7 100644
--- a/cmake/FindPCRE2.cmake
+++ b/cmake/FindPCRE2.cmake
@@ -1,6 +1,6 @@
# Remmina - The GTK+ Remote Desktop Client
#
-# Copyright (C) 2021 Antenore Gatta, Giovanni Panozzo, Matteo F. Vescovi
+# Copyright (C) 2022 Antenore Gatta, Giovanni Panozzo, Matteo F. Vescovi
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by