Version V1.05.xx
V1.05.03
Release Date
December 5th, 2018
Requirements
- µC/TCP-IP V3.01.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
Bugfixes
- [355] Fixed compiler warning for uninitialized argument in TELNETs_ServerTask().
V1.05.02
Release Date
August 17th, 2017
Requirements
- µC/TCP-IP V3.01.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
- Mocana nanoSSL V5.7.00 [optional].
Bugfixes
- [133] TELNETs_NVTPrint() used a char to store unsigned option codes. For some architectures, char is signed by default, and an overflow would occur for values above 127.
V1.05.01
Release Date: 2015-06-05
Requirements
- µC/TCP-IP V3.01.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
- Mocana nanoSSL V5.7.00 [optional].
New features & improvements
- Activated TELNETs Socket option NO_DELAY to avoid data transmission/reception lag caused by the Nagle's Algorithm.
- Reduced the delay between login retries.
API Changes
None.
Bug Fixes
- Fixed Socket Family Type value corruption when transferred to TELNET Server Task inTELNETs_Init().
- Forced TELNETs Socket to be in Blocking mode to override NET_SOCK_DFLT_NO_BLOCK_EN option.
- Fixed missing critical section inTELNETs_Init().
V1.05.00
Release Date: 2014-09-17
Requirements
- µC/TCP-IP V3.01.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
- Mocana nanoSSL V5.7.00 [optional].
New features & improvements
- Support of µC/TCP-IP V3.01.
- Support IPv6.
- New µC/Shell integration files (telnet-s_shell.h, telnet-s_shell.h).
- Added Echo mode feature.
- Support new Mocana nanoSSL V5.7.00.
API Changes
Bug Fixes
- Fixed Reply issue.