From 203111eb5a99631d226257fa19a4b4779229aebc Mon Sep 17 00:00:00 2001 From: Sean Kaim Date: Fri, 8 Jul 2016 17:01:16 -0400 Subject: [PATCH] Revert "Update .gitignore" This reverts commit 472168b9e421c6098cef9ef651b80c54ca9a5878. --- .gitignore | 3 -- CHANGELOG.TXT | 115 ++++++++++++++++++++++---------------------------- 2 files changed, 51 insertions(+), 67 deletions(-) diff --git a/.gitignore b/.gitignore index e194281f..c8b4d947 100644 --- a/.gitignore +++ b/.gitignore @@ -282,6 +282,3 @@ Installer Projects/Installer/Fragments/FilesFragment.wxs Installer Projects/Installer/Fragments/HelpFilesFragment.wxs InstallerProjects/Installer/Fragments/FilesFragment.wxs InstallerProjects/Installer/Resources/License.rtf - -# user preference: .editorconfig - http://editorconfig.org/ -.editorconfig \ No newline at end of file diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index cf969fb3..9fbcab5a 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,16 +1,3 @@ -1.75 Alpha 1 (2016-07-08): - - General Changes: - ---------------- - Additional code cleanup - - - Fixes: - ------ - MR-905: mRemoteNG crashes at startup (in FIPS policy check) - MR-902: mRemoteNG crashes after locking/unlocking the local system after loading a VNC connection - - 1.74 (2016-06-28): Supported Platforms/Components: @@ -22,57 +9,57 @@ General Changes: ---------------- - Converted source from Visual Basic to C Sharp - Lots of code refactoring/clean up/general stability changes - MR-714: Removed Keyboard shortcut functionality - - Introduced in 1.73 beta that was never officially released - - This caused stability issues - - May be re-added in a future release - - Removal does *NOT* impact the ability to send keyboard shortcuts to RDP sessions (when redirect key combinations is set to "yes") - MR-559: Removed RDP Sessions panel functionality. This required a library for which no trusted origin/source could be located - Removed a bunch of old code/libraries and replaced them accordingly - - - Security Updates: - ----------------- - MR-775, MR-745: Updated PuTTY to 0.67 - - - Features/Enhancements: - ---------------------- - Updated to latest DockPanelSuite and enabled a slick new theme! - MR-145: Installer is now MSI based - MR-255: Updated RDP Client to version 8 - MR-389: Updates to IE rendering engine - - Support for latest version of IE (9-11) - - Dropped support for IE 7 & IE 8 - MR-850: Replaced XULRunner with GeckoFx - - No need to manually configure to have the Gecko rendering engine available now - - Install image is now significantly larger due to the inclusion of the Gecko Engine - MR-821: Initial Japanese translation included - Port Scan is now Asynchronous (and is significantly faster) - - - Fixes: - ------ - MR-874: Added work-around to installer to ignore installation prerequisites - MR-884: Slow startup in some scnearios checking authenticode certificate - MR-872: Crash in External Tools when arguments aren't quoted - MR-854: crashes when right clicking on connection tab - MR-852: Option "Allow only a single instance of the application" non-functional - MR-836: Trying to delete a folder of connections only deletes 2 connections at a time - MR-824, MR-706: Suppress Script Errors when using the IE rendering engine - MR-822: Improve RDP error code messages - MR-640: Fixed Inheritance not working - MR-639: RDP: Connect to console session - MR-610, MR-582, MR-451: RDP: Protocol Error 3334 or exceptions with large number of connections open - - This problem appears largely resolved by most reports and testing - - Further workarounds/problem avoidance: Disable Bitmap Caching on all RDP session configuration - MR-429: Display issue on the Options -> Advanced panel - MR-385: Inheritance settings lost when moving item to the root of the tree - - - + Converted source from Visual Basic to C Sharp + Lots of code refactoring/clean up/general stability changes + MR-714: Removed Keyboard shortcut functionality + - Introduced in 1.73 beta that was never officially released + - This caused stability issues + - May be re-added in a future release + - Removal does *NOT* impact the ability to send keyboard shortcuts to RDP sessions (when redirect key combinations is set to "yes") + MR-559: Removed RDP Sessions panel functionality. This required a library for which no trusted origin/source could be located + Removed a bunch of old code/libraries and replaced them accordingly + + + Security Updates: + ----------------- + MR-775, MR-745: Updated PuTTY to 0.67 + + + Features/Enhancements: + ---------------------- + Updated to latest DockPanelSuite and enabled a slick new theme! + MR-145: Installer is now MSI based + MR-255: Updated RDP Client to version 8 + MR-389: Updates to IE rendering engine + - Support for latest version of IE (9-11) + - Dropped support for IE 7 & IE 8 + MR-850: Replaced XULRunner with GeckoFx + - No need to manually configure to have the Gecko rendering engine available now + - Install image is now significantly larger due to the inclusion of the Gecko Engine + MR-821: Initial Japanese translation included + Port Scan is now Asynchronous (and is significantly faster) + + + Fixes: + ------ + MR-874: Added work-around to installer to ignore installation prerequisites + MR-884: Slow startup in some scnearios checking authenticode certificate + MR-872: Crash in External Tools when arguments aren't quoted + MR-854: crashes when right clicking on connection tab + MR-852: Option "Allow only a single instance of the application" non-functional + MR-836: Trying to delete a folder of connections only deletes 2 connections at a time + MR-824, MR-706: Suppress Script Errors when using the IE rendering engine + MR-822: Improve RDP error code messages + MR-640: Fixed Inheritance not working + MR-639: RDP: Connect to console session + MR-610, MR-582, MR-451: RDP: Protocol Error 3334 or exceptions with large number of connections open + - This problem appears largely resolved by most reports and testing + - Further workarounds/problem avoidance: Disable Bitmap Caching on all RDP session configuration + MR-429: Display issue on the Options -> Advanced panel + MR-385: Inheritance settings lost when moving item to the root of the tree + + + 1.73 Beta 2 (NEVER RELEASED): Fixed issue MR-619 - Keyboard shortcuts stop working after locking the screen with Win+L Added support for importing files from PuTTY Connection Manager.