From 950bfcb76ac5843036ec5633d358f4b928cebb56 Mon Sep 17 00:00:00 2001 From: Marq Schneider Date: Tue, 3 Aug 2010 22:18:37 -0500 Subject: [PATCH] Text updates for btpd 0.16. --- CHANGES | 13 +++++++++++++ COPYRIGHT | 2 ++ README | 5 ++++- configure.ac | 2 +- doc/btcli.1 | 2 +- doc/btinfo.1 | 2 +- doc/btpd.1 | 2 +- 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 . All rights reserved. +Copyright (c) 2010 + Marq Schneider . 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