
Version 1.3.1 - 2002-10-30
--------------------------

* make use of the stdarg version for printf

bug fixes:
* a broadcasted BOOTP reply send by some DHCP server was ignored,
  now check the reply using the hw_addr field instead

Version 1.3 - 2002-08-31
------------------------

* reorganize source code with libraries to simplify code reuse.
* added the request of the time of the day to the bootp server through ICMP
* now displays ICMP error message
* shutdown of the network interface before starting the downloaded binary
* added HW address check on BOOTP reply packet
* set 100 for the BOOTP request "sec" field
* longer delay to allow 100Mb/s -> 10Mb/s negociation

Version 1.2.1 - 2002-07-30
--------------------------

* added tftpget function in the de2 library

bug fixes:
* fixed a bug in the UDP checksum computation

Version 1.2 - 2002-05-01
------------------------

* added a delay on cable error message to allow the 100Mb/s -> 10Mb/s negociation
  to run silently.
* TFTP: resending the ACK packet when receiving again the previous data bloc.
* added start and stack address vector at the start of the text segment for ucdimm
* added IRQ 5 polarity setup for ucdimm

bug fixes:
* wrong TFTP request packet length fixed
* endianness problem on the MAC address display

Version 1.1 - 2002-03-07
------------------------

* added the UDP checksum calculation, needed by some firewalls to handle the
  BOOTP and TFTP packets.
* added a packet receive counter, usefull to check if the ISR gets called.
* source reorganization to create subdirs for the de2 and uCdimm boards
* added hardware swap handling for the uCdimm board (not tested yet)
* added all the necessary source code to resolve any specific dependencies (on libc)
* removed the _inbyte call to suppress a dependency

bug fixes:
* fixed CSB initialization for the de2 board
* fixed the 'Don't fragment' IP packet flag bug (packets with DF flag set were silently discarded)
* fixed the BOOTP reply code to check for IP conflicts (the check was not working)
* fixed the UDP packet length bug (wrong length was sent)

Version 1.0 - 2002-02-21
------------------------
Initial release
