2007-09-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Updated man page.
	* doc/aria2c.1.txt
	
	* Release 0.11.3
pull/1/head
Tatsuhiro Tsujikawa 2007-09-09 16:17:35 +00:00
parent 2ea9ef9f1e
commit 295c36c767
6 changed files with 57 additions and 35 deletions

View File

@ -3,6 +3,11 @@
Updated fr.po by sebone Updated fr.po by sebone
* po/fr.po * po/fr.po
Updated man page.
* doc/aria2c.1.txt
* Release 0.11.3
2007-09-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2007-09-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
* src/MetalinkRequestInfo.cc (execute): Fixed BitTorrent download * src/MetalinkRequestInfo.cc (execute): Fixed BitTorrent download
@ -26,7 +31,7 @@
* po/ja.po * po/ja.po
Updated man page. Updated man page.
* doc/aria2.1.txt * doc/aria2c.1.txt
* Release 0.11.3-rc * Release 0.11.3-rc

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for aria2c 0.11.3-rc. # Generated by GNU Autoconf 2.61 for aria2c 0.11.3.
# #
# Report bugs to <t-tujikawa@users.sourceforge.net>. # Report bugs to <t-tujikawa@users.sourceforge.net>.
# #
@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='aria2c' PACKAGE_NAME='aria2c'
PACKAGE_TARNAME='aria2c' PACKAGE_TARNAME='aria2c'
PACKAGE_VERSION='0.11.3-rc' PACKAGE_VERSION='0.11.3'
PACKAGE_STRING='aria2c 0.11.3-rc' PACKAGE_STRING='aria2c 0.11.3'
PACKAGE_BUGREPORT='t-tujikawa@users.sourceforge.net' PACKAGE_BUGREPORT='t-tujikawa@users.sourceforge.net'
ac_unique_file="src/Socket.h" ac_unique_file="src/Socket.h"
@ -1298,7 +1298,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures aria2c 0.11.3-rc to adapt to many kinds of systems. \`configure' configures aria2c 0.11.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1369,7 +1369,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of aria2c 0.11.3-rc:";; short | recursive ) echo "Configuration of aria2c 0.11.3:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1490,7 +1490,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
aria2c configure 0.11.3-rc aria2c configure 0.11.3
generated by GNU Autoconf 2.61 generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1504,7 +1504,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by aria2c $as_me 0.11.3-rc, which was It was created by aria2c $as_me 0.11.3, which was
generated by GNU Autoconf 2.61. Invocation command line was generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@ $ $0 $@
@ -2300,7 +2300,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='aria2c' PACKAGE='aria2c'
VERSION='0.11.3-rc' VERSION='0.11.3'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -14327,7 +14327,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by aria2c $as_me 0.11.3-rc, which was This file was extended by aria2c $as_me 0.11.3, which was
generated by GNU Autoconf 2.61. Invocation command line was generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -14380,7 +14380,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
aria2c config.status 0.11.3-rc aria2c config.status 0.11.3
configured by $0, generated by GNU Autoconf 2.61, configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
# #
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(aria2c, 0.11.3-rc, t-tujikawa@users.sourceforge.net) AC_INIT(aria2c, 0.11.3, t-tujikawa@users.sourceforge.net)
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE() AM_INIT_AUTOMAKE()

View File

@ -1,11 +1,11 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
.\" Date: 09/03/2007 .\" Date: 09/10/2007
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "09/03/2007" "" "" .TH "ARIA2C" "1" "09/10/2007" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -214,10 +214,35 @@ Rename file name if the same file already exists\. This option works only in htt
\-P, \-\-parameterized\-uri[=true|false] \-P, \-\-parameterized\-uri[=true|false]
.RS 4 .RS 4
Enable parameterized URI support\. You can specify set of parts: Enable parameterized URI support\. You can specify set of parts:
\fIhttp://{sv1,sv2,sv3}/foo\.iso\fR .RE
Also you can specify numeric sequences with step counter: .sp
\fI000\-100:2\fR\fI\.img\fR .RS 4
A step counter can be omitted\. If all URIs do not point to the same file, such as the second example above, \-Z option is required\. Default: false .nf
http://{sv1,sv2,sv3}/foo\.iso
.fi
.RE
.sp
.RS 4
.nf
Also you can specify numeric sequences with step
counter:
.fi
.RE
.sp
.RS 4
.nf
http://host/image[000\-100:2]\.img
.fi
.RE
.sp
.RS 4
.nf
A step counter can be omitted\.
If all URIs do not point to the same file, such
as the second example above, \-Z option is
required\.
Default: false
.fi
.RE .RE
.PP .PP
\-\-check\-integrity=true|false \-\-check\-integrity=true|false
@ -425,8 +450,7 @@ aria2c \-P http://{server1,server2,server3}/file\.iso
.PP .PP
Parameterized URI\. \-Z option is required in this case Parameterized URI\. \-Z option is required in this case
.RS 4 .RS 4
aria2c \-P \-Z aria2c \-P \-Z http://host/file[001\-100:2]\.img
001\-100:2\.img
.RE .RE
.PP .PP
Download a torrent Download a torrent
@ -519,14 +543,3 @@ Tatsuhiro Tsujikawa <t\-tujikawa@users\.sourceforge\.net>
.SH "COPYRIGHT" .SH "COPYRIGHT"
Copyright \(co 2006, 2007 Tatsuhiro Tsujikawa Copyright \(co 2006, 2007 Tatsuhiro Tsujikawa
.sp .sp
.SH "NOTES"
.IP " 1." 4
000-100:2
.RS 4
\%http://host/image
.RE
.IP " 2." 4
001-100:2
.RS 4
\%http://host/file
.RE

View File

@ -152,10 +152,14 @@ OPTIONS
-P, --parameterized-uri[=true|false]:: -P, --parameterized-uri[=true|false]::
Enable parameterized URI support. Enable parameterized URI support.
You can specify set of parts: You can specify set of parts:
'http://{sv1,sv2,sv3}/foo.iso' ----------------------------
http://{sv1,sv2,sv3}/foo.iso
----------------------------
Also you can specify numeric sequences with step Also you can specify numeric sequences with step
counter: counter:
'http://host/image[000-100:2].img' --------------------------------
http://host/image[000-100:2].img
--------------------------------
A step counter can be omitted. A step counter can be omitted.
If all URIs do not point to the same file, such If all URIs do not point to the same file, such
as the second example above, -Z option is as the second example above, -Z option is
@ -325,7 +329,7 @@ EXAMPLES
Parameterized URI:: Parameterized URI::
aria2c -P http://{server1,server2,server3}/file.iso aria2c -P http://{server1,server2,server3}/file.iso
Parameterized URI. -Z option is required in this case:: Parameterized URI. -Z option is required in this case::
aria2c -P -Z http://host/file[001-100:2].img aria2c -P -Z \http://host/file[001-100:2].img
Download a torrent:: Download a torrent::
aria2c -o test.torrent http://AAA.BBB.CCC/file.torrent aria2c -o test.torrent http://AAA.BBB.CCC/file.torrent

View File

@ -9,7 +9,7 @@
# General Public License and is *not* in the public domain. # General Public License and is *not* in the public domain.
PACKAGE = aria2c PACKAGE = aria2c
VERSION = 0.11.3-rc VERSION = 0.11.3
SHELL = /bin/sh SHELL = /bin/sh