Skip to content

Commit 73bfd1e

Browse files
committed
Release v1.2.0-rcgit.24
1 parent db5321c commit 73bfd1e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Change Log
22

3+
## [v1.2.0-rcgit.24](https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.24) (2017-10-25)
4+
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.23...v1.2.0-rcgit.24)
5+
6+
**Closed issues:**
7+
8+
- vte no longer optional [\#1327](https://github.com/FreeRDP/Remmina/issues/1327)
9+
- libwinpr.so.2 dependcy missing [\#1312](https://github.com/FreeRDP/Remmina/issues/1312)
10+
11+
**Merged pull requests:**
12+
13+
- Fix for \#1323 [\#1339](https://github.com/FreeRDP/Remmina/pull/1339) ([giox069](https://github.com/giox069))
14+
315
## [v1.2.0-rcgit.23](https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.23) (2017-10-23)
416
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.22...v1.2.0-rcgit.23)
517

618
**Implemented enhancements:**
719

20+
- SSH session log to file [\#1320](https://github.com/FreeRDP/Remmina/issues/1320)
821
- Save SSH session to file \#1320 [\#1333](https://github.com/FreeRDP/Remmina/pull/1333) ([antenore](https://github.com/antenore))
922

1023
**Merged pull requests:**
@@ -149,6 +162,7 @@
149162
- SSH Tunneling is broken with SSH Agent with public key [\#1228](https://github.com/FreeRDP/Remmina/issues/1228)
150163
- Missing icons after compiling latest Git release [\#1221](https://github.com/FreeRDP/Remmina/issues/1221)
151164
- RDP quality settings not saved [\#1216](https://github.com/FreeRDP/Remmina/issues/1216)
165+
- RDP to Win10 makes ToolBar clear [\#1209](https://github.com/FreeRDP/Remmina/issues/1209)
152166
- Cannot connect after upgrading Ubuntu to 16.04 [\#946](https://github.com/FreeRDP/Remmina/issues/946)
153167

154168
**Merged pull requests:**
@@ -197,7 +211,6 @@
197211
**Closed issues:**
198212

199213
- Invalid \(too large\) file size in rdp shared folder [\#1220](https://github.com/FreeRDP/Remmina/issues/1220)
200-
- RDP to Win10 makes ToolBar clear [\#1209](https://github.com/FreeRDP/Remmina/issues/1209)
201214
- Upgrading to 1.2 failed [\#1202](https://github.com/FreeRDP/Remmina/issues/1202)
202215
- Multiple NICs [\#1188](https://github.com/FreeRDP/Remmina/issues/1188)
203216
- "Public Key \(Automatic\)" option does not work with ed25519 keys [\#1187](https://github.com/FreeRDP/Remmina/issues/1187)

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-23")
111+
set(REMMINA_VERSION_SUFFIX "rcgit-24")
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)