diff --git a/ChangeLog b/ChangeLog
index 5a294510..61970324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-19 Tatsuhiro Tsujikawa
+
+ Added max-connection-per-server, min-split-size and
+ conditional-get option to -i list option and aria2rpc.
+ * doc/aria2c.1.txt
+ * doc/xmlrpc/aria2rpc
+ * src/download_helper.cc
+
2010-07-19 Tatsuhiro Tsujikawa
Fixed double free bug
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 6dd12208..a955cadc 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -2576,6 +2576,39 @@ max\-resume\-failure\-tries
http\-accept\-gzip
.RE
.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+max\-connection\-per\-server
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+min\-split\-size
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+conditional\-get
+.RE
+.sp
These options have exactly same meaning of the ones in the command\-line options, but it just applies to the URIs it belongs to\&.
.sp
For example, the content of uri\&.txt is
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index 2069f0e3..8abcf9f9 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -2987,6 +2987,21 @@ max-resume-failure-tries
http-accept-gzip
+
+
+max-connection-per-server
+
+
+
+
+min-split-size
+
+
+
+
+conditional-get
+
+
These options have exactly same meaning of the ones in the
command-line options, but it just applies to the URIs it belongs to.
@@ -4242,7 +4257,7 @@ files in the program, then also delete it here.