소스 검색

Marked 0.11.2 release
Updated man page

Tatsuhiro Tsujikawa 18 년 전
부모
커밋
1232c9fc7f
5개의 변경된 파일29개의 추가작업 그리고 13개의 파일을 삭제
  1. 2 0
      ChangeLog
  2. 10 10
      configure
  3. 1 1
      configure.ac
  4. 7 2
      doc/aria2c.1
  5. 9 0
      doc/aria2c.1.txt

+ 2 - 0
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  <tujikawa at rednoah dot com>
 
 	MessageDigestHelper is introduced in order to simplify the use

+ 10 - 10
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 <t-tujikawa@users.sourceforge.net>.
 #
@@ -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 <bug-autoconf@gnu.org>."
 _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'`\\"
 

+ 1 - 1
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()

+ 7 - 2
doc/aria2c.1

@@ -1,11 +1,11 @@
 .\"     Title: aria2c
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
-.\"      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.

+ 9 - 0
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.