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.