comparison packages/redboot/current/ChangeLog @ 1519:9f0d02327506

No need to wait for file header in X-modem protocol - from Gratian Crisan
author gthomas
date Wed, 25 Feb 2004 17:32:49 +0000
parents e14a7321a363
children fc4fa5d81cba
comparison
equal deleted inserted replaced
1518:c0be983e4dcb 1519:9f0d02327506
1 2004-02-25 Gratian Crisan <nelu@iv.ro>
2
3 * src/xyzModem.c: Do not read an information header for XModem
4 in xyzModem_stream_open(). XModem does not have a file information
5 header and this caused in the previous implementation a retransmission
6 of the first data block (it was read and ignored in the open function).
7
1 2004-02-24 Gary Thomas <gary@mlbassoc.com> 8 2004-02-24 Gary Thomas <gary@mlbassoc.com>
2 9
3 * cdl/redboot.cdl: net_io needs to be in libextras to enable network 10 * cdl/redboot.cdl: net_io needs to be in libextras to enable network
4 support (failed if network debug was disabled) 11 support (failed if network debug was disabled)
5 12