Marked 0.11.2 release

Updated man page
pull/1/head
Tatsuhiro Tsujikawa 2007-08-09 15:34:03 +00:00
parent 49ddebd684
commit 1232c9fc7f
5 changed files with 29 additions and 13 deletions

View File

@ -6,6 +6,8 @@
Added the usage message of --peer-id-prefix option. Added the usage message of --peer-id-prefix option.
* src/main.cc * src/main.cc
* Release 0.11.2
2007-08-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2007-08-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
MessageDigestHelper is introduced in order to simplify the use MessageDigestHelper is introduced in order to simplify the use

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.1+1. # Generated by GNU Autoconf 2.61 for aria2c 0.11.2.
# #
# 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.1+1' PACKAGE_VERSION='0.11.2'
PACKAGE_STRING='aria2c 0.11.1+1' PACKAGE_STRING='aria2c 0.11.2'
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"
@ -1296,7 +1296,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.1+1 to adapt to many kinds of systems. \`configure' configures aria2c 0.11.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1367,7 +1367,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.1+1:";; short | recursive ) echo "Configuration of aria2c 0.11.2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1488,7 +1488,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.1+1 aria2c configure 0.11.2
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,
@ -1502,7 +1502,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.1+1, which was It was created by aria2c $as_me 0.11.2, which was
generated by GNU Autoconf 2.61. Invocation command line was generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@ $ $0 $@
@ -2298,7 +2298,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='aria2c' PACKAGE='aria2c'
VERSION='0.11.1+1' VERSION='0.11.2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -14181,7 +14181,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.1+1, which was This file was extended by aria2c $as_me 0.11.2, 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
@ -14234,7 +14234,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.1+1 aria2c config.status 0.11.2
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.1+1, t-tujikawa@users.sourceforge.net) AC_INIT(aria2c, 0.11.2, 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.72.0 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
.\" Date: 08/09/2007 .\" Date: 08/10/2007
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "08/09/2007" "" "" .TH "ARIA2C" "1" "08/10/2007" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -302,6 +302,11 @@ Specify seeding time in minutes. Also see the \-\-seed\-ratio option.
Specify share ratio. Seed completed torrents until share ratio reaches RATIO. 1.0 is encouraged. If \-\-seed\-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied. Specify share ratio. Seed completed torrents until share ratio reaches RATIO. 1.0 is encouraged. If \-\-seed\-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied.
.RE .RE
.PP .PP
\-\-peer\-id\-prefix=PEERI_ID_PREFIX
.RS 4
Specify the prefix of peer ID. The peer ID in in BitTorrent is 20 byte length. If more than 20 bytes are specified, only first 20 bytes are used. If less than 20 bytes are specified, the random alphabet characters are added to make it's length 20 bytes. Default: \-aria2\-
.RE
.PP
\-M, \-\-metalink\-file=METALINK_FILE \-M, \-\-metalink\-file=METALINK_FILE
.RS 4 .RS 4
The file path to .metalink file. The file path to .metalink file.

View File

@ -230,6 +230,15 @@ OPTIONS
along with this option, seeding ends when at along with this option, seeding ends when at
least one of the conditions is satisfied. least one of the conditions is satisfied.
--peer-id-prefix=PEERI_ID_PREFIX::
Specify the prefix of peer ID. The peer ID in
in BitTorrent is 20 byte length. If more than 20
bytes are specified, only first 20
bytes are used. If less than 20 bytes are
specified, the random alphabet characters are
added to make it's length 20 bytes.
Default: -aria2-
-M, --metalink-file=METALINK_FILE:: -M, --metalink-file=METALINK_FILE::
The file path to .metalink file. The file path to .metalink file.