summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPedro Algarvio <ufs@ufsoft.org>2010-12-13 12:37:37 +0000
committerPedro Algarvio <ufs@ufsoft.org>2010-12-13 12:37:37 +0000
commit7e2411289da9b7d88ae728c429d33234d5a4044a (patch)
tree980bdd419a28c064a8c1b8b31622169763308175 /ChangeLog
parent9bd11ab2044be6c967c062ce8b46bd538d109c63 (diff)
parent1c15df8e00d6db9f4cfe7ac913ff3ae13c72033b (diff)
downloaddeluge-7e2411289da9b7d88ae728c429d33234d5a4044a.tar.gz
deluge-7e2411289da9b7d88ae728c429d33234d5a4044a.tar.bz2
deluge-7e2411289da9b7d88ae728c429d33234d5a4044a.zip
Merge branch 'master' into plugins-namespace
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbfbda562..1ed3af7dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
* #1112: Fix renaming files in add torrent dialog
* #1247: Fix deluge-gtk from hanging on shutdown
* #995: Rewrote tracker_icons
+ * Make the distinction between adding to the session new unmanaged torrents and torrents loaded from state. This will break backwards compatability.
+ * Pass a copy of an event instead of passing the event arguments to the event handlers. This will break backwards compatability.
==== GtkUI ====
* Fix uncaught exception when closing deluge in classic mode