Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sparer <sparerd@gmail.com>2019-04-12 16:38:06 +0300
committerDavid Sparer <sparerd@gmail.com>2019-04-12 16:38:06 +0300
commit068f5942e73a0b4e3c461d861216788ac5a4958a (patch)
tree0fc6e9cc1207fd29312f41dfece6f8ed7e894368
parent703cefaf19033235a802358360af3411fa589aef (diff)
updated changelog and bumped version to 1.76.20v1.76.20
-rw-r--r--CHANGELOG.TXT7
-rw-r--r--mRemoteV1/Properties/AssemblyInfo.cs2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT
index 9fc56d0f..f8e2fdd0 100644
--- a/CHANGELOG.TXT
+++ b/CHANGELOG.TXT
@@ -1,3 +1,10 @@
+1.76.20 (2019-04-12):
+
+Fixes:
+------
+#1401: Connections corrupted when importing RDC Manager files that are missing certain fields
+
+
1.76.19 (2019-04-04):
Fixes:
diff --git a/mRemoteV1/Properties/AssemblyInfo.cs b/mRemoteV1/Properties/AssemblyInfo.cs
index 3a5c210a..dbeb9459 100644
--- a/mRemoteV1/Properties/AssemblyInfo.cs
+++ b/mRemoteV1/Properties/AssemblyInfo.cs
@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// <Assembly: AssemblyVersion("1.0.*")>
-[assembly: AssemblyVersion("1.76.19.*")]
+[assembly: AssemblyVersion("1.76.20.*")]
[assembly: NeutralResourcesLanguage("en")] \ No newline at end of file