- Bug fixed in receiving server response that caused reading of junk bytes in some cases
- All requests to server now are sent asynchronously and can run on DPC level to avoid BSOD
- Wrong NT_ASSERT fixed in libdrv/wsk::receive
- IOCTL_USB_GET_NODE_CONNECTION_INFORMATION now is handled correctly
- Caching usb string descriptors is modified to avoid requests with invalid string index
- usbip.exe dependency on VC++ runtime library is fixed
- Misc. improvements