comparison packages/redboot/current/ChangeLog @ 1954:6beba10c1713

* src/net/net_io.c (net_init): Don't initialize the network if we don't have an IP address. * src/net/net_io.c (do_ip_addr): Add a '-b' option to obtain IP address using BOOTP/DHCP. * doc/redboot_cmds.sgml: Document the new '-b' option to the 'ip_address' command. * src/alias.c (lookup_alias): Fix compiler warnings about formats * src/cksum.c (do_cksum): Ditto * src/dump.c (do_dump): Ditto
author asl
date Thu, 21 Apr 2005 18:08:47 +0000
parents 83b190379205
children 81a7ecadf7d3
comparison
equal deleted inserted replaced
1953:36a86337b5dd 1954:6beba10c1713
1 2005-04-21 Ian Campbell <icampbell@arcom.com>
2
3 * src/net/net_io.c (net_init): Don't initialize the network if we
4 don't have an IP address.
5
6 * src/net/net_io.c (do_ip_addr): Add a '-b' option to obtain IP
7 address using BOOTP/DHCP.
8
9 * doc/redboot_cmds.sgml: Document the new '-b' option to the
10 'ip_address' command.
11
12 2005-04-17 Andrew Lunn <andrew.lunn@ascom.ch>
13
14 * src/alias.c (lookup_alias): Fix compiler warnings about formats
15 * src/cksum.c (do_cksum): Ditto
16 * src/dump.c (do_dump): Ditto
17
18 2005-04-07 Peter Korsgaard <jacmet@sunsite.dk>
19
20 * cdl/redboot.cdl, doc/redboot_cmds.sgml, src/gunzip.c: Added
21 gunzip command to uncompress GZIP compressed data.
22
1 2005-04-11 Peter Korsgaard <jacmet@sunsite.dk> 23 2005-04-11 Peter Korsgaard <jacmet@sunsite.dk>
2 24
3 * src/flash.c (find_free): Correctly split chunks in two when 25 * src/flash.c (find_free): Correctly split chunks in two when
4 not final chunk. 26 not final chunk.
5 27