diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-29 01:04:06 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-29 01:04:06 +0000 |
commit | f2cfc2a46d9d6eea3637c5727471081be9e77d84 (patch) | |
tree | faf6de2be84b26c18c74fc8c928a2b367a02cb80 /net/aria2/PLIST | |
parent | 38b0e7d1dba80e45e8c939bdd82431ffa6ef988e (diff) | |
download | pkgsrc-f2cfc2a46d9d6eea3637c5727471081be9e77d84.tar.gz |
Update to aria2-0.16.2. Notable changes:
- Added Serbian, Vietnamese, and Traditional Chinese translations.
Updated French, Simplified Chinese, and Japanese Translations.
- Added length equality test to operator== to drop a piece message
whose length does not match to the requested one.
- Fixed the bug that aria2 aborts when a request larger than 16KiB is
recieved. In this fix, if a request larger than 16KiB length is
received, aria2 disconnects the peer.
- Updated man page. Changed doctype of aria2c.1.html to manpage in order
not to replace '--' with em dash character.
- Added --auto-save-interval=SEC option. A control file(*.aria2) is saved
every SEC seconds.
- Added --dht-file-path option to change the path to dht.dat, which is a
serialized DHT routing table.
- Fixed the bug that last character in URI is not encoded.
- Fixed the bug that referer header field contains fragment. Now Request
class removes fragment part of URI and encodes it in Request::setUri()
and setReferer().
Diffstat (limited to 'net/aria2/PLIST')
-rw-r--r-- | net/aria2/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/aria2/PLIST b/net/aria2/PLIST index ea2881b1012..fea934eb826 100644 --- a/net/aria2/PLIST +++ b/net/aria2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2008/09/08 03:07:48 bjs Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/10/29 01:04:06 bjs Exp $ bin/aria2c man/man1/aria2c.1 share/doc/aria2c/README @@ -9,6 +9,8 @@ share/locale/ca/LC_MESSAGES/aria2c.mo share/locale/da/LC_MESSAGES/aria2c.mo share/locale/de/LC_MESSAGES/aria2c.mo share/locale/el/LC_MESSAGES/aria2c.mo +share/locale/en@boldquot/LC_MESSAGES/aria2c.mo +share/locale/en@quot/LC_MESSAGES/aria2c.mo share/locale/es/LC_MESSAGES/aria2c.mo share/locale/fi/LC_MESSAGES/aria2c.mo share/locale/fr/LC_MESSAGES/aria2c.mo @@ -22,8 +24,12 @@ share/locale/nn/LC_MESSAGES/aria2c.mo share/locale/pl/LC_MESSAGES/aria2c.mo share/locale/pt_BR/LC_MESSAGES/aria2c.mo share/locale/ru/LC_MESSAGES/aria2c.mo +share/locale/sr/LC_MESSAGES/aria2c.mo share/locale/sv/LC_MESSAGES/aria2c.mo share/locale/th/LC_MESSAGES/aria2c.mo share/locale/tr/LC_MESSAGES/aria2c.mo +share/locale/uk/LC_MESSAGES/aria2c.mo +share/locale/vi/LC_MESSAGES/aria2c.mo share/locale/zh_CN/LC_MESSAGES/aria2c.mo +share/locale/zh_TW/LC_MESSAGES/aria2c.mo @dirrm share/doc/aria2c |