View Git repositories

Transmission hosts its code at svn://svn.transmissionbt.com/Transmission/trunk.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:transmission

Transmission has 1 active review. See all merge proposals.

Transmission has 52 active branches owned by 11 people and 3 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:transmission
Series: trunk
1 Development 2016-04-24 07:56:41 UTC
12849. Reduce torrents model memory requirem...

Author: mikedld
Revision Date: 2016-04-24 07:56:41 UTC

Reduce torrents model memory requirements (Qt client)

Keep torrents sorted by ID. This allows to remove ID to row/torrent mappings
(using binary search instead) and thus also reduce complexity a bit.

lp:~transmissionbt/transmission/ppa-bionic 1 Development 2020-05-26 06:31:29 UTC
84. Try builing without QT

Author: Andreas Noteng
Revision Date: 2020-05-26 06:31:29 UTC

Try builing without QT

lp:~transmissionbt/transmission/ppa-groovy 1 Development 2020-05-22 21:22:06 UTC
85. rebuild for groovy

Author: Andreas Noteng
Revision Date: 2020-05-22 21:22:06 UTC

rebuild for groovy

lp:~transmissionbt/transmission/ppa-focal 1 Development 2020-05-22 20:05:03 UTC
84. new upstream release

Author: Andreas Noteng
Revision Date: 2020-05-22 20:05:03 UTC

new upstream release

lp:~transmissionbt/transmission/ppa-eoan 1 Development 2020-05-01 07:36:27 UTC
84. fix version

Author: Andreas Noteng
Revision Date: 2020-05-01 07:36:27 UTC

fix version

lp:~transmissionbt/transmission/ppa-xenial 1 Development 2018-05-06 12:42:03 UTC
82. * Backport to Xenial * New upstream r...

Author: Andreas Noteng
Revision Date: 2018-05-06 12:42:03 UTC

* Backport to Xenial
* New upstream release
* Rebuild for Bionic

lp:~transmissionbt/transmission/ppa-artful 1 Development 2018-05-06 12:13:07 UTC
82. * Backport to Artful * New upstream r...

Author: Andreas Noteng
Revision Date: 2018-05-06 12:13:07 UTC

* Backport to Artful
* New upstream release
* Rebuild for Bionic

lp:~transmissionbt/transmission/ppa-trusty 1 Development 2018-03-04 04:35:19 UTC
75. Backport to Trusty

Author: Andreas Noteng
Revision Date: 2018-03-04 04:35:19 UTC

Backport to Trusty

lp:~transmissionbt/transmission/ppa-zesty 1 Development 2017-02-18 13:44:49 UTC
76. Rebase sources on offical Ubuntu pack...

Author: Andreas Noteng
Revision Date: 2017-02-18 13:44:01 UTC

Rebase sources on offical Ubuntu package

lp:~hendrik-grewe/transmission/private-patch 1 Development 2016-05-24 13:03:40 UTC
12796. remove unknown files

Author: hgre
Revision Date: 2016-05-24 13:03:40 UTC

remove unknown files

lp:~transmissionbt/transmission/ppa-precise 1 Development 2016-03-07 20:05:17 UTC
71. * Backport to Precise * New upstream ...

Author: Andreas Noteng
Revision Date: 2016-03-07 20:08:38 UTC

* Backport to Precise
* New upstream release

lp:~transmissionbt/transmission/ppa-wily 1 Development 2016-03-07 19:53:15 UTC
73. New upstream release

Author: Andreas Noteng
Revision Date: 2016-03-07 19:48:01 UTC

New upstream release

lp:~hendrik-grewe/transmission/trunk 1 Development 2016-02-02 23:58:21 UTC
12794. Ignore bad behaving trackers

Author: hgre
Revision Date: 2016-02-02 23:58:21 UTC

Ignore bad behaving trackers

