Changeset 1060
- Timestamp:
- 05/07/08 08:18:36 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
libtorrent/configure.ac (modified) (3 diffs)
-
rtorrent/configure.ac (modified) (3 diffs)
-
rtorrent/doc/rtorrent.1 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/configure.ac
r1054 r1060 1 AC_INIT(libtorrent, 0.12. 1, jaris@ifi.uio.no)1 AC_INIT(libtorrent, 0.12.2, jaris@ifi.uio.no) 2 2 3 3 dnl Find a better way to do this 4 AC_DEFINE(PEER_NAME, "-lt0C 10-", Identifier that is part of the default peer id)5 AC_DEFINE(PEER_VERSION, "lt\x0C\x 10", 4 byte client and version identifier for DHT)4 AC_DEFINE(PEER_NAME, "-lt0C20-", Identifier that is part of the default peer id) 5 AC_DEFINE(PEER_VERSION, "lt\x0C\x20", 4 byte client and version identifier for DHT) 6 6 7 7 LIBTORRENT_CURRENT=11 8 8 LIBTORRENT_REVISION=0 9 LIBTORRENT_AGE= 19 LIBTORRENT_AGE=2 10 10 11 11 LIBTORRENT_INTERFACE_VERSION_INFO=$LIBTORRENT_CURRENT:$LIBTORRENT_REVISION:$LIBTORRENT_AGE … … 22 22 AM_DISABLE_STATIC 23 23 AM_PROG_LIBTOOL 24 AC_PROG_CXX 24 25 25 26 AC_C_BIGENDIAN( … … 38 39 TORRENT_DISABLE_IPV6 39 40 40 AC_PROG_CXX41 41 AC_SYS_LARGEFILE 42 42 -
trunk/rtorrent/configure.ac
r1054 r1060 1 AC_INIT(rtorrent, 0.8. 1, jaris@ifi.uio.no)1 AC_INIT(rtorrent, 0.8.2, jaris@ifi.uio.no) 2 2 3 3 AM_INIT_AUTOMAKE 4 4 AM_CONFIG_HEADER(config.h) 5 6 AC_PROG_CXX 7 AC_PROG_LIBTOOL 5 8 6 9 TORRENT_CHECK_CXXFLAGS() … … 11 14 TORRENT_DISABLE_IPV6 12 15 13 AC_PROG_CXX14 AC_PROG_LIBTOOL15 16 AC_SYS_LARGEFILE 16 17 … … 26 27 TORRENT_WITHOUT_STATFS() 27 28 28 PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12. 0,29 PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12.2, 29 30 CXXFLAGS="$CXXFLAGS $STUFF_CFLAGS"; 30 31 LIBS="$LIBS $STUFF_LIBS") -
trunk/rtorrent/doc/rtorrent.1
r1033 r1060 4 4 .\" Please send any bug reports, improvements, comments, patches, 5 5 .\" etc. to Steve Cheng <steve@ggi-project.org>. 6 .TH "RTORRENT" "1" " 27 January 2008" "BitTorrent client for ncurses" ""6 .TH "RTORRENT" "1" "07 May 2008" "BitTorrent client for ncurses" "" 7 7 8 8 .SH NAME … … 68 68 Set the 'create/resize queued' flags on all files in a torrent. This 69 69 is necessary if the underlying files in a torrent have been deleted or 70 truncate s, and thus rtorrent muchrecreate them.70 truncated, and thus rtorrent must recreate them. 71 71 .TP 72 72 \fB^R\fR … … 79 79 \fB^X\fR 80 80 Call commands or change settings. 81 .TP 82 \fB^B\fR 83 Set download to perform initial seeding. Only use when 84 you are the first and only seeder so far for the download. 81 85 .TP 82 86 \fB+ | -\fR … … 422 426 \fBstate_changed_reverse\fR 423 427 .TP 424 \fBview_filter = \fIname\fB,\fI\&...\fB\fR425 Set a list of filter to apply when new new downloads are added and426 when \fBview_sort\fR is called. All filters must427 match for the download to be included.428 429 \fBstopped\fR, \fBstarted\fR,430 \fBcomplete\fR, \fBincomplete\fR,431 .TP432 428 \fBkey_layout = \fIqwerty|azerty|qwertz|dvorak\fB\fR 433 429 Change the key-bindings.
