mirror of https://github.com/aria2/aria2
pull/1/head
parent
444bf5495d
commit
eab047dfba
|
@ -11,6 +11,8 @@
|
||||||
(getPieceHash): Use ChunkChecksum instead of MetalinkChunkChecksum.
|
(getPieceHash): Use ChunkChecksum instead of MetalinkChunkChecksum.
|
||||||
* src/MetalinkRequestInfo.cc (execute)
|
* src/MetalinkRequestInfo.cc (execute)
|
||||||
|
|
||||||
|
* Release 0.11.1
|
||||||
|
|
||||||
2007-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2007-07-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
Reads URIs from stdin when "-i -" is specified.
|
Reads URIs from stdin when "-i -" is specified.
|
||||||
|
|
3
TODO
3
TODO
|
@ -25,6 +25,3 @@
|
||||||
* consider life cycle of requestGroup and segmentMan
|
* consider life cycle of requestGroup and segmentMan
|
||||||
* exit status: all downloads have been successful-> EXIT_SUCCESS,
|
* exit status: all downloads have been successful-> EXIT_SUCCESS,
|
||||||
some of downloads have been failed -> EXIT_FAILURE
|
some of downloads have been failed -> EXIT_FAILURE
|
||||||
|
|
||||||
|
|
||||||
* Replace MetalinkChunkChecksum with ChunkChecksum
|
|
Loading…
Reference in New Issue