comparison packages/redboot/current/ChangeLog @ 1551:996bb9a3d7fe

* src/load.c: add -p option to help string and only print it and -h if CYGPKG_REDBOOT_NETWORKING is enabled. Add a CR to the end of the SHORT_DATA message string
author asl
date Thu, 18 Mar 2004 14:26:56 +0000
parents 19c67fd03275
children 183857c0ce4b
comparison
equal deleted inserted replaced
1550:e32e6b91b934 1551:996bb9a3d7fe
1 2004-03-02 Andrew Dyer <adyer@righthandtech.com>
2
3 * src/load.c: add -p option to help string and only print it and -h if
4 CYGPKG_REDBOOT_NETWORKING is enabled. Add a CR to the end of the
5 SHORT_DATA message string
6
1 2004-02-27 Jani Monoses <jani@iv.ro> 7 2004-02-27 Jani Monoses <jani@iv.ro>
2 8
3 * src/net/http_client.c: Close connection with abort instead of 9 * src/net/http_client.c: Close connection with abort instead of
4 friendly close since for ELF files we don't read the whole content 10 friendly close since for ELF files we don't read the whole content
5 but end the connection when the runnable parts are in. The server 11 but end the connection when the runnable parts are in. The server