* Minor fixes to configure scripts, updated man page and bumped the version.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1060 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2008-05-07 12:18:36 +00:00
parent e3fa31b6df
commit 108ec969f7
2 changed files with 11 additions and 14 deletions
+5 -4
View File
@@ -1,8 +1,11 @@
AC_INIT(rtorrent, 0.8.1, jaris@ifi.uio.no)
AC_INIT(rtorrent, 0.8.2, jaris@ifi.uio.no)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_PROG_CXX
AC_PROG_LIBTOOL
TORRENT_CHECK_CXXFLAGS()
TORRENT_ENABLE_DEBUG()
TORRENT_ENABLE_EXTRA_DEBUG()
@@ -10,8 +13,6 @@ TORRENT_ENABLE_WERROR()
TORRENT_DISABLE_IPV6
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_SYS_LARGEFILE
TORRENT_CHECK_EXECINFO()
@@ -25,7 +26,7 @@ TORRENT_WITHOUT_NCURSESW()
TORRENT_WITHOUT_STATVFS()
TORRENT_WITHOUT_STATFS()
PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12.0,
PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12.2,
CXXFLAGS="$CXXFLAGS $STUFF_CFLAGS";
LIBS="$LIBS $STUFF_LIBS")
+6 -10
View File
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "RTORRENT" "1" "27 January 2008" "BitTorrent client for ncurses" ""
.TH "RTORRENT" "1" "07 May 2008" "BitTorrent client for ncurses" ""
.SH NAME
rtorrent \- a BitTorrent client for ncurses
@@ -67,7 +67,7 @@ Close a torrent and its files.
\fB^E\fR
Set the 'create/resize queued' flags on all files in a torrent. This
is necessary if the underlying files in a torrent have been deleted or
truncates, and thus rtorrent much recreate them.
truncated, and thus rtorrent must recreate them.
.TP
\fB^R\fR
Initiate hash check of torrent.
@@ -79,6 +79,10 @@ closed.
\fB^X\fR
Call commands or change settings.
.TP
\fB^B\fR
Set download to perform initial seeding. Only use when
you are the first and only seeder so far for the download.
.TP
\fB+ | -\fR
Change the priority of the download.
.TP
@@ -421,14 +425,6 @@ number of criteria, including zero, from the following:
\fBstate_changed\fR,
\fBstate_changed_reverse\fR
.TP
\fBview_filter = \fIname\fB,\fI\&...\fB\fR
Set a list of filter to apply when new new downloads are added and
when \fBview_sort\fR is called. All filters must
match for the download to be included.
\fBstopped\fR, \fBstarted\fR,
\fBcomplete\fR, \fBincomplete\fR,
.TP
\fBkey_layout = \fIqwerty|azerty|qwertz|dvorak\fB\fR
Change the key-bindings.
.SH "FILE-SYSTEM SETTINGS"