mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-05 17:52:29 +00:00
* Replaced the single container in ChokeManager which used to contain
all connections, with an unchoked and an interested container. The semantics of the code should be the same. * Bump version number to 0.11.3/0.7.3. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@855 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
AC_INIT(rtorrent, 0.7.2, jaris@ifi.uio.no)
|
||||
AC_INIT(rtorrent, 0.7.3, jaris@ifi.uio.no)
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
@@ -22,7 +22,7 @@ TORRENT_WITHOUT_NCURSESW()
|
||||
TORRENT_WITHOUT_STATVFS()
|
||||
TORRENT_WITHOUT_STATFS()
|
||||
|
||||
PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.11.2,
|
||||
PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.11.3,
|
||||
CXXFLAGS="$CXXFLAGS $STUFF_CFLAGS";
|
||||
LIBS="$LIBS $STUFF_LIBS")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user