summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPedro Algarvio <pedro@algarvio.me>2011-06-03 17:48:22 +0100
committerPedro Algarvio <pedro@algarvio.me>2011-06-03 17:48:22 +0100
commit87e767d4c1d03f88cef6cd3f9d7c71ed2ac06e29 (patch)
tree3b7a839b6a58cf005bf088ad30f5856d559e4bd3 /ChangeLog
parentc00391a852ec00375e961ce6bb635c7f1afddff8 (diff)
parentce406674ecba03407466d7a13669bd1dcba6af7a (diff)
downloaddeluge-87e767d4c1d03f88cef6cd3f9d7c71ed2ac06e29.tar.gz
deluge-87e767d4c1d03f88cef6cd3f9d7c71ed2ac06e29.tar.bz2
deluge-87e767d4c1d03f88cef6cd3f9d7c71ed2ac06e29.zip
Merge branch 'master' into plugins-namespace
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 27 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6391b0803..a41e13a52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
=== Deluge 1.3.0 (In Development) ===
* Improved Logging
- * Enforced the use of the "deluge.plugins" namespace to reduce package names clashing beetween regular packages and deluge plugins.
+ * Removed the AutoAdd feature on the core. It's now handled with the AutoAdd
+ plugin, which is also shipped with Deluge, and it does a better job and
+ now, it even supports multiple users perfectly.
+ * Authentication/Permission exceptions are now sent to clients and recreated
+ there to allow acting upon them.
+ * Enforced the use of the "deluge.plugins" namespace to reduce package
+ names clashing beetween regular packages and deluge plugins.
==== Core ====
* Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
@@ -10,11 +16,29 @@
* #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.
+ * 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.
+ * Allow changing ownership of torrents.
+ * File modifications on the auth file are now detected and when they happen,
+ the file is reloaded. Upon finding an old auth file with an old format, an
+ upgrade to the new format is made, file saved, and reloaded.
+ * Authentication no longer requires a username/password. If one or both of
+ these is missing, an authentication error will be sent to the client
+ which sould then ask the username/password to the user.
+ * Implemented sequential downloads.
+ * #378: Provide information about a torrent's pieces states
==== GtkUI ====
* Fix uncaught exception when closing deluge in classic mode
+ * Allow changing ownership of torrents
+ * Host entries in the Connection Manager UI are now editable. They're
+ now also migrated from the old format were automatic localhost logins were
+ possible, which no longer is, this fixes #1814.
+ * Implemented sequential downloads UI handling.
+ * #378: Allow showing a pieces bar instead of a regular progress bar in a
+ torrent's status tab.
==== WebUI ====
* Migrate to ExtJS 3.1