-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INI: Add support for new builds (fix #611) #612
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ Terminal Services supported versions | |
6.1.7601.22843 (Windows 7 SP1 with KB3003743 LDR) [policy hook + extended patch] | ||
6.1.7601.23403 (Windows 7 SP1 with KB3125574) [policy hook + extended patch] | ||
6.1.7601.24234 (Windows 7 SP1 with KB4462923) [policy hook + extended patch] | ||
6.1.7601.24308 (Windows 7 SP1 with KB4471328) [policy hook + extended patch] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This build does not exist... You should add 10.0.17763.165/168 instead |
||
6.2.8102.0 (Windows 8 Developer Preview) [policy hook + extended patch] | ||
6.2.8250.0 (Windows 8 Consumer Preview) [policy hook + extended patch] | ||
6.2.8400.0 (Windows 8 Release Preview) [policy hook + extended patch] | ||
|
@@ -166,6 +167,9 @@ Terminal Services supported versions | |
|
||
Source code changelog (rdpwrap library): | ||
|
||
2018.12.13 : | ||
- added support for termsrv.dll 6.1.7601.24308 x86 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This termsrv.dll version 6.1.7601.24308 does not exist... You should add 10.0.17763.165/168 instead |
||
|
||
2018.10.10 : | ||
- added support for termsrv.dll 6.1.7601.24234 x86 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This build does not exist...
You should add 10.0.17763.165/168 instead