From e4c5c806883a40ee23512d2b7a577076d27dfefa Mon Sep 17 00:00:00 2001 From: rakshasa Date: Tue, 23 May 2006 07:36:58 +0000 Subject: [PATCH] * Bumping version to 0.9.3/0.5.3. * Ignore wrong type for "peers" in tracker requests as some trackers send a dictionary when empty. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@697 e378c898-3ddf-0310-93e7-cc216c733640 --- configure.ac | 2 +- src/core/download_factory.cc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c840ecc3..9163414e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rtorrent, 0.5.2, jaris@ifi.uio.no) +AC_INIT(rtorrent, 0.5.3, jaris@ifi.uio.no) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/src/core/download_factory.cc b/src/core/download_factory.cc index ed3205cd..ae682907 100644 --- a/src/core/download_factory.cc +++ b/src/core/download_factory.cc @@ -195,6 +195,8 @@ DownloadFactory::receive_success() { return; } + // When a download scheduler is implemented, this is handled by the + // above insertion into download list. if (m_session) { // This torrent was queued for hashing or hashing when the session // file was saved. Or it was in a started state.