From ec01c16bab7a3fd05507220c681896afc67da4b8 Mon Sep 17 00:00:00 2001 From: Jamie Newbon Date: Fri, 2 Aug 2019 14:39:35 +0100 Subject: [PATCH] Updated version to release candidate 1 --- ChangeLog | 23 +++++++++++++++++++++++ cmake/Version.cmake | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba2df69c..ba55f72a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +v1.10.3-stable +============== + +Bug fixes: +- #6527 Config app renders incorrectly on high DPI screens +- #6526 New TLS/SSL socket handled when no socket +- #6525 Race condition on disconnecting TLS/SSL socket +- #6521 Access violation in TLS/SSL socket close +- #6409 Server freezes when clipboard contains an image +- #3705 Hotkeys not working on Mac server + + +Enhancements: +- #6529 Cleaner redistributable use in Windows installer +- #6528 More verbose message for Linux display errors +- #6524 Minimize config app to system tray +- #6523 Restore auto hide on startup for config app +- #6522 Double click Windows tray icon to show and hide +- #6520 Support for 32-bit Linux for legacy users +- #6519 Support for Ubuntu 14.04 LTS for legacy users +- #6390 Support for OpenSSL 1.1.1 for better security + + v1.10.2-stable ============== diff --git a/cmake/Version.cmake b/cmake/Version.cmake index a5093a0b..28b37132 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.4) set (SYNERGY_VERSION_MAJOR 1) set (SYNERGY_VERSION_MINOR 10) set (SYNERGY_VERSION_PATCH 3) -set (SYNERGY_VERSION_STAGE "snapshot") +set (SYNERGY_VERSION_STAGE "rc1") # # Version from CI