comparison packages/redboot/current/ChangeLog @ 1064:c220ab07f5ed

* src/net/tftp_client.c: Define tftp_stream.last_good_block to permit downloads > 32MB. (tftp_ack): Allow last_good_block to wrap. (tftp_stream_read): Ditto.
author jlarmour
date Mon, 23 Jun 2003 23:54:45 +0000
parents e54a552c19f9
children 8e4712b0416d
comparison
equal deleted inserted replaced
1063:e54a552c19f9 1064:c220ab07f5ed
1 2003-06-24 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> 1 2003-06-24 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
2 2003-06-24 Jonathan Larmour <jifl@eCosCentric.com>
3
4 * src/net/tftp_client.c: Define tftp_stream.last_good_block to
5 permit downloads > 32MB.
6 (tftp_ack): Allow last_good_block to wrap.
7 (tftp_stream_read): Ditto.
2 8
3 * src/net/bootp.c: Use correct DHCP message type for DHCPREQUEST. 9 * src/net/bootp.c: Use correct DHCP message type for DHCPREQUEST.
4 10
5 2003-05-20 Mark Salter <msalter@redhat.com> 11 2003-05-20 Mark Salter <msalter@redhat.com>
6 12