2018-02-06 - Dimitri John Ledkov <xnox@ubuntu.com>
transmission (2.92-3ubuntu2) bionic; urgency=high
* No change rebuild against openssl1.1.
2018-01-19 - Julian Andres Klode <juliank@ubuntu.com>
transmission (2.92-3ubuntu1) bionic; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/control: restore the libappindicator3-dev build-depends,
it's needed for unity.
* No longer needed, already in Debian:
- Fix translation loading for transmission-qt (LP 1007744).
2018-01-18 - Sandro Tosi <morph@debian.org>
transmission (2.92-3) unstable; urgency=medium
* debian/patches/transmission-fix-dns-rebinding-vuln.patch
- fix RCE execution via dns rebinding attach; fixes CVE-2018-5702;
Closes: #886990
* debian/patches/bts885151_fix_ftcbfs_ac_run_ifelse.patch
- fix a FTCBFS due to use of AC_RUN_IFELSE; Closes: #885151
* debian/{rules, transmission-qt.install}
- fix translation load in Qt frontend; patch by Rohan Garg; Closes: #771164
* debian/control
- bump Standards-Version t0 4.1.3 (no changes needed)
- update versioned b-d on debhelper, so that we can drop dh-systemd
* debian/copyright
- extend packaging copyright years
2017-07-31 - Steve Langasek <steve.langasek@ubuntu.com>
transmission (2.92-2ubuntu3) artful; urgency=medium
* No-change rebuild against libevent-2.1-6
2017-06-22 - Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
transmission (2.92-2ubuntu2) artful; urgency=low
[ Leszek Lesner ]
* debian/rules, debian/transmission-qt.install:
- Fix translation loading for transmission-qt (LP: #1007744).
2017-01-11 - Gianfranco Costamagna <locutusofborg@debian.org>
transmission (2.92-2ubuntu1) zesty; urgency=low
* Merge from Debian unstable. Remaining changes:
- debian/control: restore the libappindicator3-dev build-depends,
it's needed for unity.
2017-01-07 - Sandro Tosi <morph@debian.org>
transmission (2.92-2) unstable; urgency=medium
* debian/watch
- point to transmission-release github repository
* Support OpenSSL 1.1.0; Closes: #835800
* debian/copyright
- point source field to github
- extend packaging copyright years
* debian/control
- use HTTPS for Vcs-* fields
- drop cmake from b-d, not needed; Closes: #836738
* debian/patches/transmission-daemon_execstop_service.patch
- add ExecStop to transmission-daemon service file; Closes: #831467
2016-09-05 - Gianfranco Costamagna <locutusofborg@debian.org>
transmission (2.92-1ubuntu1) yakkety; urgency=medium
* Merge from Debian unstable. Remaining changes:
- debian/control: restore the libappindicator3-dev build-depends,
it's needed for unity.
2016-09-03 - Sandro Tosi <morph@debian.org>
transmission (2.92-1) unstable; urgency=medium
* New upstream release; Closes: #824990, #808359
* debian/copyright
- add copyright/license for my packaging work
- update upstream copyright years
- update for new upstream code
* debian/watch
- dont run uupdate
* debian/patches/fix_freebsd_quota_include.patch
- refresh
* debian/patches/{bts808333_changeset_14319.patch, bts801300_changeset_14519.diff}
- drop, merged upstream
* debian/control
- add cmake to b-d
- bump Standards-Version to 3.9.8 (no changes needed)
* debian/rules
- remove m4/glib-gettext.m4 as now out of sync with system-wide
/usr/share/aclocal/glib-gettext.m4; Closes: #820785
- use autoconf and qmake when building transmission, patch from Ubuntu
* bump compat level to 9
* drop explicit dbg package and use automatic debsym, patch from Ubuntu