From e4eda24e8fc9e7d9b66f1a57627f6816a10325e4 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 4 Jan 2012 19:00:21 +0000 Subject: [PATCH] Update Changelog --- ChangeLog | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41a6f3847..95c0283ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,31 @@ === Deluge 1.3.4 (In Development) === ==== Core ==== - #1921: Free disk space reporting incorrectly in FreeBSD - #1964: Fix unhandled UnpicklingErrors - #1967: Fix unhandled IndexError when trying to open a non-json conf file + * #1921: Free disk space reporting incorrectly in FreeBSD + * #1964: Fix unhandled UnpicklingErrors + * #1967: Fix unhandled IndexError when trying to open a non-json conf file ==== GtkUI ==== - #1918: Fix Drag'n'Drop not working in Windows - #1941: Increase maximum Cache Size to 999999 (15GiB) - #1940: File & folder renaming issue when using Add Torrent dialog in Windows - LP#821577: Fix UnpicklingError when external selection dragged onto Files Tab + * #1918: Fix Drag'n'Drop not working in Windows + * #1941: Increase maximum Cache Size to 999999 (15GiB) + * #1940: File & folder renaming issue when using Add Torrent dialog in Windows + * LP#821577: Fix UnpicklingError when external selection dragged onto Files Tab + * #1934: Fix Unicode error in AddTorrent Dialog + * #1957: Fix keyerror when adding columns for non-latin languages + * #1969: Fix menu item 'Quit & Shutdown' still available when not connected to daemon ==== WebUI ==== - Fix Webui files-tab menu setting wrong priority - #1960: Fix statustab showing total_payload_download for upload as well + * Fix Webui files-tab menu setting wrong priority + * #1960: Fix statustab showing total_payload_download for upload as well + +==== Console ==== + * #1953: Fix flickering on every update + +==== Label ==== + * #1961: Add missing 'All' filter option + +==== Notification ==== + * #1905: Fix no email sent to second email address + * #1898: Fix email notifications not including date/time they were sent === Deluge 1.3.3 (22 July 2011) === ==== Core ====