pull/1/head
Tatsuhiro Tsujikawa 2007-07-08 03:24:24 +00:00
parent 444bf5495d
commit eab047dfba
2 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,8 @@
(getPieceHash): Use ChunkChecksum instead of MetalinkChunkChecksum.
* src/MetalinkRequestInfo.cc (execute)
* Release 0.11.1
2007-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Reads URIs from stdin when "-i -" is specified.

3
TODO
View File

@ -25,6 +25,3 @@
* consider life cycle of requestGroup and segmentMan
* exit status: all downloads have been successful-> EXIT_SUCCESS,
some of downloads have been failed -> EXIT_FAILURE
* Replace MetalinkChunkChecksum with ChunkChecksum