Package: qbittorrent
Version: 3.2.5-1
Severity: wishlist

Dear Maintainer,
While we are still on the 3.2.5.1 series the developer raced ahead on
the 3.3 series. In fact, here is his latest, 3.3.1 which was released
just a few days back. If you want to remain with 3.2.x series for
testing till stretch release then you could upload the 3.3 series to
Experimental so those of us who want to try the QT5 based releases can
try there and when everybody is happy it could be moved to the 3.2.x
series either at stretch release or stretch + 1 . I do see that 3.2.x
series has been getting some love as well :)

Here's the changelog between 3.2.5-1 and 3.3.1 as can be found at
http://www.qbittorrent.org/news.php

The biggest change for the 3.3 series seems to be the move to QT 5 and
lots of code refactoring (as mentioned in the changelog of 3.3
itself.) This means the UI would be a tad friendlier as well.

Tuesday December 8th 2015 - qBittorrent v3.3.1 release

qBittorrent v3.3.1 was released. It fixes a few regressions. Mac OS X
builds will be provided at a later time.

    FEATURE: FEATURE: New "Set as default label" option in Add torrent
dialog. (takiz)
    FEATURE: Support wildcards for filtering torrent list and torrent
content (vlakoff)
    BUGFIX: Fix -1 is displayed instead of the infinity symbol (Chocobo1)
    BUGFIX: Fix scan dirs settings saving. Closes #4254, #4239, #4187. (glassez)
    BUGFIX: Exported torrents now use name instead of hash. Closes
#4205. (glassez)
    BUGFIX: Improve upgrade to v3.3.0. Now undownloaded magnets will
be migrated too. Fixes #4195. (glassez)
    BUGFIX: Fix wrong encoding for listen failed error message. (glassez)
    BUGFIX: Fix RSS not automarking articles as read. (glassez)
    BUGFIX: Fix possible deadlock during application exit. (sledgehammer999)
    WEBUI: Cookies support on WebUI when downloading torrent from a
URL. (Naikel Aparicio)
    WEBUI: Modified download and upload windows to allow
autocompletion of browsers. (Naikel Aparicio)
    WEBUI: Fixed the spinner in the WebUI upload page. (Naikel Aparicio)
    WEBUI: Modified height of the WebUI download page. (Naikel Aparicio)
    WEBUI: Fixed all the JavaScript functions for download and upload
pages. (Naikel Aparicio)
    WEBUI: Add seeds tab to WebUI (buinsky)
    WEBUI: Bump WebUI API_VERSION.
    COSMETIC: Cleanup "Trackers", "Peers", "HTTP Sources", "Speed" and
"Content" page layout (Chocobo1)
    COSMETIC: Reduce mainwindow border width (Chocobo1)
    COSMETIC: Use QLineEdit built-in ClearButton (Qt5 only) (Chocobo1)
    COSMETIC: Change text description for half-open connection (Chocobo1)
    OTHER: Change update URL to FossHub. Closes #4188. (sledgehammer999)

Sunday November 29th 2015 - qBittorrent v3.3.0 release

qBittorrent v3.3.0 was released. A lot has happened to it. And as you
may have noticed from the v3.2.x series, we now have a healthy amount
of devs contributing to it.
This series have switched to Qt5 but Qt4 is still supported.
Temporarily OS X builds will use Qt4.

    FEATURE: Huge core code refactoring. Problems with labels, temp
folders etc should be eliminated. Smoother UI should be observed too.
(glassez)
    FEATURE: Speed graph (Anton Lashkov)
    FEATURE: Add multiple peers in Peers addition dialog. Closes
#1563, #2245, #3133, #1419, #3287, #1419 (ngosang)
    FEATURE: Allow to copy all peers with a keyboard shortcut (ngosang)
    FEATURE: Use GeoIP2 database, allows for country resolution of
IPv6 peers. It is no longer embedded in the program but downloaded and
updated monthly. (glassez)
    FEATURE: Add more "Run External Program" parameters, closes #3053,
#238, #1291, #1522. (Chocobo1, glassez)
    FEATURE: Add an option to allow the use of proxies only for
torrents. Closes #2701. (pmzqla)
    FEATURE: Detect network interface state changes. It should detect
VPN connection resets. (Pawel Polewicz)
    FEATURE: Switch to using c++11 (glassez)
    FEATURE: Automatically add trackers to new downloads. (ngosang)
    FEATURE: You can now choose the path to download for watched
