Package: qbittorrent
Version: 3.3.7-2
Severity: wishlist

Dear Maintainer,
First of all thank you for continuing to maintain qbittorrent.
Recently I came across a bug I reported upstream -

https://github.com/qbittorrent/qBittorrent/issues/6422

As can be seen it was promptly closed.

Be that as maybe, I checked out the repo. and found a git shortlog
between qbittorrent-3.3.7...qbittorrent3.3.10 and here are the
results.

While I do not know or claim to know any qbittorrent internals,
interestingly, with 3.3.10 it seems they are using libtorrent 1.1 see
-

Vladimir Golovnev (Glassez) (2):
      Don't use Preferences in BitTorrent::Session
      Use new libtorrent-1.1 settings API

Even sledgehammer, the main developer talks about it in his git messages too -

sledgehammer999 (49):

      Use new libtorrent 1.1.2+ utility function to generate client ID instead.
      Use the new API to add DHT bootstrap nodes for libtorrent 1.1.x
and simplify the code a bit.

The only other worrying bit, sort of could be the move to some boost
release as being shared -

Chocobo1 (22):

Update ax_boost_system.m4 to d48ec2210047bbf17702700811c3f16a5369e06c




[$] git shortlog release-3.3.7...release-3.3.10

Anton Lashkov (4):
      Fix mistake in getting value from model
      Add missing `else`
      Simplify `if` statement
      Fix name of variable same as class member

Burak Yavuz (1):
      Turkish translation

Chocobo1 (22):
      Fix crash when restoring from tray. Closes #5854.
      The intended action is set the bit to 1, not flipping it.
      Refactor
      Fix potential crash. Closes #5873.
      QJson: update to 5e3b9b84b225f4612e09ef05aa6d8c23379e4e71
      Remove redundant command
      Update ax_boost_system.m4 to d48ec2210047bbf17702700811c3f16a5369e06c
      Fix URL
      Rename
      Shift + scroll = horizontal scroll, Closes #5980
      Fix warning C4267.
      Fix warning C4090.
      Change RSS view layout to horizontal. Closes #5920.
      Use new key for storing RSS splitter_v value.
      Rename splitter names
      Fix unused variable warnings
      Replace deprecated classes
      Simplify function call
      Fix memory leak
      Simplify #if expression
      Remove unused variable
      Change Utils::Fs::freeDiskSpaceOnPath() signature

DaRKSoM (1):
      Update portugueseBR.nsi

EdwardLinux (1):
      Update portuguese.nsi

Eugene Shalygin (1):
      Add a workaround for QTBUG-52633, qBt issue #5073

Oke Atime (2):
      Case insensitive sort for client clumn. Closes #6054
      Make resume/pause menu items clickable. Closes #6040

Vladimir Golovnev (Glassez) (2):
      Don't use Preferences in BitTorrent::Session
      Use new libtorrent-1.1 settings API

