mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 22:52:31 +00:00
* Bumped to version 0.12.0/0.8.0.
* Removed Download::disconnect_peer as it can call ConnectionList directly. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1035 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
AC_INIT(rtorrent, 0.7.9, jaris@ifi.uio.no)
|
||||
AC_INIT(rtorrent, 0.8.0, jaris@ifi.uio.no)
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
@@ -25,7 +25,7 @@ TORRENT_WITHOUT_NCURSESW()
|
||||
TORRENT_WITHOUT_STATVFS()
|
||||
TORRENT_WITHOUT_STATFS()
|
||||
|
||||
PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.11.8,
|
||||
PKG_CHECK_MODULES(STUFF, sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.12.0,
|
||||
CXXFLAGS="$CXXFLAGS $STUFF_CFLAGS";
|
||||
LIBS="$LIBS $STUFF_LIBS")
|
||||
|
||||
|
||||
@@ -211,7 +211,7 @@ ElementPeerList::receive_disconnect_peer() {
|
||||
if (m_listItr == m_list.end())
|
||||
return;
|
||||
|
||||
m_download->download()->disconnect_peer(*m_listItr);
|
||||
m_download->connection_list()->erase(*m_listItr, 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user