* 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
This commit is contained in:
rakshasa
2006-05-23 07:36:58 +00:00
parent 770d205b9a
commit e4c5c80688
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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)
+2
View File
@@ -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.