summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Garland <johnnybg+deluge@gmail.com>2010-07-02 02:36:04 +1000
committerJohn Garland <johnnybg+deluge@gmail.com>2010-07-02 02:45:47 +1000
commit37a00a48a7267d3448f85ca451e2f75f05c5ebff (patch)
tree531765384c6cddb7dc70a15d0b8e3711006419ce /ChangeLog
parent2a2f5d90aef371c449ff352be659ef67f6cd16d6 (diff)
downloaddeluge-37a00a48a7267d3448f85ca451e2f75f05c5ebff.tar.gz
deluge-37a00a48a7267d3448f85ca451e2f75f05c5ebff.tar.bz2
deluge-37a00a48a7267d3448f85ca451e2f75f05c5ebff.zip
Fix uncaught exception when closing deluge in classic mode
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b546ecf8..4f48c9d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,15 +8,18 @@
* #1247: Fix deluge-gtk from hanging on shutdown
* #995: Rewrote tracker_icons
-==== Blocklist ====
- * Implement local blocklist support
- * #861: Pause transfers until blocklist is imported
+==== GtkUI ====
+ * Fix uncaught exception when closing deluge in classic mode
-==== Web ====
+==== WebUI ====
* Migrate to ExtJS 3.1
* Add gzip compression of HTTP data to the server
* Improve the efficiency of the TorrentGrid
+==== Blocklist ====
+ * Implement local blocklist support
+ * #861: Pause transfers until blocklist is imported
+
=== Deluge 1.2.0 - "Bursting like an infected kidney" (10 January 2010) ===
==== Core ====
* Implement new RPC protocol DelugeRPC replacing XMLRPC