Skip to content

Commit

Permalink
2007-09-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Browse files Browse the repository at this point in the history
	Updated man page.
	* doc/aria2c.1.txt
	
	* Release 0.11.3
  • Loading branch information
tatsuhiro-t committed Sep 9, 2007
1 parent 2ea9ef9 commit 295c36c
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 35 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Updated fr.po by sebone
* po/fr.po

Updated man page.
* doc/aria2c.1.txt

* Release 0.11.3

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

* src/MetalinkRequestInfo.cc (execute): Fixed BitTorrent download
Expand All @@ -26,7 +31,7 @@
* po/ja.po

Updated man page.
* doc/aria2.1.txt
* doc/aria2c.1.txt

* Release 0.11.3-rc

Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# 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 <[email protected]>.
#
Expand Down Expand Up @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='aria2c'
PACKAGE_TARNAME='aria2c'
PACKAGE_VERSION='0.11.3-rc'
PACKAGE_STRING='aria2c 0.11.3-rc'
PACKAGE_VERSION='0.11.3'
PACKAGE_STRING='aria2c 0.11.3'
PACKAGE_BUGREPORT='[email protected]'

ac_unique_file="src/Socket.h"
Expand Down Expand Up @@ -1298,7 +1298,7 @@ if test "$ac_init_help" = "long"; then
# 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.
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]...
Expand Down Expand Up @@ -1369,7 +1369,7 @@ fi

if test -n "$ac_init_help"; then
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
cat <<\_ACEOF
Expand Down Expand Up @@ -1490,7 +1490,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
aria2c configure 0.11.3-rc
aria2c configure 0.11.3
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1504,7 +1504,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
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
$ $0 $@
Expand Down Expand Up @@ -2300,7 +2300,7 @@ fi

# Define the identity of the package.
PACKAGE='aria2c'
VERSION='0.11.3-rc'
VERSION='0.11.3'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -14327,7 +14327,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
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
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14380,7 +14380,7 @@ Report bugs to <[email protected]>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
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,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
#
AC_PREREQ(2.59)
AC_INIT(aria2c, 0.11.3-rc, [email protected])
AC_INIT(aria2c, 0.11.3, [email protected])
AC_CANONICAL_HOST
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE()
Expand Down
51 changes: 32 additions & 19 deletions doc/aria2c.1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.\" Title: aria2c
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
.\" Date: 09/03/2007
.\" Date: 09/10/2007
.\" Manual:
.\" Source:
.\"
.TH "ARIA2C" "1" "09/03/2007" "" ""
.TH "ARIA2C" "1" "09/10/2007" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
Expand Down Expand Up @@ -214,10 +214,35 @@ Rename file name if the same file already exists\. This option works only in htt
\-P, \-\-parameterized\-uri[=true|false]
.RS 4
Enable parameterized URI support\. You can specify set of parts:
\fIhttp://{sv1,sv2,sv3}/foo\.iso\fR
Also you can specify numeric sequences with step counter:
\fI000\-100:2\fR\fI\.img\fR
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
.RE
.sp
.RS 4
.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
.PP
\-\-check\-integrity=true|false
Expand Down Expand Up @@ -425,8 +450,7 @@ aria2c \-P http://{server1,server2,server3}/file\.iso
.PP
Parameterized URI\. \-Z option is required in this case
.RS 4
aria2c \-P \-Z
001\-100:2\.img
aria2c \-P \-Z http://host/file[001\-100:2]\.img
.RE
.PP
Download a torrent
Expand Down Expand Up @@ -519,14 +543,3 @@ Tatsuhiro Tsujikawa <t\-tujikawa@users\.sourceforge\.net>
.SH "COPYRIGHT"
Copyright \(co 2006, 2007 Tatsuhiro Tsujikawa
.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
10 changes: 7 additions & 3 deletions doc/aria2c.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,14 @@ OPTIONS
-P, --parameterized-uri[=true|false]::
Enable parameterized URI support.
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
counter:
'http://host/image[000-100:2].img'
--------------------------------
http://host/image[000-100:2].img
--------------------------------
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
Expand Down Expand Up @@ -325,7 +329,7 @@ EXAMPLES
Parameterized URI::
aria2c -P http://{server1,server2,server3}/file.iso
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::
aria2c -o test.torrent http://AAA.BBB.CCC/file.torrent
Expand Down
2 changes: 1 addition & 1 deletion po/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# General Public License and is *not* in the public domain.

PACKAGE = aria2c
VERSION = 0.11.3-rc
VERSION = 0.11.3

SHELL = /bin/sh

Expand Down

0 comments on commit 295c36c

Please sign in to comment.