diff --git a/configure.ac b/configure.ac
index cd0845f1..ce162123 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")
diff --git a/doc/rtorrent.1 b/doc/rtorrent.1
index 601a92a4..dc2ebb01 100644
--- a/doc/rtorrent.1
+++ b/doc/rtorrent.1
@@ -3,7 +3,7 @@
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
-.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"