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
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-28 23:24:31 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-28 23:24:31 +0300
commit88944d48fee3f597de2c04ab06f647ed45018c81 (patch)
treef0f551f7fe01c918ce930cebe28a9b67889755ff
parent61b528ed934cd6b6082fa69e96a8d98614288308 (diff)
parent7de95accffefe68e0a6d9ebc61c4fbe55bfd88dd (diff)
Merge branch 'release_prep' into 'master'
Preparing for release v1.2.31 See merge request Remmina/Remmina!1689
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG.md18
-rw-r--r--CMakeLists.txt7
-rw-r--r--data/ui/remmina_about.glade1
4 files changed, 22 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 218a724ca..e9dae335c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -40,6 +40,7 @@ Authors of Remmina Project
Igor Vuk <parcijala@gmail.com>
Iivo Raitahila <iivo.raitahila@korv.fi>
Jakub Adam <jakub.adam@ktknet.cz>
+ Jialin Wang <choumingzhao@outlook.com>
Janne Blomqvist <janne.blomqvist@aalto.fi>
Jay Carlson <nop@nop.com>
Jean-Louis Dupond <jean-louis@dupond.be>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32f6fdf65..bb57404de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [v1.2.31](https://gitlab.com/Remmina/Remmina/tags/v1.2.31) (2018-07-28)
+
+This is the first release on GitLab and we are still moving and adapting tools and
+integrations, therefore this changelog is quite short than usually.
+
+Notables changes since the last release are:
+
+- Custom color schemes per profile for the SSH plugin (@denk_mal).
+- Flatpak updates and fixes (@larchunix)
+- Kiosk mode with integration in the login manager (@antenore).
+- New Icons (@antenore and @larchunix).
+- SFTP tool password fixes (@Feishi).
+- Several fixes around RDP and compilations issues (@giox069 and @larchunix).
+
## [v1.2.30.1](https://github.com/FreeRDP/Remmina/tree/v1.2.30.1) (2018-05-29)
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.30...v1.2.30.1)
@@ -645,7 +659,7 @@
**Fixed bugs:**
--
+-
full screen window placement with multiple monitors [\#124](https://github.com/FreeRDP/Remmina/issues/124)
**Closed issues:**
@@ -1429,4 +1443,4 @@ full screen window placement with multiple monitors [\#124](https://github.com/F
-\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
+\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79d18cc05..dbb29a584 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,9 +98,10 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "2")
-set(REMMINA_VERSION_REVISION "30")
-set(REMMINA_VERSION_SUFFIX "1")
-set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}.${REMMINA_VERSION_SUFFIX}")
+set(REMMINA_VERSION_REVISION "31")
+# 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}")
message(STATUS "Remmina version: ${REMMINA_VERSION}")
diff --git a/data/ui/remmina_about.glade b/data/ui/remmina_about.glade
index d3a1cae85..2dd1838a7 100644
--- a/data/ui/remmina_about.glade
+++ b/data/ui/remmina_about.glade
@@ -85,6 +85,7 @@ Jean-Louis Dupond &lt;jean-louis@dupond.be&gt;
Jen Herting &lt;jen@herting.cc&gt;
Jerad Simpson &lt;jbsimpson@gmail.com&gt;
Jeremy Bicha &lt;jbicha@ubuntu.com&gt;
+Jialin Wang &lt;choumingzhao@outlook.com&gt;
Johannes Weberhofer &lt;jweberhofer@weberhofer.at&gt;
Jörgen Viksell &lt;jviksell@gmail.com&gt;
Jose Gregorio Jimenez Sanchez &lt;josegjimenez@gmail.com&gt;