diff --git a/README.md b/README.md
index a9e98a9..6127101 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,26 @@ Files description:
RDPConf.exe | RDP Wrapper Configuration |
install.bat | Quick install batch file |
uninstall.bat | Quick uninstall batch file |
+update.bat | Quick update batch file |
Change log:
+2015.08.12
+• Version 1.6
+• Added support for Windows 10
+• INI file has smaller size now - all comments are moved to KB file
+• Installer updated
+• Added workaround for 1056 error (although it isn't an error)
+• Added update support to installer
+• Newest RDPClip versions are included with installer
+• RDP Checker updated
+• Changed connect IP to 127.0.0.2
+• Updated some text messages
+• RDP Config updated
+• Added all possible shadowing modes
+• Also it will write settings to the group policy
+
2014.12.11
• Version 1.5
• Added INI config support
@@ -205,6 +221,7 @@ Change log:
• Windows 10 Enterprise
Known issues:
+• Beginning with Windows 8 (non-server editions) you can't connect to existing sessions (they will be logged out by system)
• RDP works, but termsrv.dll crashes on logon attempt - Windows Vista Starter RTM x86 (termsrv.dll 6.0.6000.16386)
• If Terminal Services hangs at startup, try to add rdpwrap.dll to antivirus exclusions. Also try to isolate RDP Wrapper from other shared services by the command:
sc config TermService type= own
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)