summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2010-09-13 16:11:57 -0700
committerAndrew Resch <andrewresch@gmail.com>2010-09-13 16:11:57 -0700
commitdc7ed116016b9c68fbdf2ca9e3a37c81e1648b04 (patch)
tree96df25aab5342eafd532c431b6fdba9b9fb2c93f
parentd898def9eca1a9f7c91cda3667c2879a477fc353 (diff)
downloaddeluge-dc7ed116016b9c68fbdf2ca9e3a37c81e1648b04.tar.gz
deluge-dc7ed116016b9c68fbdf2ca9e3a37c81e1648b04.tar.bz2
deluge-dc7ed116016b9c68fbdf2ca9e3a37c81e1648b04.zip
Update ChangeLog
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0690ae34f..967b0d04e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+=== Deluge 1.3.0 (13 September 2010) ===
+ * Fix issue where the save_timer is cancelled when it's not active
+ * Fix unhandled exception when adding a torrent to the session
+ * Moved xdg import so it is not called on Windows, where it is unused. fixes #1343
+ * Fix key error after enabling a plugin that introduces a new status key
+ * Add max active downloading and seeding options to scheduler.
+ * Ignore global stop ratio related settings in logic, so per torrent ones are used.
+ * Fix scheduler so that it keeps current state, even after global settings change.
+ * Ensure preferencesmanager only changes intended libtorrent session settings.
+ * Fix issue when adding torrents without a 'session'. This can happen when
+ a plugin adds a torrent, like how the AutoAdd plugin works. The user that
+ adds this torrent will be an empty string.
+ * Add TorrentFileCompleted event
+ * AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception.
+ * Increase max piece size to 8 MiB in create torrent dialog (closes #1358)
+ * Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled.
+ * Fix bugs with unicode torrents in AutoAdd plugin.
+
=== Deluge 1.3.0-rc2 (20 August 2010) ===
==== Core ====
* Fix tracker_icons failing on windows