V2.00.02
Release Date: 2015-03-03
Requirements
- µC/TCP-IP V3.03.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Common V1.00.00 or more recent [optional].
- µC/Shell V1.03.01 or more recent [optional].
New features & improvements
- Added support of multiple interface. The client now try by default to reach the DNS server on all interfaces until the address is resolved on the request has failed on each interfaces.
API Changes
None.
Bug Fixes
- Fixed compiler errors with the Asynchronous with Blocking modes
- Corrected some error values that were duplicate
- Corrected a buffer alignment bug
- Fixed multiple warnings and errors at build time on some specific compilers.
V2.00.01
Release Date: 2014-09-17
Requirements
- µC/TCP-IP V3.00.01 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Common V1.00.00 or more recent [optional].
- µC/Shell V1.03.01 or more recent [optional].
New features & improvements
- New flag
DNSc_FLAG_FORCE_RESOLUTION
for API to force host name resolution directly without checking for an IP address string.
API Changes
None.
Bug Fixes
- Fix bug in function
DNScCache_Srch()
when filling address table. - Fix bug falling in locking situation when socket open failed.
V2.00.00
Release Date: 2014-07-11
Requirements
- µC/TCP-IP V3.00.01 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Common V1.00.00 or more recent [optional].
- µC/Shell V1.03.01 or more recent [optional].
New features & improvements
- Support of µC/TCP-IP V3.00
API Changes
None.
Bug Fixes
None.