summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarq Schneider <queueRAM@gmail.com>2010-08-03 22:18:37 -0500
committerMarq Schneider <queueRAM@gmail.com>2010-08-03 22:18:37 -0500
commit950bfcb76ac5843036ec5633d358f4b928cebb56 (patch)
treeee524fd1b9fa04b57f15d07a89d41e31d2b502a2
parentf366f8969ca70e269449c694549f87e90d76c9fc (diff)
downloadbtpd-950bfcb76ac5843036ec5633d358f4b928cebb56.tar.gz
btpd-950bfcb76ac5843036ec5633d358f4b928cebb56.zip
Text updates for btpd 0.16. v0.16
-rw-r--r--CHANGES13
-rw-r--r--COPYRIGHT2
-rw-r--r--README5
-rw-r--r--configure.ac2
-rw-r--r--doc/btcli.12
-rw-r--r--doc/btinfo.12
-rw-r--r--doc/btpd.12
7 files changed, 23 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 81a9139..503addb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+btpd 0.16:
+----------
+
+Misc:
+- Added "start all" (start -a) command.
+- Allow adding multiple torrents at once.
+- Custom list formatting options.
+- Man pages for btpd, btcli, and btinfo.
+
+Bug fixes:
+- Handle .torrent files larger than 2MB.
+- http parsing and addrinfo freeing fixes.
+
 btpd 0.15:
 ----------
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 4da30a5..bc1368f 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -2,6 +2,8 @@ The btpd software is distributed under the following terms:
 
 Copyright (c) 2005-2009
         Richard Nyberg <rnyberg@murmeldjur.se>. All rights reserved.
+Copyright (c) 2010
+        Marq Schneider <queueRAM@gmail.com>. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
diff --git a/README b/README
index a8cec27..2cf07a6 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 
                                 README
 
-                           btpd version 0.15
+                           btpd version 0.16
 
 
 Contents
@@ -130,6 +130,9 @@ Contents
   Same as above but only for active torrents.
   # btcli list -a
 
+  Same as above, but print using a custom format
+  # btcli list -a -f "btcli list -f "%n\t%#\t%p%s\t%r\n"
+
   Add foo.torrent, with content dir foo.torrent.d, and start it.
   # btcli add -d foo.torrent.d foo.torrent
 
diff --git a/configure.ac b/configure.ac
index 238fecf..76ca84d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.61)
-AC_INIT(btpd, 0.15, btpd@murmeldjur.se)
+AC_INIT(btpd, 0.16, btpd-users@googlegroups.com)
 
 AM_INIT_AUTOMAKE([1.10 foreign subdir-objects])
 
diff --git a/doc/btcli.1 b/doc/btcli.1
index f1bed7e..4523865 100644
--- a/doc/btcli.1
+++ b/doc/btcli.1
@@ -1,4 +1,4 @@
-.TH BTCLI "1" "2010\-07\-15" "BitTorrent Protocol Daemon 0.15" "User Commands"
+.TH BTCLI "1" "2010\-07\-31" "BitTorrent Protocol Daemon 0.16" "User Commands"
 .\" disable hyphenation
 .nh
 .\" adjust text to left margin only
diff --git a/doc/btinfo.1 b/doc/btinfo.1
index 1e5a06b..211bc1f 100644
--- a/doc/btinfo.1
+++ b/doc/btinfo.1
@@ -1,4 +1,4 @@
-.TH BTINFO "1" "2010\-07\-15" "BitTorrent Protocol Daemon 0.15" "User Commands"
+.TH BTINFO "1" "2010\-07\-31" "BitTorrent Protocol Daemon 0.16" "User Commands"
 .\" disable hyphenation
 .nh
 .\" adjust text to left margin only
diff --git a/doc/btpd.1 b/doc/btpd.1
index 5d4ed9c..2c27813 100644
--- a/doc/btpd.1
+++ b/doc/btpd.1
@@ -1,4 +1,4 @@
-.TH BTPD "1" "2010\-07\-15" "BitTorrent Protocol Daemon 0.15" "User Commands"
+.TH BTPD "1" "2010\-07\-31" "BitTorrent Protocol Daemon 0.16" "User Commands"
 .\" disable hyphenation
 .nh
 .\" adjust text to left margin only