lp:~ubuntu-desktop/transmission/ubuntu bug 1 Development 2015-07-06 07:34:12 UTC
37. * Merge from Debian unstable (LP: #12...

Author: Daniel Holbach
Revision Date: 2015-07-06 07:34:05 UTC

* Merge from Debian unstable (LP: #1235535). Remaining changes:
  - debian/control:
    + Build-depend on libappindicator3-dev
  - debian/transmission-daemon.upstart: add upstart job
* 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
* Merge from Debian unstable (LP: #1407241). Remaining changes:
  - debian/control:
    + Build-depend on libappindicator3-dev
  - debian/transmission-daemon.upstart: add upstart job
* 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.
* Merge from Debian unstable (LP: #1387100). Remaining changes:
  - debian/control:
    + Build-depend on libappindicator3-dev
  - debian/transmission-daemon.upstart: add upstart job
* 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.
* SECURITY UPDATE: denial of service and possible code execution via
  overflow in tr_bitfieldEnsureNthBitAlloced
  - debian/patches/CVE-2014-4909.patch: properly handle bitfields in
    libtransmission/bitfield.c, handle invalid blocks in
    libtransmission/peer-msgs.c.
  - CVE-2014-4909
* Rebuild to solve a powerpc dependency problem.
* Rebuild against Qt 5.2.1
* Merge from Debian unstable (LP: #1282453). Remaining changes:
  - debian/control:
    + Build-depend on libappindicator3-dev
  - debian/transmission-daemon.upstart: add upstart job
* 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+

lp:~transmissionbt/transmission/ppa-saucy 1 Development 2014-07-08 13:08:59 UTC
77. * Backport to Saucy * New upstream re...

Author: Andreas Noteng
Revision Date: 2014-07-08 13:08:59 UTC

* Backport to Saucy
* New upstream release

lp:~transmissionbt/transmission/ppa-utopic 1 Development 2014-07-08 13:02:51 UTC
76. New upstream release

Author: Andreas Noteng
Revision Date: 2014-07-08 13:02:18 UTC

New upstream release

lp:~transmissionbt/transmission/ppa-lucid 1 Development 2014-06-06 19:16:09 UTC
62. * Backport to Lucid * Disable support...

Author: Andreas Noteng
Revision Date: 2014-06-06 19:16:09 UTC

* Backport to Lucid
* Disable support for QT client
* Backport to Precise
* New upstream release
* Backport to Precise
* Revert QT5 support
* Backport to Precise
* Remove patch to build with older glib, fixed upstream
* Patch in upstrean rev 14142 to support older versions of glib
* Backport to Precise
* Backport to Precise
* Backport to Precise
* Backport to Precise
* Backport to precise
* Backport to Precise
* Backport to Oneiric.
* Backport to Oneiric

lp:~transmissionbt/transmission/ppa-quantal 1 Development 2013-08-11 07:10:21 UTC
71. * Backport to Quantal * Revert QT5 su...

Author: Andreas Noteng
Revision Date: 2013-08-11 07:10:21 UTC

* Backport to Quantal
* Revert QT5 support

lp:~transmissionbt/transmission/ppa-raring 1 Development 2013-08-11 07:06:47 UTC
72. * Backport to Raring * Revert QT5 sup...

Author: Andreas Noteng
Revision Date: 2013-08-11 07:06:47 UTC

* Backport to Raring
* Revert QT5 support

lp:~transmissionbt/transmission/ppa-oneiric 1 Development 2013-02-19 21:02:53 UTC
62. * Backport to Oneiric * New upstream ...

Author: Andreas Noteng
Revision Date: 2013-02-19 21:05:16 UTC

* Backport to Oneiric
* New upstream release
* New upstream release
* New upstream release
* New upstream release
* New upstream release

lp:~transmissionbt/transmission/ppa 1 Development 2013-01-12 18:12:29 UTC
65. * Backport to Precise * New upstream ...

Author: Andreas Noteng
Revision Date: 2013-01-12 18:12:29 UTC

* Backport to Precise
* New upstream release

lp:~transmissionbt/transmission/ppa-natty 1 Development 2012-07-12 19:42:41 UTC
55. * Backport to Natty * New upstream re...

Author: Andreas Noteng
Revision Date: 2012-07-12 19:42:41 UTC

* Backport to Natty
* New upstream release

lp:~charlesk/transmission/fix-multiscrape-oneiric 1 Development 2012-05-18 16:38:33 UTC
72. Fixes for logging messages that are p...

Author: Charles Kerr
Revision Date: 2012-05-18 16:26:21 UTC

Fixes for logging messages that are potentially affected by the same issue as <https://trac.transmissionbt.com/ticket/4894>.

These fixes are not as urgent as one in the previous commit because they aren't shipped out over HTTP; however, accidental disclosure in a log message is still possible and so these fixes are recommended.

lp:~transmissionbt/transmission/ppa-beta 1 Development 2012-02-22 16:35:48 UTC
53. * New beta release * New upstream rel...

Author: Andreas Noteng
Revision Date: 2012-02-22 16:35:48 UTC

* New beta release
* New upstream release
* New upstream release
* Re-add missing patches
* New upstream release

lp:~transmissionbt/transmission/ppa-maverick 1 Development 2011-10-25 09:44:25 UTC
52. New upstream release

Author: Andreas Noteng
Revision Date: 2011-10-25 09:44:25 UTC

New upstream release

lp:~kelemeng/transmission/bug760761 bug(Has a merge proposal) 1 Development 2011-05-01 13:43:07 UTC
10658. Add Makevars file, make gtr_ngettext ...

Author: Gabor Kelemen
Revision Date: 2011-05-01 13:20:17 UTC

Add Makevars file, make gtr_ngettext recognized by intltool.

Fixes LP:760761

lp:~transmissionbt/transmission/ppa-karmic 1 Development 2011-03-05 18:44:15 UTC
48. * Backport to Karmic * New upstream r...

Author: Andreas Noteng
Revision Date: 2011-03-05 18:44:15 UTC

* Backport to Karmic
* New upstream release

lp:~transmissionbt/transmission/ppa-hardy bug 1 Development 2011-03-05 18:43:34 UTC
29. * Backport to Hardy * New upstream re...

Author: Andreas Noteng
Revision Date: 2011-03-05 18:43:34 UTC

* Backport to Hardy
* New upstream release

lp:~ampelbein/transmission/bug-726756 bug 1 Development 2011-02-28 22:25:46 UTC
64. change argument in exec to %U

Author: Andreas Moog
Revision Date: 2011-02-28 22:25:46 UTC

change argument in exec to %U

lp:~kklimonda/transmission/packaging 1 Development 2011-02-16 15:23:56 UTC
9424. depend on libevent2

Author: Krzysztof Klimonda
Revision Date: 2011-02-16 15:23:56 UTC

depend on libevent2

lp:~transmissionbt/transmission/ppa-jaunty bug 1 Development 2010-10-11 20:53:47 UTC
42. Some binaries changed names, fix pack...

Author: Andreas Noteng
Revision Date: 2010-10-11 20:53:47 UTC

Some binaries changed names, fix package accordingly.

lp:~andreas-noteng/transmission/ppa-lucid 1 Development 2010-05-04 22:50:40 UTC
33. versioning

Author: Andreas Noteng
Revision Date: 2010-05-04 22:50:40 UTC

versioning

lp:~transmissionbt/transmission/ppa-intrepid bug 1 Development 2010-05-04 22:48:23 UTC
34. Remove qt_client_use_system_libevent....

Author: Andreas Noteng
Revision Date: 2010-05-04 22:48:23 UTC

Remove qt_client_use_system_libevent.patch

lp:~kklimonda/transmission/lp.529318 bug 1 Development 2010-03-18 01:36:12 UTC
35. swap bug numbers in changelog

Author: Krzysztof Klimonda
Revision Date: 2010-03-18 01:36:12 UTC

swap bug numbers in changelog

lp:~kklimonda/transmission/rebase-on-debian-1.91-1 1 Development 2010-03-03 02:11:12 UTC
28. add changelog entry

Author: Krzysztof Klimonda
Revision Date: 2010-03-03 02:11:00 UTC

add changelog entry

lp:~kklimonda/transmission/lp.525622 bug 1 Development 2010-02-23 19:54:05 UTC
26. Fix email

Author: Krzysztof Klimonda
Revision Date: 2010-02-23 19:54:05 UTC

Fix email

lp:~andreas-noteng/transmission/intrepid 1 Development 2010-02-21 09:16:23 UTC
17. [ Krzysztof Klimonda ] * New upstream...

Author: Andreas Noteng
Revision Date: 2010-02-21 09:15:54 UTC

[ Krzysztof Klimonda ]
* New upstream release (LP: #522726)
* Fixes bugs:
  - Support Application Indicators (LP: #497882)
  - Better file preallocation with fallocate() (LP: #445592)
  - Speed limit of 0 is not honored (LP: #473652)
  - incorrectly sent information (LP: #521140)
* Refreshed 99_autoreconf.patch
* debian/control:
  - Build-Depend on libappindicator-dev
[ Chris Coulson ]
* Add ${misc:Depends} in debian/control to make Lintian happy
* Update Standards-Version to 3.8.4. No other changes necessary
[ Krzysztof Klimonda ]
* New upstream release (LP: #512391)
* Fixes bugs:
  - transmission consistently reports having downloading 115-130% of the
    required data with no corresponding corrupt download data numbers
    (LP: #499964)
* debian/patches/99_autoreconf.patch:
  - Refreshed for the new changes
[ Chris Coulson ]
* debian/patches/01_lpi.patch:
  - Updated to use a pkg-config check at configure time, and not hard
    code the library name in transmission_LDADD
* debian/patches/dont_build_libevent.patch:
  - Updated to patch configure.ac rather than configure. This stops
    it from breaking with an autoconf run (LP: #510776)
[ Krzysztof Klimonda ]
* New upstream release (LP: #496503)
* Refreshed 99_autoreconf.patch
* Removed 21_fix_inhibition.patch
[ Chris Coulson ]
* Drop debian/patches/CVE-2010-0012.patch - merged upstream
* SECURITY UPDATE: fix arbitrary file overwrite via crafted torrent file
  - debian/patches/CVE-2010-0012.patch: adjust metainfo.c to check for '../'
  - CVE-2010-0012
  - LP: #500625
* New upstream release (LP: #460620), rebased on debian unstable
  remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added quilt, liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
* Fixes bugs:
  - tray menu shows wrong status for "main window" when started minimized
    (LP: #451415)
* Refreshed patches:
  - dont_build_libevent.patch
  - 99_autoreconf.patch
* Removed patches:
  - 21_onPortTested.diff, 23_tr_torrentNext.diff and
    24_tr_torrentDeleteLocalData_do_move.diff
* debian/patches/21_fix_inhibition.patch:
  - The right value for suspend inhibition is 4
* debian/control:
  - Build-Depend on libgconf2-dev to enable magnet link registration and on
    libcanberra-gtk-dev for notification sound.
* debian/watch:
  - make it detect beta versions, to be removed after 1.80 is released.
* new upstream release
* debian/transmission-daemon.init: depend on $remote_fs (closes: #549241)

* debian/transmission-daemon.default:
  - remove --auth from OPTIONS (LP: #444005)
* debian/patches/21_onPortTested.diff:
  - crash in preferences dialog when testing to see if port is open/closed (LP: #407832)
* debian/patches/23_tr_torrentNext.diff:
  - transmission crashed with SIGSEGV in tr_torrentNext() (LP: #451554)
* debian/patches/24_tr_torrentDeleteLocalData_do_move.diff:
  - fix potential data loss.
* Backported to Intrepid
* New upstream version (LP: #429483)
  - Don't wait so long on unresponsive trackers if there are other trackers
    to try
  - Adding corrupt/invalid torrents could crash Transmission
  - Fix 1.74 bug that caused a high CPU load on startup
  - Fix 1.74 bug that stopped multitracker if a single tracker sent an error
    message
  - Fix bug in converting other charsets to UTF-8 (LP: #414129)
  - Handle HTTP redirects more gracefully
  - Faster verification of local data for torrents with small piece size
  - Fix 1.74 build error when compiling without DHT
  - Fix "sort by time remaining"
  - Fix the turtle toggle button on old versions of GTK+
  - Fix startup error if another copy of the Transmission GTK client is
    running (LP: #418853)
  - Fix clang build issue
* Refreshed patches:
  - 99_autoreconf.patch
* Backported to Intrepid
  - debian/control:
    + qmake is in libqt4-dev package, removed qt4-qmake build dependency.
  - debian/patches/series:
    + disable all libevent related patches and autoreconf one.
[ Krzysztof Klimonda ]
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
    + add liblaunchpad-integration to Build-Depends
  - debian/rules:
    + Create a PO template during package build.
  - debian/patches/01_lpi.patch:
    + Integrate Transmission with Launchpad
  - debian/patches/20_add_X-Ubuntu-Gettext-Domain.diff:
    + Add X-Ubuntu-Gettext-Domain to .desktop file.
* debian/control:
  - add lsb-release to Build-Depends
* This includes the QT client in transmission-qt.
[ Chris Coulson ]
* Update to new upstream version 1.74 (LP: #418367):
  - Better data recovery in the case of an OS or Transmission crash
  - If a data file is moved, stop the torrent instead of redownloading
    it (LP: #419304).
  - Fix bug that didn't list some peers in the resume file and in PEX
  - More helpful torrent error messages
  - DHT now honors the bind-address-ipv4 configuration option
  - Fix Debian build error with miniupnpc
  - Fix Cygwin build error with strtold
  - Update to a newer snapshot of miniupnpc
  - Fix crash that occurred when adding torrents on some desktops
  - Synchronize the statusbar's and torrent list's speeds
  - Fix the Properties dialog's "Origin" field for multiple torrents
* debian/rules, debian/control:
  - Don't run autoreconf at build time and don't build-dep on libtool.
* debian/control:
  - transmission-common replaces transmission-gtk (<< 1.74) rather than
    (<= 1.73-1).
* Refreshed patches:
  - 01_lpi.patch.
  - dont_build_libevent.patch.
  - qt_client_use_system_libevent.patch.
* Dropped patches not needed anymore:
  - updateminiupnpcstrings_double_escape_slash.patch
* Added 99_autoreconf.patch for autotools update.
* Merge from Debian unstable: (LP: #401578)
  - Fixes bugs (LP: #318249) (LP: #388348) (LP: #391995) (LP: #394080) (LP: #374013)
  - Remaing changes same as in 1.72-1ubuntu1
* debian/control:
  - Added BZR link

lp:~andreas-noteng/transmission/jaunty 1 Development 2010-02-21 09:14:04 UTC
13. * Backported to Jaunty [ Krzysztof Kl...

Author: Andreas Noteng
Revision Date: 2010-02-21 09:13:51 UTC

* Backported to Jaunty
[ Krzysztof Klimonda ]
* New upstream release (LP: #522726)
* Fixes bugs:
  - Support Application Indicators (LP: #497882)
  - Better file preallocation with fallocate() (LP: #445592)
  - Speed limit of 0 is not honored (LP: #473652)
  - incorrectly sent information (LP: #521140)
* Refreshed 99_autoreconf.patch
* debian/control:
  - Build-Depend on libappindicator-dev
[ Chris Coulson ]
* Add ${misc:Depends} in debian/control to make Lintian happy
* Update Standards-Version to 3.8.4. No other changes necessary
[ Krzysztof Klimonda ]
* New upstream release (LP: #512391)
* Fixes bugs:
  - transmission consistently reports having downloading 115-130% of the
    required data with no corresponding corrupt download data numbers
    (LP: #499964)
* debian/patches/99_autoreconf.patch:
  - Refreshed for the new changes
[ Chris Coulson ]
* debian/patches/01_lpi.patch:
  - Updated to use a pkg-config check at configure time, and not hard
    code the library name in transmission_LDADD
* debian/patches/dont_build_libevent.patch:
  - Updated to patch configure.ac rather than configure. This stops
    it from breaking with an autoconf run (LP: #510776)
[ Krzysztof Klimonda ]
* New upstream release (LP: #496503)
* Refreshed 99_autoreconf.patch
* Removed 21_fix_inhibition.patch
[ Chris Coulson ]
* Drop debian/patches/CVE-2010-0012.patch - merged upstream
* SECURITY UPDATE: fix arbitrary file overwrite via crafted torrent file
  - debian/patches/CVE-2010-0012.patch: adjust metainfo.c to check for '../'
  - CVE-2010-0012
  - LP: #500625
* New upstream release (LP: #460620), rebased on debian unstable
  remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added quilt, liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
* Fixes bugs:
  - tray menu shows wrong status for "main window" when started minimized
    (LP: #451415)
* Refreshed patches:
  - dont_build_libevent.patch
  - 99_autoreconf.patch
* Removed patches:
  - 21_onPortTested.diff, 23_tr_torrentNext.diff and
    24_tr_torrentDeleteLocalData_do_move.diff
* debian/patches/21_fix_inhibition.patch:
  - The right value for suspend inhibition is 4
* debian/control:
  - Build-Depend on libgconf2-dev to enable magnet link registration and on
    libcanberra-gtk-dev for notification sound.
* debian/watch:
  - make it detect beta versions, to be removed after 1.80 is released.
* new upstream release
* debian/transmission-daemon.init: depend on $remote_fs (closes: #549241)

* debian/transmission-daemon.default:
  - remove --auth from OPTIONS (LP: #444005)
* debian/patches/21_onPortTested.diff:
  - crash in preferences dialog when testing to see if port is open/closed (LP: #407832)
* debian/patches/23_tr_torrentNext.diff:
  - transmission crashed with SIGSEGV in tr_torrentNext() (LP: #451554)
* debian/patches/24_tr_torrentDeleteLocalData_do_move.diff:
  - fix potential data loss.
* New upstream version (LP: #429483)
  - Don't wait so long on unresponsive trackers if there are other trackers
    to try
  - Adding corrupt/invalid torrents could crash Transmission
  - Fix 1.74 bug that caused a high CPU load on startup
  - Fix 1.74 bug that stopped multitracker if a single tracker sent an error
    message
  - Fix bug in converting other charsets to UTF-8 (LP: #414129)
  - Handle HTTP redirects more gracefully
  - Faster verification of local data for torrents with small piece size
  - Fix 1.74 build error when compiling without DHT
  - Fix "sort by time remaining"
  - Fix the turtle toggle button on old versions of GTK+
  - Fix startup error if another copy of the Transmission GTK client is
    running (LP: #418853)
  - Fix clang build issue
* Refreshed patches:
  - 99_autoreconf.patch
* Backported to Jaunty
  - debian/patches/series: disable 99_autoreconf.patch
[ Krzysztof Klimonda ]
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
    + add liblaunchpad-integration to Build-Depends
  - debian/rules:
    + Create a PO template during package build.
  - debian/patches/01_lpi.patch:
    + Integrate Transmission with Launchpad
  - debian/patches/20_add_X-Ubuntu-Gettext-Domain.diff:
    + Add X-Ubuntu-Gettext-Domain to .desktop file.
* debian/control:
  - add lsb-release to Build-Depends
* This includes the QT client in transmission-qt.
[ Chris Coulson ]
* Update to new upstream version 1.74 (LP: #418367):
  - Better data recovery in the case of an OS or Transmission crash
  - If a data file is moved, stop the torrent instead of redownloading
    it (LP: #419304).
  - Fix bug that didn't list some peers in the resume file and in PEX
  - More helpful torrent error messages
  - DHT now honors the bind-address-ipv4 configuration option
  - Fix Debian build error with miniupnpc
  - Fix Cygwin build error with strtold
  - Update to a newer snapshot of miniupnpc
  - Fix crash that occurred when adding torrents on some desktops
  - Synchronize the statusbar's and torrent list's speeds
  - Fix the Properties dialog's "Origin" field for multiple torrents
* debian/rules, debian/control:
  - Don't run autoreconf at build time and don't build-dep on libtool.
* debian/control:
  - transmission-common replaces transmission-gtk (<< 1.74) rather than
    (<= 1.73-1).
* Refreshed patches:
  - 01_lpi.patch.
  - dont_build_libevent.patch.
  - qt_client_use_system_libevent.patch.
* Dropped patches not needed anymore:
  - updateminiupnpcstrings_double_escape_slash.patch
* Added 99_autoreconf.patch for autotools update.
* Merge from Debian unstable: (LP: #401578)
  - Fixes bugs (LP: #318249) (LP: #388348) (LP: #391995) (LP: #394080) (LP: #374013)
  - Remaing changes same as in 1.72-1ubuntu1
* debian/control:
  - Added BZR link

lp:~kklimonda/transmission/lp.522726 bug 1 Development 2010-02-16 17:21:07 UTC
22. * debian/control: - Build-Depend on...

Author: Krzysztof Klimonda
Revision Date: 2010-02-16 17:21:07 UTC

* debian/control:
  - Build-Depend on libappindicator-dev

lp:~kklimonda-builder/transmission/transmission.head 1 Development 2010-02-03 02:03:00 UTC
20. Fix email

Author: Krzysztof Klimonda
Revision Date: 2010-01-30 13:06:31 UTC

Fix email

lp:~vcs-imports/transmission/trunk-old (Linked to a blueprint) 1 Development 2010-02-02 21:34:40 UTC
8584. (trunk daemon) #2751 "display-remote ...

Author: charles
Revision Date: 2010-02-02 18:27:57 UTC

(trunk daemon) #2751 "display-remote -si should show config directory" -- implemented for 1.90

lp:~kklimonda/transmission/lp.512391 bug 1 Development 2010-01-29 07:42:17 UTC
17. * New upstream release (LP: #512391) ...

Author: Krzysztof Klimonda
Revision Date: 2010-01-29 07:22:30 UTC

* New upstream release (LP: #512391)
* Fixes bugs:
  - transmission consistently reports having downloading 115-130% of the
    required data with no corresponding corrupt download data numbers
    (LP: #499964)
* debian/patches/99_autoreconf.patch:
  - Refreshed for the new changes

lp:~kklimonda/transmission/lp.496503 bug 1 Development 2010-01-17 10:42:21 UTC
18. refreshed 99_autoreconf.patch

Author: Krzysztof Klimonda
Revision Date: 2010-01-17 10:42:21 UTC

refreshed 99_autoreconf.patch

lp:~kklimonda/transmission/lp.457123 bug 1 Development 2009-12-16 16:06:32 UTC
13. move to UNRELEASED

Author: Krzysztof Klimonda
Revision Date: 2009-12-16 16:06:32 UTC

move to UNRELEASED

lp:~kklimonda/transmission/lp.460620 bug 1 Development 2009-12-07 21:35:18 UTC
25. fix comment to match actual code

Author: Krzysztof Klimonda
Revision Date: 2009-12-07 21:35:18 UTC

fix comment to match actual code

lp:~nobled/transmission/backport-hardy 1 Development 2009-11-14 23:06:09 UTC
16. Fix dont_build_libevent.patch so it d...

Author: dn
Revision Date: 2009-11-14 23:06:09 UTC

Fix dont_build_libevent.patch so it doesn't get overwritten

lp:~kklimonda/transmission/lp.444005 bug 1 Development 2009-10-19 03:54:38 UTC
11. add/fix patch tags.

Author: Krzysztof Klimonda
Revision Date: 2009-10-19 03:54:38 UTC

add/fix patch tags.

lp:~kklimonda/transmission/ppa-jaunty 1 Development 2009-09-26 16:28:36 UTC This branch has not been pushed to yet.
lp:~kklimonda/transmission/ubuntu bug 1 Development 2009-09-16 09:14:07 UTC
6. * New upstream version (LP: #429483) ...

Author: Krzysztof Klimonda
Revision Date: 2009-09-16 09:10:52 UTC

* New upstream version (LP: #429483)
  - Don't wait so long on unresponsive trackers if there are other trackers
    to try
  - Adding corrupt/invalid torrents could crash Transmission
  - Fix 1.74 bug that caused a high CPU load on startup
  - Fix 1.74 bug that stopped multitracker if a single tracker sent an error
    message
  - Fix bug in converting other charsets to UTF-8 (LP: #414129)
  - Handle HTTP redirects more gracefully
  - Faster verification of local data for torrents with small piece size
  - Fix 1.74 build error when compiling without DHT
  - Fix "sort by time remaining"
  - Fix the turtle toggle button on old versions of GTK+
  - Fix startup error if another copy of the Transmission GTK client is
    running (LP: #418853)
  - Fix clang build issue
* Refreshed patches:
  - 99_autoreconf.patch

lp:~chrisccoulson/transmission/ubuntu bug 1 Development 2009-08-27 20:28:29 UTC
8. * debian/control: - transmission-co...

Author: Chris Coulson
Revision Date: 2009-08-27 20:28:29 UTC

* debian/control:
  - transmission-common replaces transmission-gtk (<< 1.74) rather than
    (<= 1.73-1).

lp:~bratsche/transmission/notify-actions bug 1 Development 2009-02-25 12:04:41 UTC
25. Free the list

Author: Cody Russell
Revision Date: 2009-02-25 12:04:41 UTC

Free the list

lp:~elle.uca/transmission/a11y 1 Development 2008-12-16 14:35:50 UTC
6218. Added accessible name for hig_workare...

Author: Luca Ferretti
Revision Date: 2008-12-16 14:35:50 UTC

Added accessible name for hig_workarea widgets, using the section title

152 of 52 results
You can't create new branches for Transmission.