summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPedro Algarvio <pedro@algarvio.me>2012-02-15 14:21:02 +0000
committerPedro Algarvio <pedro@algarvio.me>2012-02-15 14:21:02 +0000
commitc8718ad643d00c7d166dd1314f385572dc4788a9 (patch)
tree4bba0655e4e732ef8c783625a22e40f2e911551f /ChangeLog
parentda868347cf8da28882292c963bd798e72cd41377 (diff)
downloaddeluge-c8718ad643d00c7d166dd1314f385572dc4788a9.tar.gz
deluge-c8718ad643d00c7d166dd1314f385572dc4788a9.tar.bz2
deluge-c8718ad643d00c7d166dd1314f385572dc4788a9.zip
Implemented #1382:
* Implemented whitelist support to both core and GTK UI. * Implemented ip filter cleaning before each update. Restarting the deluge daemon is no longer needed. * If "check_after_days" is 0(zero), the timer is not started anymore. It would keep updating one call after the other. If the value changed, the timer is now stopped and restarted using the new value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index deb3cc29b..a9ff6e9bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,14 @@
* #378: Allow showing a pieces bar instead of a regular progress bar in a
torrent's status tab.
+=== Blocklist Plugin ===
+ * #1382: Implemented whitelist support to both core and GTK UI.
+ * Implemented ip filter cleaning before each update. Restarting the deluge
+ daemon is no longer needed.
+ * If "check_after_days" is 0(zero), the timer is not started anymore. It
+ would keep updating one call after the other. If the value changed, the
+ timer is now stopped and restarted using the new value.
+
=== Deluge 1.3.4 (In Development) ===
==== Core ====
* #1921: Free disk space reporting incorrectly in FreeBSD