Changeset 1060

Show
Ignore:
Timestamp:
05/07/08 08:18:36 (4 years ago)
Author:
rakshasa
Message:

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

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/configure.ac

    r1054 r1060  
    1 AC_INIT(libtorrent, 0.12.1, jaris@ifi.uio.no) 
     1AC_INIT(libtorrent, 0.12.2, jaris@ifi.uio.no) 
    22 
    33dnl Find a better way to do this 
    4 AC_DEFINE(PEER_NAME, "-lt0C10-", Identifier that is part of the default peer id) 
    5 AC_DEFINE(PEER_VERSION, "lt\x0C\x10", 4 byte client and version identifier for DHT) 
     4AC_DEFINE(PEER_NAME, "-lt0C20-", Identifier that is part of the default peer id) 
     5AC_DEFINE(PEER_VERSION, "lt\x0C\x20", 4 byte client and version identifier for DHT) 
    66 
    77LIBTORRENT_CURRENT=11 
    88LIBTORRENT_REVISION=0 
    9 LIBTORRENT_AGE=1 
     9LIBTORRENT_AGE=2 
    1010 
    1111LIBTORRENT_INTERFACE_VERSION_INFO=$LIBTORRENT_CURRENT:$LIBTORRENT_REVISION:$LIBTORRENT_AGE 
     
    2222AM_DISABLE_STATIC 
    2323AM_PROG_LIBTOOL 
     24AC_PROG_CXX 
    2425 
    2526AC_C_BIGENDIAN( 
     
    3839TORRENT_DISABLE_IPV6 
    3940 
    40 AC_PROG_CXX 
    4141AC_SYS_LARGEFILE 
    4242 
  • trunk/rtorrent/configure.ac

    r1054 r1060  
    1 AC_INIT(rtorrent, 0.8.1, jaris@ifi.uio.no) 
     1AC_INIT(rtorrent, 0.8.2, jaris@ifi.uio.no) 
    22 
    33AM_INIT_AUTOMAKE 
    44AM_CONFIG_HEADER(config.h) 
     5 
     6AC_PROG_CXX 
     7AC_PROG_LIBTOOL 
    58 
    69TORRENT_CHECK_CXXFLAGS() 
     
    1114TORRENT_DISABLE_IPV6 
    1215 
    13 AC_PROG_CXX 
    14 AC_PROG_LIBTOOL 
    1516AC_SYS_LARGEFILE 
    1617 
     
    2627TORRENT_WITHOUT_STATFS() 
    2728 
    28 PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12.0, 
     29PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12.2, 
    2930                  CXXFLAGS="$CXXFLAGS $STUFF_CFLAGS"; 
    3031                  LIBS="$LIBS $STUFF_LIBS") 
  • trunk/rtorrent/doc/rtorrent.1

    r1033 r1060  
    44.\" Please send any bug reports, improvements, comments, patches,  
    55.\" 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" "" 
    77 
    88.SH NAME 
     
    6868Set the 'create/resize queued' flags on all files in a torrent. This 
    6969is necessary if the underlying files in a torrent have been deleted or 
    70 truncates, and thus rtorrent much recreate them. 
     70truncated, and thus rtorrent must recreate them. 
    7171.TP 
    7272\fB^R\fR 
     
    7979\fB^X\fR 
    8080Call commands or change settings. 
     81.TP 
     82\fB^B\fR 
     83Set download to perform initial seeding. Only use when 
     84you are the first and only seeder so far for the download. 
    8185.TP 
    8286\fB+ | -\fR 
     
    422426\fBstate_changed_reverse\fR 
    423427.TP 
    424 \fBview_filter = \fIname\fB,\fI\&...\fB\fR 
    425 Set a list of filter to apply when new new downloads are added and 
    426 when \fBview_sort\fR is called. All filters must 
    427 match for the download to be included. 
    428  
    429 \fBstopped\fR, \fBstarted\fR, 
    430 \fBcomplete\fR, \fBincomplete\fR, 
    431 .TP 
    432428\fBkey_layout = \fIqwerty|azerty|qwertz|dvorak\fB\fR 
    433429Change the key-bindings.