Skip to content

Commit

Permalink
Updated changlog and stage to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnewbon committed Sep 3, 2019
1 parent 8af81f4 commit eeb00e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
v1.10.3-stable
v1.10.3-rc2
==============

Bug fixes:
- #6546 Filtered out self assigned ip addresses from being displayed
- #6541 Fixed connected info text to include without TLS encryption
- #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
Expand All @@ -11,6 +13,7 @@ Bug fixes:


Enhancements:
- #6535 Version URL and added stage check to version check
- #6529 Cleaner redistributable use in Windows installer
- #6528 More verbose message for Linux display errors
- #6524 Minimize config app to system tray
Expand Down
2 changes: 1 addition & 1 deletion cmake/Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "rc1")
set (SYNERGY_VERSION_STAGE "rc2")

#
# Version from CI
Expand Down

0 comments on commit eeb00e1

Please sign in to comment.