Difference between revisions of "NLM 8.6"
From ATTWiki
(Created page with "==25px CHANGE: Security Change Required by New Windows Security Updates - Network Socket Logic == <table cellpadding=10> <tr valign=top> <td width=400> We ...") |
(→25px CHANGE: Network Security Change Required by New Windows Security Updates) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | ==[[image:Check.jpg|25px]] CHANGE: Security Change Required by New Windows Security Updates | + | <table> |
+ | <tr cellpadding=10> | ||
+ | <td width=225> | ||
+ | [[image:nlm-logo.jpg|300px]] | ||
+ | ==Revision 8.6== | ||
+ | * Back to [[NLM Software Updates]] | ||
+ | * Back to [[Network License Manager]] | ||
+ | |||
+ | |||
+ | </td> | ||
+ | <td width=300> | ||
+ | [[image:nlm-v8.5-main.png|300px]] | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | __NOTOC__ | ||
+ | |||
+ | * See [http://www.advancedtubular.com/customers/nlm NLM Customer Support Page] to download the latest version. | ||
+ | <br><br> | ||
+ | |||
+ | |||
+ | ==[[image:Check.jpg|25px]] CHANGE: Network Security Change Required by New Windows Security Updates == | ||
<table cellpadding=10> | <table cellpadding=10> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=400> | <td width=400> | ||
We made an important change to the networking portion of the code for Windows compliance.<br><br> | We made an important change to the networking portion of the code for Windows compliance.<br><br> | ||
− | NLM used to open an IP socket using 0.0.0.0, then assign a working IP address based on the configuration.<br><br> | + | NLM used to use an open an IP socket using 0.0.0.0, then assign a working IP address based on the configuration.<br><br> |
Recently, some Windows systems started throwing a critical error when our software attempted to open the IP connection like this. So now NLM opens sockets with at least a local address of 127.0.0.1 - which is allowed by Windows.<br><br> | Recently, some Windows systems started throwing a critical error when our software attempted to open the IP connection like this. So now NLM opens sockets with at least a local address of 127.0.0.1 - which is allowed by Windows.<br><br> | ||
</td> | </td> |
Latest revision as of 21:09, 6 September 2016
Revision 8.6
|
- See NLM Customer Support Page to download the latest version.
CHANGE: Network Security Change Required by New Windows Security Updates
We made an important change to the networking portion of the code for Windows compliance. |