From d932484070fa4182666a55817dc00783a20785fa Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Mon, 24 Feb 2020 13:12:51 +0100 Subject: Urgent bugfixing release related to SSH bugs introduced by v1.4.0 * SSH fixes, should fix #2094 *@giox069* * Update remmina_filezilla_sftp.sh *@greenfoxua* --- CHANGELOG.md | 8 ++++++++ CMakeLists.txt | 2 +- Doxyfile | 2 +- data/desktop/org.remmina.Remmina.appdata.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817b02a05..ad8702c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Changelog + +## 1.4.1 +[full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.4.0...1.4.1) + +* SSH fixes, should fix #2094 [!2009](https://gitlab.com/Remmina/Remmina/merge_requests/2009) *@giox069* +* Update remmina_filezilla_sftp.sh [!2010](https://gitlab.com/Remmina/Remmina/merge_requests/2010) *@greenfoxua* + ## 1.4.0 [full changelog](https://gitlab.com/Remmina/Remmina/compare/v1.3.10...1.4.0) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47706de08..d9f84c5ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,7 +212,7 @@ endif() set(WITH_LIBRARY_VERSIONING "ON") set(REMMINA_VERSION_MAJOR "1") set(REMMINA_VERSION_MINOR "4") -set(REMMINA_VERSION_REVISION "0") +set(REMMINA_VERSION_REVISION "1") #set(REMMINA_VERSION_SUFFIX "1") #set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}") set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}") diff --git a/Doxyfile b/Doxyfile index 7f7632a31..c57407093 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Remmina - The GTK+ Remote Desktop Client" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.4.0 +PROJECT_NUMBER = v1.4.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/data/desktop/org.remmina.Remmina.appdata.xml b/data/desktop/org.remmina.Remmina.appdata.xml index 22fe239dd..fa0b12184 100644 --- a/data/desktop/org.remmina.Remmina.appdata.xml +++ b/data/desktop/org.remmina.Remmina.appdata.xml @@ -16,7 +16,7 @@ Client de contrôle de bureau à distance - +

-- cgit v1.2.3