Yez Ezey (9):
      Fixed extratorrent search not working Closes #5736 #5753
      Fix Mac OS X Build (Closes #5763)
      Fix extratorrent searchengine. Closes #5773
      Sort torrent names case insensitively
      Add --disable-qt-dbus to configure if $host_os is macOS
      Set /usr/local/bin before default PATH on macOS. closes #5639 #5571
      add /usr/local/include due to Qt 5.7.0 bug on macOS
      Fix downloadFromURL bug. Closes #5844
      Change QSettings to IniFormat on macOS. Closes #5770 #5808

borouhin (1):
      Don't request client SSL certificate (closes issue #3883)

dzmat (2):
      memleak fix
      minimizing the number of warnings about deprecated auto_ptr

erikssm (1):
      fix default save path bug

ngosang (2):
      [Search engine] Update Demonoid plugin
      [Search engine] Remove TorrentReactor plugin

sledgehammer999 (49):
      Fix travis again. I wish the homebrew guys didn't break it so
often and the travis guys updated their images more frequently.
      Update UAC nsis plugin to 0.2.4c. Building the installer with
nsis 3.0 (final) is possible now. Closes #5556.
      Use a subdomain to redirect to the actual URL for search
plugins. Will allow to move around the plugins in the git repo with
the 3.4.0 rel
ease.
      Properly fix the handling of default save path store/load. Bug
introduced in dd3466322455ad5779a01a80bbfea2e229cd5891
      Export torrents added only after the setting was enabled.
      Rename IP filtering functions and settings names.
      Fix setting limits to unlimited.
      Misc fixes.
      Guard the flag used for deferred session configure.
      Unify and simplify setting to use proxy for torrents only.
      Fix values for unsetting speed limits.
      Use better variable names for tracker announce IP setting.
      Fix save/load of interface address setting.
      Migrate last setting related to interfaces to the new system.
      Display message about libtorrent plugins for the correct case.
      Make sure that paths are loaded/saved using slashes as dir separators.
      Use new libtorrent 1.1.2+ utility function to generate client ID instead.
      Use the new API to add DHT bootstrap nodes for libtorrent 1.1.x
and simplify the code a bit.
      Add libtorrent's DHT bootstrap node to our bootstrap list.
      Fix setting a speed limit.
      WEBUI: Changed meaning of the value of the 'dl_limit',
'up_limit', 'alt_dl_limit' and 'alt_up_limit' tokens. The value is
expressed in bytes and not in KiB.
      WINDOWS: Fix python auto install, deletion of installer and use
3.5.x series for Vista+. Closes #5871.
      Delete old rss favicon before assigning new one.
      Fix warning due to stupid typo.
      Some more compiler warnings fixed.
      Don't revert save path value in the Dialog when metadata are
received. Closes #5482.
      Don't ever stop seeding forced torrents. Closes #5784.
      Small travis update for OSX.
      Remove (mostly) useless log warnings about tracker's favicon.
      Option to disable tracker's favicon download.
      Travis: Use custom libtorrent formula and bottle for OSX. Caches
libtorrent 1.0.10 built with c++11 enabled.
      Sync translations from Transifex and run lupdate.
      Fix travis osx build.
      Decouple dependency between Session and BandwidthScheduler
during Session init. Closes #6007.
      Polish previous commit.
      Bump API_VERSION and API_VERSION_MIN to 11.
      Sync translations from Transifex and run lupdate.
      New translations: Icelandic, Latvian, Malay, Occitan, Uzbek Also
re-run lupdate.
      Update Changelog.
      Bump to 3.3.8
      Fix slider for per torrent speed limits when no global speed
limit has been set. Closes #6046.
      Fix GUI for proxy settings. Closes #6045.
      Correctly migrate settings/rss/usage stats in macOS. Closes #6041.
      Update Changelog.
      Bump to 3.3.9
      Fix share ratio limiting. Broken by commit 259b5e51c49b744.
Closes #6039 #6048.
      WINDOWS: Make the updater to look for the x64 installer if
running x64 version.
      Update Changelog.
      Bump to 3.3.10
      thalieht (2):
      fix webui port overflow
      Log: set embedded Tracker [OFF] msg type as info

zywo (1):
      Fix CMake compilation error.


-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (1, 'experimental-debug'), (1, 'experimental'), (1,
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qbittorrent depends on:
ii  geoip-database         20170111-1
ii  libboost-system1.62.0  1.62.0+dfsg-4
ii  libc6                  2.24-9
ii  libgcc1                1:6.3.0-6
ii  libqt5core5a           5.7.1+dfsg-3+b1
ii  libqt5dbus5            5.7.1+dfsg-3+b1
ii  libqt5gui5             5.7.1+dfsg-3+b1
ii  libqt5network5         5.7.1+dfsg-3+b1
ii  libqt5widgets5         5.7.1+dfsg-3+b1
ii  libqt5xml5             5.7.1+dfsg-3+b1
ii  libstdc++6             6.3.0-6
ii  libtorrent-rasterbar9  1.1.1-1+b1
ii  python                 2.7.13-2
ii  zlib1g                 1:1.2.8.dfsg-5

qbittorrent recommends no packages.

Versions of packages qbittorrent suggests:
ii  qbittorrent-dbg  3.3.7-2

-- no debconf information


-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8

Reply via email to