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:
authorRiley McArdle <riley@mremoteng.org>2011-07-08 01:22:07 +0400
committerRiley McArdle <riley@mremoteng.org>2011-07-08 01:22:07 +0400
commitd9cfda43b6d21d4ca2a81bab3d67ef8d7415f0a7 (patch)
treec79b98e13360f78ee55b017d3d35076393be10ab
parentd15aa639f5d49e5a7de92cbfc73c1aa390bc319e (diff)
Updated BUILD.CMD, CHANGELOG.TXT, and AssemblyInfo.vb for version 1.68.1.68
-rw-r--r--BUILD.CMD2
-rw-r--r--mRemoteV1/CHANGELOG.TXT5
-rw-r--r--mRemoteV1/My Project/AssemblyInfo.vb2
3 files changed, 7 insertions, 2 deletions
diff --git a/BUILD.CMD b/BUILD.CMD
index 91920f31..4569457a 100644
--- a/BUILD.CMD
+++ b/BUILD.CMD
@@ -1,6 +1,6 @@
@echo off
-SET VERSIONTAG=RC5
+REM SET VERSIONTAG=RC5
SET VCVARSALL="%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
SET DEVENV="devenv.exe"
diff --git a/mRemoteV1/CHANGELOG.TXT b/mRemoteV1/CHANGELOG.TXT
index 3c34cdeb..ad7f09c1 100644
--- a/mRemoteV1/CHANGELOG.TXT
+++ b/mRemoteV1/CHANGELOG.TXT
@@ -1,3 +1,8 @@
+1.68 (2011-07-07):
+ Fixed issue #48 - VerifyDatabaseVersion fails with new (empty) database tables.
+ Fixed issue #60 - Can't save connections file
+ Fixed issue #62 - Connection file error upon launch.
+
1.67 (2011-06-05):
Fixed migration of external tools configuration and panel layout from Local to Roaming folder.
Disable ICA Hotkeys for Citrix connections. Fixes issue with international users.
diff --git a/mRemoteV1/My Project/AssemblyInfo.vb b/mRemoteV1/My Project/AssemblyInfo.vb
index 048f1194..5229dbc2 100644
--- a/mRemoteV1/My Project/AssemblyInfo.vb
+++ b/mRemoteV1/My Project/AssemblyInfo.vb
@@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
-<Assembly: AssemblyVersion("1.67.*")>
+<Assembly: AssemblyVersion("1.68.*")>