summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Garland <johnnybg+deluge@gmail.com>2012-04-12 23:21:08 +1000
committerJohn Garland <johnnybg+deluge@gmail.com>2012-04-12 23:52:50 +1000
commit914413c88fb17ef67808dd21784cd9f4344ed3e3 (patch)
tree7d1a3fbe02006b4fdbd51cb51de62262e9cb577a /ChangeLog
parent438dff177c2349ba4502df947d5c1130bcd501a5 (diff)
downloaddeluge-914413c88fb17ef67808dd21784cd9f4344ed3e3.tar.gz
deluge-914413c88fb17ef67808dd21784cd9f4344ed3e3.tar.bz2
deluge-914413c88fb17ef67808dd21784cd9f4344ed3e3.zip
Catch & log KeyError when removing a torrent from the queued torrents set
This seems to happen due to libtorrent firing the torrent finished event twice.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbeb45a75..02349fd52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+=== Deluge 1.3.6 (In Development) ===
+==== Core ====
+ * Catch & log KeyError when removing a torrent from the queued torrents set
+
=== Deluge 1.3.5 (09 April 2012) ===
==== Core ====
* Fix not properly detecting when torrent is at end of queue