diff packages/net/common/current/ChangeLog @ 270:42332443fea2

Fix TFTP for large (16MB+) files.
author gthomas
date Wed, 07 Aug 2002 14:42:28 +0000
parents d364b93024e5
children 9f49ba9afe89
line wrap: on
line diff
--- a/packages/net/common/current/ChangeLog
+++ b/packages/net/common/current/ChangeLog
@@ -1,3 +1,10 @@
+2002-08-07  Gary Thomas  <gary@chez-thomas.org>
+
+	* src/tftp_server.c: 
+	* src/tftp_client.c: 
+	* include/arpa/tftp.h: Make block numbers unsigned to handle files
+	larger than 16MB.
+
 2002-07-26  Gary Thomas  <gary@chez-thomas.org>
 2002-07-26  Ken Cox <jkc@redhat.com>