From 8273bdf70f4acb42fa07cb044e492e9a9df067f8 Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Mon, 21 Oct 2013 18:55:59 -0500 Subject: [PATCH] Remove invalid "Site" configuration option from PuTTY Saved Sessions --- CHANGELOG.TXT | 1 + mRemoteV1/Connection/PuttySession.Info.vb | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 083ce6c7..574d6b55 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -2,6 +2,7 @@ Fixed issue MR-141 - Add a default protocol option Fixed issue MR-367 - Make the 'Connect' button on the 'Quick Connect' toolbar a forced dropdown Fixed misleading log messages about RD Gateway support. + Removed invalid "Site" configuration option from PuTTY Saved Sessions 1.71 (2013-10-16): Fixed issue MR-560 - Cannot Auto-Update With Open Connections: Unable to find an entry point named 'TaskDialogIndirect' in DLL 'ComCtl32' diff --git a/mRemoteV1/Connection/PuttySession.Info.vb b/mRemoteV1/Connection/PuttySession.Info.vb index 2acd6419..6258f034 100644 --- a/mRemoteV1/Connection/PuttySession.Info.vb +++ b/mRemoteV1/Connection/PuttySession.Info.vb @@ -100,6 +100,7 @@ Namespace Connection #End Region #Region "IComponent" + _ Public Property Site() As ISite Implements IComponent.Site Get Return New PropertyGridCommandSite(Me)