V2.01.01
Release Date
September 20th, 2019
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
- (450)
- (635) Implemented IPv6 reverse DNS requests
- (714)
API Changes
- ?
Bug Fixes
- (699)
- (700)
- (701)
- (739)
- (743)
Known Issues
- ?
V2.01.00
Release Date
June 20th, 2019
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 for reverse IPv4 address lookups to DNSc_GetHost().
API Changes
DNSc_GetHost() now takes in two new arguments in order to perform the reverse lookup.
Bug Fixes
- (634) Fixed an issue where an incorrect macro name was being used to check whether argument checking was enabled.
Known Issues
- There is a typographical error in dns-c.c and dns-c_task.c when checking if DNSc_CFG_ARG_CHK_EXT_EN is enabled/disabled.
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.