Custom Query (2447 matches)
Results (502 - 504 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1086 | Fixed | DeprecationWarning: Use the new widget gtk.Tooltip | ||
Description |
gtk.Tooltips is deprecated as of pyGTK 2.12(released around beginnig of 2008): http://www.pygtk.org/docs/pygtk/class-gtktooltips.html Deluge should use gtk.Tooltip: http://www.pygtk.org/docs/pygtk/class-gtktooltip.html Warning: /usr/lib/pymodules/python2.6/deluge/ui/gtkui/statusbar.py:108: DeprecationWarning: Use the new widget gtk.Tooltip
|
|||
#449 | Fixed | 1.0.0_RC7 segfaults with corrupted torrents | ||
Description |
Problem : Version 1.0.0_RC7 segfaults when trying to add a corrupted torrent. What's expected : At least not segfaulting. A better way would be to display a message like in version 0.5.9.4. |
|||
#961 | Fixed | Update libtorrent for CVE-2009-1760 | ||
Description |
Directory traversal vulnerability in src/torrent_info.cpp in Rasterbar libtorrent before 0.14.4, as used in firetorrent, qBittorrent, deluge Torrent, and other applications, allows remote attackers to create or overwrite arbitrary files via a .. (dot dot) and partial relative pathname in a Multiple File Mode list element in a .torrent file. advisory: http://census-labs.com/news/2009/06/08/libtorrent-rasterbar/ |