1 Changes between V1.0.0 and V1.0.1
\r
3 + Set the broadcast flag in DHCP messages.
\r
4 + Improve the DHCP standards compliance.
\r
5 + Correct the check used to ensure the network event hook is not called for
\r
6 the first network down event (which is generated by the stack itself).
\r
7 + Allow sockets to be added to a set when they already have packets queued
\r
8 waiting to be processed.
\r
10 Changes between V1.0.0 and V1.0.0
\r
12 + Add select() function.
\r
14 Changes between V1.0.0rc1 and V1.0.0:
\r
16 + Correct name of prvCompleteUDPHeader().
\r
17 + Ensure network down events cannot be missed when the network event queue
\r
18 to which they are posted is full.
\r
19 + Only start the ARP timer when the network has connected.
\r
20 + Remove initialisation call to the DHCP state machine - the call is made
\r
21 directly when the network connects.
\r
22 + Add the network event queue and the BufferAllocation_2.c counting
\r
23 semaphore to the queue registry.
\r
24 + Only initialise the DMA buffers in the lpc18xx_emac.c driver if the
\r
25 autonegotiation was successful.
\r
27 Known issues in this version:
\r
29 + DHCP server attempts to copy the IP addresses of all the offered DNS
\r
30 servers into a buffer than can only hold one address.
\r