]>
Commit | Line | Data |
---|---|---|
6e6d4a8b JP |
1 | FUTURE |
2 | ||
3 | * TODO: The lwIP source code makes some invalid assumptions on processor | |
4 | word-length, storage sizes and alignment. See the mailing lists for | |
5 | problems with exoteric (/DSP) architectures showing these problems. | |
6 | We still have to fix some of these issues neatly. | |
7 | ||
8 | * TODO: the PPP code is broken in a few ways. There are namespace | |
9 | collisions on BSD systems and many assumptions on word-length | |
10 | (sizeof(int)). In ppp.c an assumption is made on the availability of | |
11 | a thread subsystem. Either PPP needs to be moved to contrib/ports/??? | |
12 | or rearranged to be more generic. | |
13 | ||
14 | HISTORY | |
15 | ||
16 | (CVS HEAD) | |
17 | ||
18 | * [Enter new changes just after this line - do not remove this line] | |
19 | ||
20 | ++ New features: | |
21 | ||
22 | ||
23 | ++ Bugfixes: | |
24 | ||
25 | ||
26 | (STABLE-1.3.0) | |
27 | ||
28 | ++ New features: | |
29 | ||
30 | 2008-03-10 Jonathan Larmour | |
31 | * inet_chksum.c: Allow choice of one of the sample algorithms to be | |
32 | made from lwipopts.h. Fix comment on how to override LWIP_CHKSUM. | |
33 | ||
34 |