summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2012-03-03 02:18:13 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2012-03-04 19:13:33 +0000
commitb396b11611be9c828090d1dafedfb3cd3bf092f3 (patch)
tree41dbe205d0d9e9f3d1c1bd8346f8df89a60a293d /ChangeLog
parent8503687136bf25042a5438fbd840a8b95c4490b0 (diff)
downloaddeluge-b396b11611be9c828090d1dafedfb3cd3bf092f3.tar.gz
deluge-b396b11611be9c828090d1dafedfb3cd3bf092f3.tar.bz2
deluge-b396b11611be9c828090d1dafedfb3cd3bf092f3.zip
Set process name to match application using setproctitle
Using the setproctitle module the process name displayed in top and other places will correctly reflect the binary name. This is an optional dependency
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c0f8cf21..4f51e5a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,7 @@
* #2021: Fix share ratio limit not obeyed for seeded torrents added to session
* Add optparse custom version to prevent unnecessary loading of libtorrent
* #1554: Fix seeding on share ratio failing for partially selected torrents
+ * Add proper process title naming in ps, top etc. (Depends: setproctitle)
==== GtkUI ====
* #1918: Fix Drag'n'Drop not working in Windows