Skip to content

Commit 4629b05

Browse files
committed
Preparing for release v1.2.0-rcgit.23
1 parent 1d8bd96 commit 4629b05

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v1.2.0-rcgit.23](https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.23) (2017-10-23)
4+
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.22...v1.2.0-rcgit.23)
5+
6+
**Implemented enhancements:**
7+
8+
- Save SSH session to file \#1320 [\#1333](https://github.com/FreeRDP/Remmina/pull/1333) ([antenore](https://github.com/antenore))
9+
10+
**Merged pull requests:**
11+
12+
- Fixes for issue \#1327, optional VTE an SSH [\#1335](https://github.com/FreeRDP/Remmina/pull/1335) ([giox069](https://github.com/giox069))
13+
- snap: add password-manager-service interface for gnome-keyring [\#1334](https://github.com/FreeRDP/Remmina/pull/1334) ([dfiloni](https://github.com/dfiloni))
14+
- Fix window state saving for remmina\_connection\_window and main window [\#1331](https://github.com/FreeRDP/Remmina/pull/1331) ([giox069](https://github.com/giox069))
15+
- Update da.po \(fully translated\) [\#1330](https://github.com/FreeRDP/Remmina/pull/1330) ([scootergrisen](https://github.com/scootergrisen))
16+
- Fixes for deprecated "resolution" setting, issue \#1323 [\#1329](https://github.com/FreeRDP/Remmina/pull/1329) ([giox069](https://github.com/giox069))
17+
318
## [v1.2.0-rcgit.22](https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.22) (2017-10-20)
419
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.21...v1.2.0-rcgit.22)
520

@@ -245,7 +260,7 @@
245260

246261
**Fixed bugs:**
247262

248-
-
263+
-
249264
full screen window placement with multiple monitors [\#124](https://github.com/FreeRDP/Remmina/issues/124)
250265

251266
**Closed issues:**
@@ -1289,4 +1304,4 @@ full screen window placement with multiple monitors [\#124](https://github.com/F
12891304

12901305

12911306

1292-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1307+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ set(WITH_LIBRARY_VERSIONING "ON")
108108
set(REMMINA_VERSION_MAJOR "1")
109109
set(REMMINA_VERSION_MINOR "2")
110110
set(REMMINA_VERSION_REVISION "0")
111-
set(REMMINA_VERSION_SUFFIX "rcgit-22")
111+
set(REMMINA_VERSION_SUFFIX "rcgit-23")
112112
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
113113
if(NOT ${REMMINA_VERSION_SUFFIX} STREQUAL "")
114114
set(REMMINA_VERSION "${REMMINA_VERSION}-${REMMINA_VERSION_SUFFIX}")

0 commit comments

Comments
 (0)