Skip to content

Commit

Permalink
Preparing for release v1.2.0-rcgit.22
Browse files Browse the repository at this point in the history
  • Loading branch information
antenore committed Oct 20, 2017
1 parent c4b0ff4 commit 8b925f0
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Authors of Remmina Project
Jose Gregorio Jimenez Sanchez <josegjimenez@gmail.com>
Julian Ospald <hasufell@posteo.de>
Justin Zobel <justin@solus-project.com>
Ken VanDine <kenvandine@users.noreply.github.com>
Kirill Müller <krlmlr@users.noreply.github.com>
Kyle Sanderson <kyle.leet@gmail.com>
Laurentiu Nicola <lnicola@dend.ro>
Expand Down
40 changes: 38 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change Log

## [v1.2.0-rcgit.22](https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.22) (2017-10-20)
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.21...v1.2.0-rcgit.22)

**Implemented enhancements:**

- Add support for ayatana-appindicators [\#1309](https://github.com/FreeRDP/Remmina/pull/1309) ([giox069](https://github.com/giox069))
- \[snap\] Use the new desktop, desktop-legacy and wayland interfaces [\#1306](https://github.com/FreeRDP/Remmina/pull/1306) ([kenvandine](https://github.com/kenvandine))

**Fixed bugs:**

- Crashes when I try opening Preferences [\#1313](https://github.com/FreeRDP/Remmina/issues/1313)
- Resolution and Passwords Not Saving in Connection Profiles [\#1307](https://github.com/FreeRDP/Remmina/issues/1307)
- Add background and foreground colors for old versions of VTE [\#1318](https://github.com/FreeRDP/Remmina/pull/1318) ([antenore](https://github.com/antenore))
- Make remmina\_file\_editor\_on\_save behave correcthly [\#1308](https://github.com/FreeRDP/Remmina/pull/1308) ([antenore](https://github.com/antenore))

**Closed issues:**

- RDP connection profile settings are not used when opening session [\#1325](https://github.com/FreeRDP/Remmina/issues/1325)
- Remmina removes the desktop application bar when placed in fullscreen mode \(Linux Mint v18.2\) [\#1317](https://github.com/FreeRDP/Remmina/issues/1317)
- Remmina only shows black screen without any text after connection to an SSH server [\#1316](https://github.com/FreeRDP/Remmina/issues/1316)
- Shared file timestamp [\#1310](https://github.com/FreeRDP/Remmina/issues/1310)
- Tab size - SSH Sessions [\#1305](https://github.com/FreeRDP/Remmina/issues/1305)
- no rdp in the window option and no remmina command available in terminal [\#1302](https://github.com/FreeRDP/Remmina/issues/1302)
- Unsolvable dependencies on Debian 9 [\#1298](https://github.com/FreeRDP/Remmina/issues/1298)
- Remmina doesn't respect the `SSH Tunnel` `SSH authentication` `User name` setting [\#1278](https://github.com/FreeRDP/Remmina/issues/1278)
- Debian 9 - Remmina - RDP Plugin [\#1201](https://github.com/FreeRDP/Remmina/issues/1201)
- Win key stays pressed in remote desktop when remmina loses focus [\#1058](https://github.com/FreeRDP/Remmina/issues/1058)
- Remmina crashes after reconnection attempt after entering wrong password [\#1054](https://github.com/FreeRDP/Remmina/issues/1054)
- Remmina is not aware of additional screen added [\#938](https://github.com/FreeRDP/Remmina/issues/938)

**Merged pull requests:**

- Focus-out-event should call UNFOCUS plugin feature, fixes \#1058 [\#1315](https://github.com/FreeRDP/Remmina/pull/1315) ([giox069](https://github.com/giox069))
- Fix some memory leaks [\#1314](https://github.com/FreeRDP/Remmina/pull/1314) ([giox069](https://github.com/giox069))
- Dev documentation and Copyright update [\#1311](https://github.com/FreeRDP/Remmina/pull/1311) ([antenore](https://github.com/antenore))

## [v1.2.0-rcgit.21](https://github.com/FreeRDP/Remmina/tree/v1.2.0-rcgit.21) (2017-10-08)
[Full Changelog](https://github.com/FreeRDP/Remmina/compare/v1.2.0-rcgit.20...v1.2.0-rcgit.21)

Expand Down Expand Up @@ -209,7 +245,7 @@

**Fixed bugs:**

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

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



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ set(WITH_LIBRARY_VERSIONING "ON")
set(REMMINA_VERSION_MAJOR "1")
set(REMMINA_VERSION_MINOR "2")
set(REMMINA_VERSION_REVISION "0")
set(REMMINA_VERSION_SUFFIX "rcgit-21")
set(REMMINA_VERSION_SUFFIX "rcgit-22")
set(REMMINA_VERSION "${REMMINA_VERSION_MAJOR}.${REMMINA_VERSION_MINOR}.${REMMINA_VERSION_REVISION}")
if(NOT ${REMMINA_VERSION_SUFFIX} STREQUAL "")
set(REMMINA_VERSION "${REMMINA_VERSION}-${REMMINA_VERSION_SUFFIX}")
Expand Down
1 change: 1 addition & 0 deletions remmina/ui/remmina_about.glade
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Jörgen Viksell &lt;jviksell@gmail.com&gt;
Jose Gregorio Jimenez Sanchez &lt;josegjimenez@gmail.com&gt;
Julian Ospald &lt;hasufell@posteo.de&gt;
Justin Zobel &lt;justin@solus-project.com&gt;
Ken VanDine &lt;kenvandine@users.noreply.github.com&gt;
Kirill Müller &lt;krlmlr@users.noreply.github.com&gt;
Kyle Sanderson &lt;kyle.leet@gmail.com&gt;
Laurentiu Nicola &lt;lnicola@dend.ro&gt;
Expand Down

0 comments on commit 8b925f0

Please sign in to comment.