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

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinarymaster <x86corez@gmail.com>2015-08-12 19:39:06 +0300
committerbinarymaster <x86corez@gmail.com>2015-08-12 19:39:06 +0300
commit5553d07206325cd667f0cdf4be0425cf389714e5 (patch)
tree2cc5d63dd9fc597bacd7ed5281c1f50999d497f4
parent216255b3b41f72d523111dbbbeea25931820191e (diff)
v1.6 release notesv1.6
-rw-r--r--README.md17
-rw-r--r--technical.txt7
2 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index a9e98a9..6127101 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,26 @@ Files description:<br>
<tr><td style="border: 1px solid black;"><b>RDPConf.exe</b></td><td style="border: 1px solid black;">RDP Wrapper Configuration</td></tr>
<tr><td style="border: 1px solid black;"><b>install.bat</b></td><td style="border: 1px solid black;">Quick install batch file</td></tr>
<tr><td style="border: 1px solid black;"><b>uninstall.bat</b></td><td style="border: 1px solid black;">Quick uninstall batch file</td></tr>
+<tr><td style="border: 1px solid black;"><b>update.bat</b></td><td style="border: 1px solid black;">Quick update batch file</td></tr>
</tbody>
</table><br>
Change log:<br>
<br>
+<b><u>2015.08.12</u></b><br>
+• Version 1.6<br>
+• Added support for Windows 10<br>
+• INI file has smaller size now - all comments are moved to KB file<br>
+• Installer updated<br>
+• Added workaround for 1056 error (although it isn't an error)<br>
+• Added update support to installer<br>
+• Newest RDPClip versions are included with installer<br>
+• RDP Checker updated<br>
+• Changed connect IP to 127.0.0.2<br>
+• Updated some text messages<br>
+• RDP Config updated<br>
+• Added all possible shadowing modes<br>
+• Also it will write settings to the group policy<br>
+<br>
<b><u>2014.12.11</u></b><br>
• Version 1.5<br>
• Added INI config support<br>
@@ -205,6 +221,7 @@ Change log:<br>
• Windows 10 Enterprise<br>
<br>
<b>Known issues:</b><br>
+• Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system)<br>
• RDP works, but termsrv.dll crashes on logon attempt - Windows Vista Starter RTM x86 (termsrv.dll 6.0.6000.16386)<br>
• If Terminal Services hangs at startup, try to add <b>rdpwrap.dll</b> to antivirus exclusions. Also try to isolate RDP Wrapper from other shared services by the command:<br>
<tt>sc config TermService type= own</tt><br>
diff --git a/technical.txt b/technical.txt
index ce503b3..75981a8 100644
--- a/technical.txt
+++ b/technical.txt
@@ -66,6 +66,13 @@ Known failures
Source code changelog (rdpwrap library):
+2015.08.11 :
+- embed new rdpclip versions in the installer (for NT 6.0 and 6.1)
+- preparing the release
+
+2015.08.07 :
+- added INI update feature to installer
+
2015.07.30 :
- fixed issue with Windows 10 Home x86 (wrong LocalOnly offset was specified in INI file)