diff --git a/ChangeLog b/ChangeLog index 7425df5f..346eae7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ Added the usage message of --peer-id-prefix option. * src/main.cc + * Release 0.11.2 + 2007-08-08 Tatsuhiro Tsujikawa MessageDigestHelper is introduced in order to simplify the use diff --git a/configure b/configure index 179e9771..d212c008 100755 --- a/configure +++ b/configure @@ -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.1+1. +# Generated by GNU Autoconf 2.61 for aria2c 0.11.2. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='aria2c' PACKAGE_TARNAME='aria2c' -PACKAGE_VERSION='0.11.1+1' -PACKAGE_STRING='aria2c 0.11.1+1' +PACKAGE_VERSION='0.11.2' +PACKAGE_STRING='aria2c 0.11.2' PACKAGE_BUGREPORT='t-tujikawa@users.sourceforge.net' 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. # This message is too long to be a string in the A/UX 3.1 sh. 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]... @@ -1367,7 +1367,7 @@ fi if test -n "$ac_init_help"; then 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 cat <<\_ACEOF @@ -1488,7 +1488,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -aria2c configure 0.11.1+1 +aria2c configure 0.11.2 generated by GNU Autoconf 2.61 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 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 $ $0 $@ @@ -2298,7 +2298,7 @@ fi # Define the identity of the package. PACKAGE='aria2c' - VERSION='0.11.1+1' + VERSION='0.11.2' cat >>confdefs.h <<_ACEOF @@ -14181,7 +14181,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.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 CONFIG_FILES = $CONFIG_FILES @@ -14234,7 +14234,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF 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, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 8e9f62d3..0e05ad4a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # 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_SYSTEM AM_INIT_AUTOMAKE() diff --git a/doc/aria2c.1 b/doc/aria2c.1 index ca68aa41..1d0261aa 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -1,11 +1,11 @@ .\" Title: aria2c .\" Author: .\" Generator: DocBook XSL Stylesheets v1.72.0 -.\" Date: 08/09/2007 +.\" Date: 08/10/2007 .\" Manual: .\" Source: .\" -.TH "ARIA2C" "1" "08/09/2007" "" "" +.TH "ARIA2C" "1" "08/10/2007" "" "" .\" disable hyphenation .nh .\" 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. .RE .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 .RS 4 The file path to .metalink file. diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index ad11d96d..d0634c7d 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -230,6 +230,15 @@ OPTIONS along with this option, seeding ends when at 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:: The file path to .metalink file.