diff 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
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,4 +1,10 @@
 2003-06-24  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
+2003-06-24  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* 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.
 
 	* src/net/bootp.c: Use correct DHCP message type for DHCPREQUEST.