2016-08-20 02:10:47 +00:00
|
|
|
aria2 1.26.0
|
2015-12-05 13:24:49 +00:00
|
|
|
============
|
|
|
|
|
|
|
|
Release Note
|
|
|
|
------------
|
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
This release fixes linking bug with libaria2 enabled. It also changes
|
|
|
|
how aria2 renames the download file name when the same name already
|
|
|
|
exists in file system. In summary, we use numbers before extension
|
|
|
|
(e.g., foo.1.txt), rather than after extension (e.g., foo.txt.1). Now
|
|
|
|
--seed-time option can take floating point number to specify
|
|
|
|
fractional minutes.
|
2015-12-05 13:24:49 +00:00
|
|
|
|
|
|
|
Changes
|
|
|
|
-------
|
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* aria2mon: Replace client.call with local method
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Patch from Florian Gamböck
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Reorder a note section in aria2c.rst
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Patch from Artur Petrov
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Closes GH-722
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* bash_completion: Add missing options which takes one of pre-defined
|
|
|
|
values
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Replace "/" with "-" in magnet dn name when used as in-memory
|
|
|
|
download name
|
2015-12-05 13:24:49 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Fix Dockerfile.raspberrypi to correctly decompress expat archive
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Patch from Char
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Enable ccache in travis-ci
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Speeds up the build most of the time.
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Closes GH-710
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Enable OSX/macOS build for travis
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Closes GH-711
|
|
|
|
Closes GH-666
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Better auto-renaming
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Up until now aria2 file auto renaming worked by just appending a new
|
|
|
|
unique number to the file path, behind the file name extension, if
|
|
|
|
any, changing what most other programs consider the file extension
|
|
|
|
in the process. Now, aria2 will attempt to insert the number before
|
|
|
|
the file extension, leaving the extension intact, so that e.g. a
|
|
|
|
".jpg" still is a ".jpg" file and opens in your configured image
|
|
|
|
viewer when clicking it. If a file has no extension (incl. so
|
|
|
|
called "dot files"), the number will be appended to the file name as
|
|
|
|
usual.
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Note: This is a potentially breaking change that might break third
|
|
|
|
party scripts that rely on aria2 auto file renaming producing a
|
|
|
|
certain format for renamed files. Please fix your scripts
|
|
|
|
accordingly.
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Closes GH-709
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Log number of items loaded from input file
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Link external libraries to libaria2 with --enable-libaria2
|
2016-05-15 10:26:44 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Fixes GH-707
|
2016-07-15 13:54:54 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
* Allow seconds for seed-time (fractional minutes)
|
2016-07-15 13:54:54 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Patch from Sébastien Cabaniols
|
2016-07-15 13:54:54 +00:00
|
|
|
|
2016-08-20 02:10:47 +00:00
|
|
|
Closes GH-704
|