comparison packages/redboot/current/ChangeLog @ 3368:56fc685b878c

Merge from anon-hg
author Ross Younger <wry@ecoscentric.com>
date Fri, 01 Aug 2014 20:54:15 +1200
parents 8a3124bc5a6e a75d37e86790
children
comparison
equal deleted inserted replaced
3026:a9d12f1a0c5b 3368:56fc685b878c
1 2012-03-06 Grant Edwards <grant.b.edwards@gmail.com>
2
3 * src/net/net_io.c:
4 * cdl/redboot.cdl: Added new CDL option
5 CYGPKG_REDBOOT_NETWORKING_BOOTP to control whether BOOTP/DHCP
6 support is built into Redboot. Moved "DEFAULT_NO_BOOTP" option
7 into the new package.
8 [ Bugzilla 1001177 ]
9
10 * src/net/bootp.c:
11 * cdl/redboot.cdl: Re-wrote BOOTP/DHCP client code to fix retry
12 mechanism and to fix race conditions that were corrupting the
13 received IP configuration data. Added verbose BOOTP/DHCP output
14 CDL option.
15 [ Bugzilla 1001177 ]
16
17
18 2011-12-02 John Dallaway <john@dallaway.org.uk>
19
20 * cdl/redboot.cdl: Fix typographical error. Issue reported by
21 Keith Smith. [ Bugzilla 1001403 ]
22
1 2010-04-23 John Dallaway <john@dallaway.org.uk> 23 2010-04-23 John Dallaway <john@dallaway.org.uk>
2 24
3 * src/net/dns.c: Initialise DNS domain with an empty string to 25 * src/net/dns.c: Initialise DNS domain with an empty string to
4 avoid possible invalid memory access. Issue reported by 26 avoid possible invalid memory access. Issue reported by
5 Kirill Berezin. 27 Kirill Berezin.