Mercurial > nand-ecoscentric
diff 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 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,25 @@ +2012-03-06 Grant Edwards <grant.b.edwards@gmail.com> + + * src/net/net_io.c: + * cdl/redboot.cdl: Added new CDL option + CYGPKG_REDBOOT_NETWORKING_BOOTP to control whether BOOTP/DHCP + support is built into Redboot. Moved "DEFAULT_NO_BOOTP" option + into the new package. + [ Bugzilla 1001177 ] + + * src/net/bootp.c: + * cdl/redboot.cdl: Re-wrote BOOTP/DHCP client code to fix retry + mechanism and to fix race conditions that were corrupting the + received IP configuration data. Added verbose BOOTP/DHCP output + CDL option. + [ Bugzilla 1001177 ] + + +2011-12-02 John Dallaway <john@dallaway.org.uk> + + * cdl/redboot.cdl: Fix typographical error. Issue reported by + Keith Smith. [ Bugzilla 1001403 ] + 2010-04-23 John Dallaway <john@dallaway.org.uk> * src/net/dns.c: Initialise DNS domain with an empty string to
