|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 3.2.5 | Jan 17, 2011 | New Release | |
| 3.2.4 | Apr 13, 2010 | New Release | |
| 3.2.3 | Jul 29, 2009 | New Release | * Large File Support has been updated internally to use newer APIs, rather than the transitional API. * You can now specify an IP address for binding the local end of sockets. Useful if you need connections to originate from a specific IP on the system. * Bug fixed where binding an ephemeral port number in a specified range (rare) may not have used all available retries for binding. * Local writes now "retry" when the write returns less than the full number of bytes specified, and will call write() again to write out the remaining bytes. This bug is very rare since local write almost always write out the full number of bytes. This bug may have been limited to a particular type of filesystem. * Using a higher resolution timer on Windows, so that the timer no longer wraps over after a month. * The minimum version of Windows that the source code will now compile on is Windows 2000, although with a little tweaking you could |