8BitAmEthernet
Copyright 2005-2006 Stefan Schuermans <1stein@schuermans.info>
Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
a project of CCC-AC - http://www.cccac.de/

0.3.2 2006-04-08
----------------
fixed RTL8019 read/write timing
  - was too fast
  - added a nop instruction
fixed internal timing
  - 200ms intervals were 2s
now only processing one packet at a time
  - to give time to other parts of main loop
  - for not letting watchdog expire
repaired cutting off 4 CRC bytes on received ethernet frame
fixed wrong debug output of ARP request

0.3.1 2006-03-12
----------------
improved debug output (configure in "debug.h" before "make debug")
increased serial speed of debu output to 38400
moved debug strings to program memory
  - debug strings in data memory leave no space for stack
fixed timing bug in TCP protocol (retransmit time mixed up with TIME_WAIT time)

0.3 2006-01-29
--------------
RTL and time processing moved out of interrupt
fixed RTL processing
added debug output (build with "make debug")

0.2.3 2005-08-19
----------------
fuse bits: + brown out detection
programming: + verify

0.2.2 2005-08-17
----------------
fixed EEPROM bug (writing without end)

0.2.1 2005-03-08
----------------
fixed a bug with HTTP variables causing crash

0.2 2005-03-07
--------------
more complete

0.1 2005-02-21
--------------
first public version
