Added a simple embedded GPL dhcp server for ReactOS by
[reactos.git] / reactos / services / dhcpd / ChangeLog
1 2002020701:
2 - I rewrite completely the code to get an ip.
3 - I delete threads beacuse of some deadlocks.
4 - I add _finally_ support for static ip host.
5
6 2002013002:
7 - After some web surf and some hack there is (i hope so!) a windows port, please BE CAREFULL because i have no way to test it.
8
9 2002013001:
10 - After a lot of work, this is finally working and now is being ported to auto GNU tools.
11 - I will add the routines to compile it under MSW boxes with winsock.
12
13 20020121:
14 - Well, we have a working version with configuration file and with reduced functionality. If you find bugs, please report them. This version is the last and i'm accepting patches for this version.
15 20020117:
16 - Finally there is an alpha release. From now i will start logging what i'm doing.
17 This alpha release was compiled in a SuSE Linux 7.2 box, i've tested it with my embedded device
18 and it works. I've tested with one MS Windows 98 workstations and it doesn't work.