comparison packages/redboot/current/ChangeLog @ 284:3e80ecaaa3f8

* src/crc.c: Removed. Replaced with the CRC package. * src/cksum.c: Removed the posix_crc function. * src/flash.c: Use the crc package crc functions. * src/xyzModem.c: Ditto * include/redboot.h: Use the crc package include file. * cdl/redboot.cdl: removed crc.c
author asl
date Mon, 12 Aug 2002 07:54:52 +0000
parents 96e3418e1f5b
children 78a5b319acd3
comparison
equal deleted inserted replaced
283:f58bc1b2c2bc 284:3e80ecaaa3f8
1 2002-08-09 Andrew Lunn <andrew.lunn@ascom.ch>
2
3 * src/crc.c: Removed. Replaced with the CRC package.
4 * src/cksum.c: Removed the posix_crc function.
5 * src/flash.c: Use the crc package crc functions.
6 * src/xyzModem.c: Ditto
7 * include/redboot.h: Use the crc package include file.
8 * cdl/redboot.cdl: removed crc.c
9
1 2002-08-09 Jani Monoses <jani@iv.ro> 10 2002-08-09 Jani Monoses <jani@iv.ro>
2 11
3 * src/net/http_client.c: use standard HTTP GET request ('/' 12 * src/net/http_client.c: use standard HTTP GET request ('/'
4 instead of ' ' in HTTP/1.0) to work with all servers 13 instead of ' ' in HTTP/1.0) to work with all servers
5 14