Updated changelog and set stage to rc1
This commit is contained in:
parent
a3a4a21837
commit
5e19349e2e
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
v1.11.0-stable
|
||||
==============
|
||||
|
||||
Bug fixes:
|
||||
- #6575 Service start error on Windows
|
||||
- #6570 Hotkey capture of ctrl and cmd swapped on macOS
|
||||
- #6569 Unable to run on macOS 10.15 Catalina
|
||||
- #6566 Debug message output mistakenly as info message
|
||||
- #6561 Debian buster no longer supports CA key length of 1024
|
||||
- #6556 Function missing error from OpenSSL/TLS
|
||||
- #5959 User interface failed to load local fingerprint
|
||||
- #5294 Cursor lockout at Windows server login screen
|
||||
|
||||
Enhancements:
|
||||
- #6588 Version number header with update check
|
||||
|
||||
Features:
|
||||
- #6518 Key combination that will force a server restart
|
||||
|
||||
|
||||
v1.10.3-stable
|
||||
==============
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.4)
|
|||
set (SYNERGY_VERSION_MAJOR 1)
|
||||
set (SYNERGY_VERSION_MINOR 11)
|
||||
set (SYNERGY_VERSION_PATCH 0)
|
||||
set (SYNERGY_VERSION_STAGE "snapshot")
|
||||
set (SYNERGY_VERSION_STAGE "rc1")
|
||||
|
||||
#
|
||||
# Version from CI
|
||||
|
|
Loading…
Reference in New Issue