1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964
|
transmission (2.92-2+deb9u1) stretch-security; urgency=medium
* Fix RPC vulnerability discovered by Tavis Ormandy
-- Moritz Mühlenhoff <jmm@debian.org> Fri, 12 Jan 2018 08:00:54 +0100
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
-- Sandro Tosi <morph@debian.org> Sat, 07 Jan 2017 21:15:41 -0500
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
-- Sandro Tosi <morph@debian.org> Sat, 03 Sep 2016 18:02:24 +0100
transmission (2.84-3) unstable; urgency=medium
* [6b8bb2a] fix a SIGSEGV due to racing in list node allocation;
Closes: #808333
* [40ec5cb] remove libappindicator3-dev from b-d; Closes: #801299
* [7ceb8fe] Fix black lines to be rendered when scrolling; Closes: #801300
-- Sandro Tosi <morph@debian.org> Sat, 02 Jan 2016 17:54:56 +0000
transmission (2.84-2) unstable; urgency=medium
* upload to unstable
-- Sandro Tosi <morph@debian.org> Sun, 02 Aug 2015 18:01:47 +0100
transmission (2.84-1) experimental; urgency=medium
* Acknowledge NMUs: thanks to Boris Pek, Thomas Goirand, Markus Koschany;
Closes: #737366, #718624, #754982, #757365, #718624, #734467
* [323b2ad] Set me as maintaner, Leo as uploader (with Leo's blessing)
* [3eecf54] removed Bugs field, as it was causing bugs to be sent to upstream;
Closes: #740944
* [e5bd0af] drop gconf integration, no longer needed; Closes: #741069,
#745936, #756823
* [0432bb4] bump Standards-Version to 3.9.6 (no changes needed)
* [fd2b694] transition to libsystemd-dev; Closes: #779760
-- Sandro Tosi <morph@debian.org> Fri, 10 Apr 2015 11:21:31 +0100
transmission (2.84-0.2) unstable; urgency=medium
* Non-maintainer upload.
* transmission-daemon.postinst:
- Change home directory of transmission-daemon to
/var/lib/transmission-daemon from /home/debian-transmission.
Thanks to Alex Peters for the report. (Closes: #734467)
- Disable password authentication for debian-transmission user for
improved security. Logins with e.g. SSH RSA keys are still possible.
- Check existence of debian-transmission user with getent passwd
debian-transmission instead of id.
* Add transmission-daemon.preinst:
- Fix permissions in /var/lib/transmission-daemon and use
/var/lib/transmission-daemon as the new home directory.
- Move old configuration files to appropriate config directory
/var/lib/transmission-daemon/.config/transmission-daemon.
All together this ensures that transmission-daemon will not segfault
when systemd is the default init system.
Thanks to Andrei Popescu and Antoine Legonidec for the report and
additional tests. (Closes: #718624)
* transmission-daemon.links:
- Link settings.json from /etc/transmission-daemon/settings.json to
/var/lib/transmission-daemon/.config/transmission-daemon.
- Link /var/lib/transmission-daemon/.config/transmission-daemon to
/var/lib/transmission-daemon/info due to compatibility reasons with
the old sysv-rc init script settings.
* transmission-daemon.dirs:
- Do not create /var/lib/transmission-daemon/info anymore.
-- Markus Koschany <apo@gambaru.de> Wed, 10 Dec 2014 08:16:13 +0100
transmission (2.84-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream release:
- Fixes build with newer miniupnpc (Closes: #754982, #757365).
* Ran wrap-and-sort.
* Fix upstream service file (Closes: #718624).
* Refresh fix_freebsd_quota_include.patch.
* Minimum version of libminiupnpc-dev is now >= 1.9.
* Removed debian/gbp.conf which imposes bzip2 when upstream releases source
using xz compression.
-- Thomas Goirand <zigo@debian.org> Fri, 18 Jul 2014 10:35:51 +0000
transmission (2.82-1.1) unstable; urgency=medium
* Non-maintainer upload.
* [36a95ac] bump policy to 3.9.5 (no changes)
* [6f54782] use systemd only on linux systems
Thanks to Peter Green (Closes: 737366)
* [8e97c66] add build-dep on dh-autoreconf
* [210734a] debian/rules: use dh with autoreconf instead of autotools-dev
- fix re-configuring with automake >= 1.14
- fix FTBFS on kFreeBSD systems
* [14305bc] debian/changelog: fix lintian warning about wrong weekday
(2013-09-15 is a Sunday)
* [b7972f5] debian/control: fix lintian notes vcs-field-not-canonical
* [539e32b] debian/transmission-daemon.init:
fix lintian note init.d-script-missing-lsb-description
* [b10417b] debian/transmission-daemon.postinst: fix lintian error
maintainer-script-should-not-use-adduser-system-without-home
* [09bac94] debian/control: fix lintian note
capitalization-error-in-description GTK GTK+
-- Boris Pek <tehnick@debian.org> Sat, 15 Feb 2014 22:19:08 +0400
transmission (2.82-1) unstable; urgency=low
* [5b6dca28] Imported Upstream version 2.82
* [c887c69a] add explicit build-dep on zlib (Closes: 636372)
* [53b0896d] drop dpkg compression override; use default
* [819c88d7] refresh kFreeBSD build patch
* [f0d47519] bump build-deps for qt5
* [e78ba741] add patch to systemd service file to use right user
(Closes: 718624)
* [88df797b] actually build-dep on systemd-daemon-dev to use it
(Closes: 718624)
-- Leo Costela <costela@debian.org> Sun, 15 Sep 2013 21:14:04 +0200
transmission (2.81-1) unstable; urgency=low
* [addd713c] Imported Upstream version 2.81
* [a22bbc9f] add patch to fix kfreebsd FTBFS
* [1d5de1c0] debian/control: add Bugs field
-- Leo Costela <costela@debian.org> Tue, 23 Jul 2013 18:11:38 +0200
transmission (2.80-1) unstable; urgency=low
* [d15f5ecb] Imported Upstream version 2.80
- fix webseed speed limits (closes: #672560)
- fix download location setting (closes: #711665)
- add piece size selection to t-cli (closes: #677938)
* [c2267f83] d/watch: update for upstream new XZ-only policy
* [b9814eae] gconf-defaults: fix copy-paste error.
Thanks to Jeremy Bicha (Closes: 714400)
* [391d5e7f] bump policy to 3.9.4 (no changes)
* [32110073] add preliminary systemd support
-- Leo Costela <costela@debian.org> Tue, 09 Jul 2013 13:13:16 +0200
transmission (2.77-2) unstable; urgency=low
* [d50c2128] add gconf defaults for gtk2 apps
-- Leo Costela <costela@debian.org> Mon, 20 May 2013 23:53:26 +0200
transmission (2.77-1) experimental; urgency=low
* [45a5712d] Imported Upstream version 2.77
-- Leo Costela <costela@debian.org> Sun, 03 Mar 2013 00:56:33 +0100
transmission (2.76-1) experimental; urgency=low
* [ef26caa5] Imported Upstream version 2.76 (closes: 698134)
- update libutp to fix alignment issues (closes: 695115)
-- Leo Costela <costela@debian.org> Tue, 15 Jan 2013 22:35:18 +0100
transmission (2.73-1) experimental; urgency=low
* [5f051438] Imported Upstream version 2.73
-- Leo Costela <costela@debian.org> Sat, 27 Oct 2012 19:28:09 +0200
transmission (2.71-1) experimental; urgency=low
* [14bfe39e] Imported Upstream version 2.71
- fixes qt client settings encoding issue (closes: 684088)
- fixes html entities in web client (closes: 684687)
-- Leo Costela <costela@debian.org> Sun, 14 Oct 2012 23:28:20 +0200
transmission (2.61-1) experimental; urgency=low
* [76d3715e] Imported Upstream version 2.61
- fixes XSS vulnerability in web client (closes: 683380)
-- Leo Costela <costela@debian.org> Tue, 31 Jul 2012 13:42:43 +0200
transmission (2.60-1) experimental; urgency=low
* [32fdde64] Imported Upstream version 2.60 (closes: #680710)
* [56c70f37] d/copyright: remove debian/ stuff
* [c58a1a06] d/copyright: add mention of /usr/share/common-licenses
-- Leo Costela <costela@debian.org> Sat, 14 Jul 2012 15:01:28 +0200
transmission (2.52-1) unstable; urgency=low
* [38ac0424] Imported Upstream version 2.52
* [eb266564] really apply hardening flags to all binaries (Closes: 671569)
* [6c488258] debian/copyright: fix a couple of typos
* [fbff408b] fix warning if daemon disabled by /etc/defaults/...
-- Leo Costela <costela@debian.org> Sun, 27 May 2012 15:25:49 +0200
transmission (2.51-2) unstable; urgency=low
* [5c9d09ba] debian/copyright: fix deb-5 formatting
* [837a1590] debian/rules: enable hardening flags by default (Closes: #671569)
-- Leo Costela <costela@debian.org> Wed, 09 May 2012 16:39:26 +0200
transmission (2.51-1) unstable; urgency=low
* [e0e7ceaf] Imported Upstream version 2.51
- fixes crash loading new torrent (Closes: #664875)
* [b38aa2b2] add reportbug presubj to suggest transmission-dbg
* [f3d3e736] drop dh-autoreconf; we're no longer patching build-system
* [b64dcbfb] fix permissions of /etc/t-d/settings.json
* [bf97fff7] remove old fixes; problems already fixed by version in stable
* [bf666ec6] drop gtk2 build-deps (Closes: 666923)
* [c3c7122b] drop patch to handle SIGTERM (merged upstream)
* [0fd1d95f] drop patch to build with new natpmp (merged upstream)
-- Leo Costela <costela@debian.org> Thu, 12 Apr 2012 17:51:16 +0200
transmission (2.50-1) unstable; urgency=low
* [f5bae11c] Imported Upstream version 2.50
* [ce6d0239] bump policy to 3.9.3 (no changes)
* [9bb46b5d] drop patch for building against system-wide libs;
upstream now does it better and also builds with
libminiupnpc<1.6 again
* [3e1b7ba2] drop patch for checking whether to build libutp; fixed
upstream (Closes: 642538)
* [bebc613d] update debian/copyright and fully dep5-ify it
* [6adf809c] add patch to handle SIGTERM instead of trying to handle
SIGKILL. Thanks to Matt Kraai (Closes: 651365)
-- Leo Costela <costela@debian.org> Fri, 24 Feb 2012 17:26:01 +0100
transmission (2.42-1) experimental; urgency=low
* [8a7af00b] Imported Upstream version 2.42
* [852379b6] + [9461e1ab] adding patch to "fix" check for libutp
* [066e3202] t-daemon: patch to add support for "status" action.
Thanks to Peter Eisentraut (Closes: 647647)
* [00a1d8c2] refresh use-system-libmini(...) patch
* [8c4446e1] remove unnused ./configure args and explicitly enable cli+daemon
* [d80d20d6] build-deps: add gtk3 and bump miniupnp to >=1.6
-- Leo Costela <costela@debian.org> Wed, 30 Nov 2011 00:55:36 +0100
transmission (2.33-1) experimental; urgency=low
* [a0cec32b] Imported Upstream version 2.33
* [0f867d44] refresh patch use-system-lib*
* [4986a877] rm libgconf2-dev from build-deps (was commented out anyway)
* [8f64551c] build-dep on specific version of libnatpmp-dev
* [95b1862a] add patch to build with libnatpmp1
* [671011fa] add more options to t-daemon.default/init (Closes: 622225)
* [189091a5] install qt translations (thanks Timur Birsh) (Closes: 625537)
-- Leo Costela <costela@debian.org> Sun, 22 Aug 2011 16:13:42 +0200
transmission (2.32-1) experimental; urgency=low
* [2e6421d7] Imported Upstream version 2.32
* [7ac14d07] refresh patch; fix qt linking with libutp
-- Leo Antunes <leo@costela.net> Tue, 05 Jul 2011 02:53:11 +0200
transmission (2.31-1) experimental; urgency=low
* new upstream release (closes: #628015)
- now builds with libnotify >= 0.7 (closes: 630305)
- correctly passes needed libs to build libtransmission (closes: 556501)
* debian/transmission-daemon.init:
- increase STOP_TIMEOUT
- remove FIXME about pidfile: --exec works well enough in this case
* debian/patches:
- add use-system-libminiupnpc-and-libnatpmp.patch (closes: #622389)
* debian/control:
- fix build-dep on libcurl4-dev (closes: 622796)
- fix VCS-browse link
- remove DM-upload-allow
- build-dep on libnotify-dev >= 0.7 (see above)
- add build-dep on libminiupnpc-dev, libnatpmp-dev for above patches
* debian/transmission-daemon.postrm:
- don't remove user (as per apparent consensus in discussion here:
http://lists.debian.org/debian-devel/2011/03/msg01174.html)
-- Leo Costela <costela@debian.org> Mon, 13 Jun 2011 19:30:23 +0200
transmission (2.22-1) experimental; urgency=low
* new upstream release (must go to experimental because of
libevent >= 2.0.10 dep) (closes: #614069)
- fix link to online help (closes: 592960)
- don't leak FDs with ipv6 (actually fixed in 2.20) (closes: 619534)
- fixes FTBFS (closes: 621814)
* new transmission-dbg binary package (closes: 607591)
* policy bump to 3.9.2 (no changes)
* debian/lintian/*: fix the icon overrides
-- Leo Costela <costela@debian.org> Sun, 10 Apr 2011 21:53:19 +0200
transmission (2.11-1) experimental; urgency=low
* new upstream release
* debian/control:
- correct replaces/breaks "off-by-one"
- remove build-dep on rpath, not needed anymore
- change transmission metapackage to depend on all frontends
-- Leo Costela <costela@debian.org> Tue, 19 Oct 2010 10:45:17 +0200
transmission (2.10-2) experimental; urgency=low
* correct binary names in mime files
* remove old example script which depended on specific
transmission-remote output; added example for download hook script
* update replaces/breaks for the /usr/share/icons move to
transmission-common (closes: #600637)
-- Leo Costela <costela@debian.org> Mon, 18 Oct 2010 20:41:44 +0200
transmission (2.10-1) experimental; urgency=low
* new upstream release (closes: #592835)
- link to online help has been fixed (closes: #592960)
* imported work into git repo
* debian/control:
- remove Philipp Benner from Uploaders
- change VCS headers to point to new git repo
- bump debhelper version to 8
- bump policy to 3.9.1 (no changes needed)
- rewrite long description to better explain the multiple
incarnations of transmission, also correcting to which package
transmission-remote actually belongs. (closes: #595411,#595412)
* debian/copyright: long-needed refresh
* debian/qtr.1, debian/transmission-qt.desktop: dropped, upstream now
has them both
* debian/watch: updated to reflect new download link
* debian/NEWS.Debian: added to announce the binary name changes
* debian/rules: rewrite to use compact dh style
-- Leo Costela <costela@debian.org> Wed, 13 Oct 2010 22:34:00 +0200
transmission (2.03-1) unstable; urgency=low
* new upstream release
-- Leo Costela <costela@debian.org> Thu, 22 Jul 2010 16:52:46 +0200
transmission (2.01-1) unstable; urgency=low
* new upstream release
* debian/transmission-daemon.postinst:
- don't choke if the config file isn't there (closes: #588010)
* debian/control:
- bump policy to 3.9.0: use Breaks for file moved between packages
- remove old conflicts for versions older than the ones in stable
-- Leo Costela <costela@debian.org> Thu, 15 Jul 2010 17:21:54 +0200
transmission (2.00-1) unstable; urgency=low
* new upstream release (closes: #586503)
* debian/patches:
- dropped libevent-build-related patches (integrated upstream)
- refresh libnatpmp_freebsd patch
-- Leo Costela <costela@debian.org> Sun, 20 Jun 2010 14:23:44 +0200
transmission (1.93-2) unstable; urgency=low
* change permission from /etc/transmission-daemon to enable config
update by daemon itself (closes: #579998, #579304)
* debian/transmission-daemon.{postinst,postrm}:
- rework the dpkg-statoverride usage, don't add overrides ourselves
- don't delete overrides on package remove, we're not setting them
anymore
- remove old overrides if they're the ones set by the package
-- Leo Costela <costela@debian.org> Sun, 16 May 2010 17:13:34 +0200
transmission (1.93-1) unstable; urgency=low
* new upstream release
- don't overwrite settings.json symlink (closes: #579304)
* debian/patches: refresh dont_build_libevent.patch
-- Leo Costela <costela@debian.org> Sun, 02 May 2010 04:37:04 +0200
transmission (1.92-1) unstable; urgency=low
* new upstream release
- fix possible data corruption (closes: #574507)
* debian/transmission-daemon.default: drop --auth to avoid overriding
saved settings (closes: #575828)
* debian/rules: finally clean up get-orig-source (closes: #573568)
-- Leo Costela <costela@debian.org> Mon, 29 Mar 2010 19:36:09 +0200
transmission (1.91-1) unstable; urgency=low
* new upstream release
* debian/transmission-daemon.postrm: don't remove statoverride on
purge (closes: #571934)
-- Leo Costela <costela@debian.org> Sun, 28 Feb 2010 13:26:07 +0100
transmission (1.90-1) unstable; urgency=low
* new upstream release
* debian/transmission-daemon.postrm: remove statoverride after deleting
group (closes: #569238)
* debian/{control,rules}: drop libcanberra-dev and libgconf-dev build-deps
and ensure we build without them. Please check the bug log for a more
complete rationalle behind the decision. (closes: #570416)
-- Leo Costela <costela@debian.org> Sun, 21 Feb 2010 21:38:22 +0100
transmission (1.83-2) unstable; urgency=low
* debian/control: bump build-dep on libevent-dev to >= 1.4 (closes: #568544)
-- Leo Costela <costela@debian.org> Sun, 07 Feb 2010 17:31:13 +0100
transmission (1.83-1) unstable; urgency=low
* new upstream version
* bump policy to 3.8.4 (no changes)
-- Leo Costela <costela@debian.org> Mon, 01 Feb 2010 14:50:35 +0100
transmission (1.82-2) unstable; urgency=low
* debian/control
- drop python build-dep, not needed for some time
- bump intltool build-dep to >= 0.40 (closes: #566875)
- add libcanberra-gtk and libgconf build-deps
-- Leo Costela <costela@debian.org> Tue, 26 Jan 2010 23:39:47 +0100
transmission (1.82-1) unstable; urgency=low
* new upstream release
- stop creating non-existent watch dir (closes: #554903)
- daemon can now reload conf on SIGHUP (closes: #539936)
- multiple tracker announce (closes: #509040)
* debian/patches: drop fr.po.patch (merged upstream)
-- Leo Costela <costela@debian.org> Sat, 23 Jan 2010 18:02:27 +0100
transmission (1.77-1) unstable; urgency=medium
* new upstream release (closes: #563747)
- fixes GIcon memory leak (closes: #551558)
- medium urgency because it fixes a security issue. From upstream:
- Fix potential data loss by maliciously-crafted .torrent files
* convert to 3.0 (quilt)
* debian/patches:
- add fr.po.patch: fixes french translation (closes: #563262)
(thanks Guillaume Delacour)
- refresh qt patch
* debian/transmission-daemon.init: add sbin to PATH (closes: #561392)
* debian/control: add misc:Depends to all packages
* debian/watch: don't mangle upstream version, just ignore beta
releases using a stricter regex.
-- Leo Costela <costela@debian.org> Tue, 05 Jan 2010 18:02:22 +0100
transmission (1.76-1) unstable; urgency=low
* new upstream release
* debian/transmission-daemon.init: depend on $remote_fs (closes: #549241)
-- Leo Costela <costela@debian.org> Sun, 01 Nov 2009 19:16:57 +0100
transmission (1.75-1) unstable; urgency=low
* new upstream release
- fixes UTF-8 string truncation (closes: #547423)
* debian/watch: mangle the "b[0-9]+" suffix, used sometimes to mark
beta versions. Should avoid DEHS thinking there's a new release.
* debian/lintian: add comments to the overrides
-- Leo Costela <costela@debian.org> Sun, 20 Sep 2009 22:49:12 +0200
transmission (1.74-1) unstable; urgency=low
* new upstream release
- update miniupnp scripts (closes: #539098)
* debian/patches: drop miniupnp patch (see above: fixed upstream)
* debian/watch: remove old dfsg mangle, check only bz2 (upstream
stopped using gz and is using only bz2/lzma)
* debian/control: bump policy to 3.8.3 (no changes)
* debian/README.source: added to shut lintian up
-- Leo Costela <costela@debian.org> Wed, 02 Sep 2009 00:58:14 +0200
transmission (1.73-5) unstable; urgency=low
* debian/rules: patch before configure
* debian/patches: add patch to not build libevent, regardless of
linking (really, really closes: #537868)
* debian/changelog: fix dates
-- Leo Costela <costela@debian.org> Sat, 25 Jul 2009 20:20:23 +0200
transmission (1.73-4) unstable; urgency=low
* debian/patches: oops, hadn't seen the libnatpmp part of the
problem... (really closes: #537868)
-- Leo Costela <costela@debian.org> Thu, 23 Jul 2009 13:10:47 +0200
transmission (1.73-3) unstable; urgency=low
* debian/patches/series: actually add the patch to make the qt
version use the system-wide libevent. (closes: #537868)
-- Leo Costela <costela@debian.org> Thu, 23 Jul 2009 11:33:32 +0200
transmission (1.73-2) unstable; urgency=low
* debian/{rules,control,transmission-qt.*}: build Qt client in
transmission-qt (closes: #528074)
-- Leo Costela <costela@debian.org> Sun, 19 Jul 2009 19:11:05 +0200
transmission (1.73-1) unstable; urgency=low
* New upstream release
- Fix bug where user-configured peer limits could be exceeded
(closes: #535346)
- fix rounding issues (closes: #536677)
- fix creation of torrent files with cli interface (closes: #533609)
* debian/patches: fix build issue by escaping slash in updateminiupnp.sh
* debian/rules: remove deprecated dh_desktop
-- Leo Costela <costela@debian.org> Sun, 19 Jul 2009 17:37:35 +0200
transmission (1.72-1) unstable; urgency=low
* new upstream release: (closes:#533423)
- Can now sort the file list by priority, download, and completeness
(closes: #517872)
- fixed race condition adding file from browser (closes: #500195)
* debian/control: policy 3.8.2 (no changes)
-- Leo Costela <costela@debian.org> Wed, 17 Jun 2009 22:47:27 +0200
transmission (1.71-1) unstable; urgency=low
* new upstream release: (closes:#532007)
- uses system-wide libevent, if available (closes: #529372)
- transmission-remote now returns !0 on error (closes: #526703)
- fixed torrent adding in the web interface (closes: #529717)
- fix properties screen (closes: #530669)
- javascript speed fixes (closes: #531162)
* debian/transmission-daemon.default: comment typo (closes: #528253)
-- Leo Costela <costela@debian.org> Wed, 10 Jun 2009 22:46:01 +0200
transmission (1.61-2) unstable; urgency=low
* debian/patches: remove ipv6.patch, was causing other problems
-- Leo Costela <costela@debian.org> Sun, 17 May 2009 19:39:51 +0200
transmission (1.61-1) unstable; urgency=low
* new upstream release: fixes potential security hole for web clients
* debian/patches: remove pt_BR.patch, included upstream
-- Leo Costela <costela@debian.org> Tue, 12 May 2009 12:55:53 +0200
transmission (1.60-2) unstable; urgency=low
* debian/rules: actually add the example script to transmission-common
* debian/copyright: add example script copyright
-- Leo Costela <costela@debian.org> Sun, 10 May 2009 18:11:55 +0200
transmission (1.60-1) unstable; urgency=low
* new upstream release
* debian/{rules,control}: add quilt support
* debian/patches:
- include fix to pt_BR translation (thanks Flamarion Jorge)
(closes: #525944)
- include fix for ipv6 (thanks Peng tao) (closes: #526256)
* debian/transmission-cli.examples: add email script by Alexander
Galanin (closes: #526876)
* debian/control: bump policy to 3.8.1 (no changes)
-- Leo Costela <costela@debian.org> Sun, 10 May 2009 14:11:57 +0200
transmission (1.52-1) unstable; urgency=low
* new upstream release
- fixes creation of spurious Downloads dir (closes: #518792)
* debian/control:
- transmission-cli Suggests both transmission and transmission-daemon
* debian/transmission-daemon.default: minor comment correction
-- Leo Costela <costela@debian.org> Thu, 23 Apr 2009 10:11:34 +0200
transmission (1.51-1) unstable; urgency=low
* new upstream release (closes: #518094)
-- Leo Costela <costela@debian.org> Thu, 05 Mar 2009 16:31:41 +0100
transmission (1.50-1) unstable; urgency=low
* new upstream release (closes: #510743)
* debian/control,
debian/transmission-cli.install,
debian/transmission-daemon.install: move transmission-remote to
transmission-cli package (closes: #511572)
* debian/control:
- strip the "XS" prefix and use the official DM field name
- changed build-dep on libcurl to "libcurl4-dev | libcurl-dev"
-- Leo Costela <costela@debian.org> Sun, 22 Feb 2009 14:28:40 +0100
transmission (1.40-5) unstable; urgency=low
* debian/transmission-daemon.{links,install}: fix the conf link
(closes: #508750)
* debian/transmission-daemon.preinst: add workaround for old configs
in /var/lib/transmission-daemon/info
* debian/transmission-daemon.postrm: add cleanup for /var/lib/ dirs on
purge
-- Leo Costela <costela@debian.org> Sun, 15 Dec 2008 16:46:47 +0100
transmission (1.40-4) unstable; urgency=low
* debian/transmission-daemon.init: add forgotten --retry in restart action
(closes: #508718)
-- Leo Costela <costela@debian.org> Sun, 14 Dec 2008 18:50:40 +0100
transmission (1.40-3) unstable; urgency=low
* debian/transmission-daemon.postinst: fix copy/paste error (closes: #508310)
-- Leo Costela <costela@debian.org> Tue, 09 Dec 2008 22:28:24 +0100
transmission (1.40-2) unstable; urgency=low
* debian/transmission-daemon.postinst: add --group to adduser call
and add workaround for the lack of the flag in 1.40-1 (closes: #507766)
* debian/control: make transmission-cli recommend transmission-daemon,
instead of depending
* debian/transmission-daemon.init: add --retry to stop action to avoid
race condition during install
-- Leo Costela <costela@debian.org> Thu, 04 Dec 2008 13:54:19 +0100
transmission (1.40-1) unstable; urgency=low
* New upstream release (closes: #505846)
- No longer re-download parts unnecessarily (closes: #500971)
- badwidth limit code rewritten (closes: #495693)
* debian/control:
- added transmission-gtk Recommends on xdg-utils (closes: #497978)
- separated transmission-daemon package (closes: #503744)
- added "Replaces: transmission-cli" to daemon package
- added intltool build-dep
- remove "free" from short description (it's in main, that's redundant)
* added initscript for the daemon (closes: #503961)
-- Leo Costela <costela@debian.org> Sun, 16 Nov 2008 14:54:12 +0100
transmission (1.34-1) unstable; urgency=low
* New upstream release (closes: #499851)
* debian/{rules,control,patches}: removed patch added on last upload (since
I already messed up uploading a new version to unstable, might as well
keep it up-to-date)
-- Leo Costela <costela@debian.org> Sun, 12 Oct 2008 18:01:20 +0200
transmission (1.33-2) unstable; urgency=low
* debian/rules: add quilt patch support
* debian/control: add build-dep on quilt
* debian/patches/rev_6749.diff: Backport fix for memory leak
(closes: #499828)
-- Leo Costela <costela@debian.org> Mon, 22 Sep 2008 22:47:32 +0200
transmission (1.33-1) unstable; urgency=low
* New upstream release (Closes: #496325)
-- Leo Costela <costela@debian.org> Mon, 25 Aug 2008 00:45:34 +0200
transmission (1.32-1) unstable; urgency=low
* New upstream release (Closes: #494438, #487355)
* debian/rules, debian/transmissioncli.{install,manpages}:
- transmission-proxy is no longer shipped
- add --as-needed to LDFLAGS
* debian/transmission-common.install: add web directory
(including upstream jquery since it includes plugins not available
in libjs-jquery)
* debian/copyright: updates from upstream and corrections (many GPL
files had Licence:MIT fields) (thanks Kevin Bortis for the heads-up)
-- Leo Costela <costela@debian.org> Fri, 15 Aug 2008 19:33:02 +0200
transmission (1.22-1) unstable; urgency=low
* New upstream release (Closes: #486274)
* debian/control: policy 3.8.0 (no changes)
-- Leo Costela <costela@debian.org> Fri, 20 Jun 2008 11:48:30 +0200
transmission (1.21-1) unstable; urgency=low
* New upstream release (Closes: #482539)
* Leo Costela is now the official maintainer
* Mentioning the upstream bts in README.debian (Closes: #466761)
-- Philipp Benner <pbenner@uni-osnabrueck.de> Tue, 03 Jun 2008 19:09:22 +0200
transmission (1.20-1) unstable; urgency=low
* new upstream release (closes: #481065):
- add build-dep on libcurl-dev
* debian/transmission-gtk.menu: better describe menu item (closes: #478212)
* debian/control, debian/compat: bump debhelper v7
* debian/rules:
- some small changes and cleanups for debhelper v7, preparing for a
possible migration to dh
- add dh_icon (from Ubuntu, thanks Fávio Martins)
* debian/transmission-gtk.install: added usr/share/icons (see above)
-- Leo Costela <costela@debian.org> Fri, 16 May 2008 18:05:32 +0200
transmission (1.11-1) unstable; urgency=low
* new upstream release
-- Leo Costela <costela@debian.org> Sun, 06 Apr 2008 15:00:37 +0200
transmission (1.10-1) unstable; urgency=low
* new upstream release
-- Leo Costela <costela@debian.org> Tue, 01 Apr 2008 23:11:06 +0200
transmission (1.06-1) unstable; urgency=low
* new upstream release
-- Leo Costela <costela@debian.org> Mon, 10 Mar 2008 23:58:46 +0100
transmission (1.05-1) unstable; urgency=low
* new upstream release
-- Leo Costela <costela@debian.org> Wed, 13 Feb 2008 16:44:52 +0100
transmission (1.04-1) unstable; urgency=low
* new upstream release
-- Leo Costela <costela@debian.org> Tue, 05 Feb 2008 01:22:33 +0100
transmission (1.02-1) unstable; urgency=low
* New upstream release (Closes: #461237, #461778, #460319).
-- Philipp Benner <pbenner@uni-osnabrueck.de> Wed, 23 Jan 2008 13:08:22 +0100
transmission (1.00-1) unstable; urgency=low
* New upstream release
(Closes: #458942, #457825, #458202, #452440, #456038, #454802, #458075).
* updated maintainer email
* debian/patches: removed unneeded patches (dealt with DSFG dirs, see below)
* debian/control:
- updated upstream homepage
- add DM-upload:yes
* debian/rules:
- update get-orig-source to not remove dirs, DFSG status resolved
upstream
- don't rename transmissioncli manpage, renamed upstream
-- Philipp Benner <pbenner@uni-osnabrueck.de> Sat, 05 Jan 2008 09:16:52 +0100
transmission (0.96.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #456228).
* Added transmission-gtk.mime (Closes: #454801).
* Fixed typo (Closes: #456036).
-- Philipp Benner <mail@philipp-benner.de> Sat, 15 Dec 2007 20:42:31 +0100
transmission (0.95.dfsg-2) unstable; urgency=low
* add transmission-common package, to avoid duplication on files
* install NEWS as changelog
* rename README.Debian-source to README.debian (for consistency), document
current open bug about licence issues
* registering transmission to handle torrent files (Closes: #454801)
(Philipp Benner)
* improved portability (Philipp Benner)
-- Leo Costela <costela@debian.org> Thu, 06 Dec 2007 00:46:50 +0100
transmission (0.95.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #454127).
* debian/copyright: convert to UTF-8 (Leo "costela" Antunes)
-- Philipp Benner <mail@philipp-benner.de> Wed, 05 Dec 2007 14:37:05 +0100
transmission (0.93.dfsg-2) unstable; urgency=low
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
fields (Leo "costela" Antunes)
-- Philipp Benner <mail@philipp-benner.de> Thu, 22 Nov 2007 12:37:14 +0100
transmission (0.93.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #450522, #450778).
* Support for binary-indep target.
-- Philipp Benner <mail@philipp-benner.de> Fri, 16 Nov 2007 18:01:47 +0100
transmission (0.91.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #448516).
* Using manpages from source package.
-- Philipp Benner <mail@philipp-benner.de> Mon, 29 Oct 2007 19:53:02 +0100
transmission (0.90.dfsg-2) unstable; urgency=low
* Updated manuals.
* Converted copyright file to machine interpretable format.
* Fixed debian/watch (making file extention group non-capturing)
-- Philipp Benner <mail@philipp-benner.de> Sat, 27 Oct 2007 11:05:46 +0200
transmission (0.90.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #447444, #447905).
* debian/watch: check for both gz and bz2 archives (Leo "costela" Antunes)
* debian/*.manpages: copied manpages from 0.82 into debian dir, since
upstream didn't release them this time, for some reason (Leo "costela"
Antunes)
* debian/rules: add $(CURDIR) to 'make install' call and corrected dir
(transmission to tmp), remove RPATH definition from transmission binary
(Leo "costela" Antunes)
* debian/control: add chrpath build-dep
* debian/transmission-cli.*: binary upstream rename from transmissioncli to
transmission-cli (Leo "costela" Antunes)
* debian/transmission-gtk.*: binary upstream rename from transmission-gtk to
transmission (perhaps this will generate some confusion with the package
names) (Leo "costela" Antunes)
-- Philipp Benner <mail@philipp-benner.de> Fri, 26 Oct 2007 16:02:39 +0200
transmission (0.82.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #441886)
* including transmission deamon tools (Closes: #441072)
* updated get-orig-source target
* removed debtags from debian/control
* added homepage tag to debian/conrtol
* removed README.Debian
-- Philipp Benner <mail@philipp-benner.de> Sat, 15 Sep 2007 18:58:42 +0200
transmission (0.81.dfsg-1) unstable; urgency=low
* New upstream release
-- Leo Costela <costela@debian.org> Fri, 31 Aug 2007 12:38:13 +0200
transmission (0.80.dfsg-1) unstable; urgency=low
* New upstream release (closes: #437512)
* debian/menu: change section from Apps to Applications, according to new
policy
-- Leo Costela <costela@debian.org> Tue, 21 Aug 2007 01:33:40 +0200
transmission (0.72.dfsg-1) unstable; urgency=low
* new upstream release
-- Philipp Benner <mail@philipp-benner.de> Tue, 1 May 2007 12:23:49 +0200
transmission (0.71.dfsg-1) unstable; urgency=low
* new upstream release (Closes: #419970, #421145)
* transmission-cli and transmission-gtk have to replace old transmission
+ package (Closes: #421196)
* making the build process more verbose
* patched the version.sh script to run without excluded directories
* destdir patch for makefiles no longer required
-- Philipp Benner <mail@philipp-benner.de> Fri, 27 Apr 2007 19:37:05 +0200
transmission (0.6.1.dfsg-2) unstable; urgency=low
* new desktop file and xpm icon (Closes: #394464)
* watchfile version mangle for debian version
* distributing command line and gui client in separated binary packages
(Closes: 415140)
-- Philipp Benner <mail@philipp-benner.de> Wed, 4 Apr 2007 14:17:18 +0200
transmission (0.6.1.dfsg-1) unstable; urgency=low
* Initial release (Closes: #358878)
-- Philipp Benner <mail@philipp-benner.de> Tue, 29 Aug 2006 20:50:41 +0200
|