2016-12-15 13:59:19 +00:00
|
|
|
aria2 1.30.0
|
2016-09-17 00:09:13 +00:00
|
|
|
============
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
------------
|
|
|
|
|
2016-11-15 14:04:31 +00:00
|
|
|
This release fixes several bugs. See Changes below for detailed bug
|
2016-12-15 13:59:19 +00:00
|
|
|
fixes. This release adds an ability to expand `${HOME}` to user's
|
|
|
|
home directory in several options. It would be useful when used in
|
|
|
|
configuration file. -S option against torrent file now prints out DHT
|
|
|
|
nodes.
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
|
|
Changes
|
|
|
|
-------
|
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
* mingw: Use sqlite 3.15.2
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
* Fix bug that --disable-websocket causes build error
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
* Fix bug that lower bound of optimize-concurrent-downloads becomes 1
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
GH-798
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
* Print DHT nodes with -S option
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
GH-795
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
* Take into account address family when resolving DHT node address
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
GH-794
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-12-15 13:59:19 +00:00
|
|
|
* Allow block device file to -i option
|
|
|
|
|
|
|
|
GH-785
|
|
|
|
|
|
|
|
* Expand `${HOME}` to user's home directory in several options
|
|
|
|
|
|
|
|
The following options implement this substitution:
|
|
|
|
|
|
|
|
* --ca-certificate
|
|
|
|
* --certificate
|
|
|
|
* --dht-file-path
|
|
|
|
* --dht-file-path6
|
|
|
|
* --dir
|
|
|
|
* --input-file
|
|
|
|
* --load-cookies
|
|
|
|
* --log
|
|
|
|
* --metalink-file
|
|
|
|
* --netrc-path
|
|
|
|
* --on-bt-download-complete
|
|
|
|
* --on-download-complete
|
|
|
|
* --on-download-error
|
|
|
|
* --on-download-start
|
|
|
|
* --on-download-stop
|
|
|
|
* --on-download_pause
|
|
|
|
* --out
|
|
|
|
* --private-key
|
|
|
|
* --rpc-certificate
|
|
|
|
* --rpc-private-key
|
|
|
|
* --save-cookies
|
|
|
|
* --save-session
|
|
|
|
* --server-stat-if
|
|
|
|
* --server-stat-of
|
|
|
|
* --torrent-file
|
|
|
|
|
|
|
|
GH-780
|
|
|
|
|
|
|
|
* Document that libaria2 is not thread safe
|
|
|
|
|
|
|
|
GH-775
|
|
|
|
|
|
|
|
* configure: Use pkg-config to find libs whenever possible
|
|
|
|
|
|
|
|
Use pkg-config to find cppunit, libxml2 and expat. All those
|
|
|
|
libraries provide pkg-config files, and in all of those cases the
|
|
|
|
pkg-config macro is superior to the custom macros used currently.
|
|
|
|
|
|
|
|
The advantages of pkg-config files include:
|
|
|
|
|
|
|
|
- Explicit static linking support via --static. Currently, e.g.
|
|
|
|
'xml2-config --libs' prints all libraries needed for static
|
|
|
|
linking when doing dynamic linking unnecessary, resulting in
|
|
|
|
unnecessary direct deps.
|
|
|
|
|
|
|
|
- Better cross-build support. You don't have to build the additional
|
|
|
|
*-config tools for target.
|
|
|
|
|
|
|
|
- Better multilib support. Per-ABI pkgconfig directories are
|
|
|
|
commonly supported while packages usually fail to look for
|
|
|
|
per-CHOST *-config variants.
|
|
|
|
|
|
|
|
- Better override support. The current macros allow little to no
|
|
|
|
result overrides, the pkg-config macros let you pass FOO_CFLAGS
|
|
|
|
and FOO_LIBS manually.
|
|
|
|
|
|
|
|
- Cleaner version checks. The code used in libxml.m4 is really
|
|
|
|
creepy.
|
|
|
|
|
|
|
|
Patch from Michał Górny
|
|
|
|
|
|
|
|
GH-773
|
|
|
|
|
|
|
|
* WinTLS: Rewrite writeData
|
|
|
|
|
|
|
|
We re-wrote WinTLSSession::writeData. The major points are:
|
|
|
|
|
|
|
|
* Buffer is now preallocated once handshake is finished.
|
|
|
|
Previously, they are allocated each time when we send one TLS
|
|
|
|
record.
|
|
|
|
|
|
|
|
* Schannel uses header, body and trailer for each secBuffer. Now we
|
|
|
|
send them off at once using WSASend which is windows counterpart
|
|
|
|
of sendv. Previously, we do memmove if some of them are
|
|
|
|
truncated.
|
|
|
|
|
|
|
|
* We don't try to send application data in
|
|
|
|
WinTLSSession::closeConnection, since semantically we need same
|
|
|
|
application data used to create TLS record before. Using 0 length
|
|
|
|
data to finish sending buffered data looks like a hack.
|
|
|
|
|
|
|
|
GH-772
|