folders. (dsimakov, sledgehammer999)
    FEATURE: Switch to Qt5 by default.
    BUGFIX: Fix progress calculation in Content tab. Closes #2639
Closes #2752 (ngosang)
    BUGFIX: Fix label filter. Closes #3429. (glassez)
    BUGFIX: Fix "Run External Program Launches too Early" issue,
closes #2107. (Chocobo1)
    BUGFIX: Don't remove torrent contents parent folder, even it is
empty. Closes #2244. (Chocobo1)
    BUGFIX: Always apply filter for manually banned IPs. Related
#3988. (sledgehammer999)
    BUGFIX: Fix reporting of tracker status. Closes #3101. (sledgehammer999)
    BUGFIX: Don't connect to "any interface" when the configured
network interface is missing. Closes #3943, #2741, #1159, #844 and
#143. (sledgehammer999)
    BUGFIX: Fix reordering of first column with Qt5. Closes #2835.
(sledgehammer999)
    COSMETIC: Add back "qBittorrent" in program updater title, closes
#3549. (Chocobo1)
    COSMETIC: Use infinity symbol rather than -1 for nb_connections (pmzqla)
    COSMETIC: Move uTP options to it's own section (Chocobo1)
    COSMETIC: Fix availability bar & progress bar height being too
small on high DPI displays (Chocobo1)
    COSMETIC: Fix availability label & progress label clipped on high
DPI displays, closes #3237. (Chocobo1)
    COSMETIC: Add tooltips/legend for availability bar & progress bar (Chocobo1)
    COSMETIC: Use theme color for background in PropertiesWidget (Chocobo1)
    COSMETIC: Replace horizontal line with border in bottom panel (Chocobo1)
    COSMETIC: Various visual changes in the side panel. (Chocobo1)
    COSMETIC: Use thin border for transfer list (Chocobo1)
    COSMETIC: Make URL in "Add Torrent File..." clickable. Closes
#3928. (Chocobo1)
    COSMETIC: New view for errored torrents. (sledgehammer999)
    WEBUI: Add information in General tab (ngosang)
    WEBUI: Reorder "Super seeding mode" option in right click menu (ngosang)
    WEBUI: Clean up JavaScript code (ngosang)
    WEBUI: Added labels support. #648 (Felipe Barriga Richards, ngosnag)
    WEBUI: Fix accessing the WebUI through IPv6 (ngosang)
    WEBUI: Bump WebUI API_VERSION to 6.
    WEBUI: Change selected color to differentiate from the
progressbar. (Daniel Peukert, ngosang)
    SEARCH: Add "Copy description page URL" button in search tab.
Closes #2371. (pmzqla)
    SEARCH: Add https_proxy env variable. This forces Python to use
the HTTP proxy for HTTPS connections. (pmzqla)
    SEARCH: Detect new plugin URL from clipboard (ngosang)
    SEARCH: Update Torrentz trackers (ngosang)
    WINDOWS: Fix german translation of the installer (netswap)
    NOX: Don't ask the user questions in nox build when in
non-interactive mode. Closes #3875. (sledgehammer999)
    OTHER: Fixed typos, spelling correction (dartraiden)
    OTHER: Fix need for restart to enable/disable peer countries
resolution. (glassez)
    OTHER: Unload the GeoIP db when disabled. (sledgehammer999)
    OTHER: Reduce max value of "Disk cache size" to 1536MB for 32bit.
Closes to #4028. (Chocobo1)
    OTHER: Make "Download in sequential order" and "Download first and
last piece first" options independent. (glassez)


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (600, 'testing'), (1, 'experimental'), (1, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.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         20151111-1
ii  libboost-system1.58.0  1.58.0+dfsg-4.1
ii  libc6                  2.22-0experimental1
ii  libgcc1                1:5.3.1-3
ii  libqt4-dbus            4:4.8.7+dfsg-5
ii  libqt4-network         4:4.8.7+dfsg-5
ii  libqt4-xml             4:4.8.7+dfsg-5
ii  libqtcore4             4:4.8.7+dfsg-5
ii  libqtgui4              4:4.8.7+dfsg-5
ii  libstdc++6             5.3.1-3
ii  libtorrent-rasterbar8  1.0.7-1
ii  python                 2.7.11-1
ii  zlib1g                 1:1.2.8.dfsg-2+b1

qbittorrent recommends no packages.

Versions of packages qbittorrent suggests:
pn  qbittorrent-dbg  <none>

-- 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