Mercurial > flash_v2
diff 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 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,10 @@ +2004-02-25 Gratian Crisan <nelu@iv.ro> + + * src/xyzModem.c: Do not read an information header for XModem + in xyzModem_stream_open(). XModem does not have a file information + header and this caused in the previous implementation a retransmission + of the first data block (it was read and ignored in the open function). + 2004-02-24 Gary Thomas <gary@mlbassoc.com> * cdl/redboot.cdl: net_io needs to be in libextras to enable network
