Transmission 1.90 Released!

Discussion of Transmission that doesn't fit in the other categories
John Clay
Transmission Project
Posts: 993
Joined: Sat Jan 14, 2006 6:02 pm

Transmission 1.90 Released!

Post by John Clay »

This version is available for download here.

All tickets closed by this release

All Platforms
  • Add an option to disable the .part suffix for incomplete files
  • Add priority selector to GUI clients' add torrent windows
  • Fix 1.81 bug that broke HTTP requests to sites that gave HTTP 301 redirects
  • Fix 1.8x bug in announcing "finished downloading" and "stopping" at the same time
  • Fix 1.8x bug in announcing partial seeds
  • Try harder to make announces finish, even if the tracker responds slowly
  • Fix bug that didn't honor download speed limits of 0
  • Use fallocate64() for fast file preallocation on systems that support it
  • Magnet link improvements
  • Don't let "Disk is full" errors cause loss of configuration files
  • Faster parsing of bencoded data, such as torrent files
Mac
  • Display information for all selected transfers in the inspector's tracker and peer tabs
  • Add a filter to the message log
  • Fix potential crash when updating the blocklist
  • Fix bug that caused the speed limit scheduler to not be applied after sleep
  • Remove excessive file selection for the per-torrent action menu
  • Smaller interface tweaks
GTK+
  • Give more helpful error messages if "Set Location" or "Add Magnet Link" fail
  • Add optional support for libappindicator
  • Minor build fixes
Daemon
  • Add transmission-remote support for port testing and blocklist updating
  • Add transmission-daemon support for incomplete-dir, dht, and seedratio
  • If settings.json is corrupt, give an error telling where the problem is
  • Add option to specify where log messages should be written
Web Client
  • Add a tracker tab to the inspector
  • Fix 1.8x display error when showing magnet link information
    Qt
    • Fix bug that prevented torrents from being added via web browsers
Rolcol
Posts: 337
Joined: Sun Aug 10, 2008 8:00 am

Re: Transmission 1.90 Released!

Post by Rolcol »

Thanks for another release!
Aqualung
Posts: 21
Joined: Mon Oct 12, 2009 12:07 am

Re: Transmission 1.90 Released!

Post by Aqualung »

Thank you very much! So what build is 1.90 exactly? 10222? 10221? 10226?

Also, what's this "transmission-remote" that shows up in the release notes? You mean either of transmisson-remote-gui or transmission-remote-dotnet by any chance?
hippy dave
Posts: 133
Joined: Tue Mar 13, 2007 6:34 pm

Re: Transmission 1.90 Released!

Post by hippy dave »

10223
slowace
Posts: 3
Joined: Thu Oct 29, 2009 4:14 pm

Re: Transmission 1.90 Released!

Post by slowace »

Aqualung wrote:Also, what's this "transmission-remote" that shows up in the release notes? You mean either of transmisson-remote-gui or transmission-remote-dotnet by any chance?
tranmission-remote is the "original" remote control app for transmission-daemon. It's a command-line program that's installed along with transmission-daemon, but you can specify host and port so you can control any instance of the daemon, not just one running on the same machine.

transmisson-remote-gui and transmission-remote-dotnet are independent GUI implementations of the same RPC protocol that transmission-remote uses.
essiw
Posts: 567
Joined: Sat Aug 23, 2008 10:40 am
Location: the Netherlands

Re: Transmission 1.90 Released!

Post by essiw »

Thanks for all the work :)
one problem though, I am only able to resize the adding window to something smaller but not bigger.
MacBond
Posts: 8
Joined: Fri Aug 15, 2008 7:26 pm

Re: Transmission 1.90 Released!

Post by MacBond »

Crash non stop
1.90 (10223)
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Transmission 1.90 Released!

Post by Jordan »

MacBond wrote:Crash non stop
1.90 (10223)
This is being discussed in another forum thread. Please head on over there and see if there's any new information you can contribute. Thanks!
loserkidjones
Posts: 6
Joined: Wed Feb 03, 2010 1:25 pm

Re: Transmission 1.90 Released!

Post by loserkidjones »

where can i find the option to disable the .part suffix? transmission runs as a daemon on a headless server
Rolcol
Posts: 337
Joined: Sun Aug 10, 2008 8:00 am

Re: Transmission 1.90 Released!

Post by Rolcol »

loserkidjones wrote:where can i find the option to disable the .part suffix? transmission runs as a daemon on a headless server
In the configuration file (settings.json), add or change the "rename-partial-files" setting to false. Example:

Code: Select all

{
    ...
    "rename-partial-files": false,
    ...
}
Then either start the daemon after modifying the file or send it an HUP signal if it's currently running.
karayuschij
Posts: 5
Joined: Thu Apr 23, 2009 6:53 am

Re: Transmission 1.90 Released!

Post by karayuschij »

MacBond wrote:Crash non stop
1.90 (10223)
Same problem for me.
super-poussin
Posts: 74
Joined: Sun Mar 15, 2009 8:04 pm

Re: Transmission 1.90 Released!

Post by super-poussin »

super-poussin
Posts: 74
Joined: Sun Mar 15, 2009 8:04 pm

Re: Transmission 1.90 Released!

Post by super-poussin »

thank you

I can see in syslog :

Code: Select all


Feb 20 11:33:42 Skywalker kernel: transmission-da[28985]: segfault at 0 ip 00000000f7c71084 sp 00000000f7bc8dd0 error 4 in libc-2.7.so[f7c00000+138000]

Feb 20 11:49:16 Skywalker transmission-daemon: Searching for web interface file "/usr/local/share/transmission/web/javascript/transmission.js" (platform.c:524)
Feb 20 11:49:35 Skywalker kernel: transmission-da[31390]: segfault at 0 ip 00000000f7c6b084 sp 00000000f7bc2dd0 error 4 in libc-2.7.so[f7bfa000+138000]

readynas x86 4.2.9 is base on etch
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Transmission 1.90 Released!

Post by Jordan »

super-poussin wrote:transmission crash as soon as I add an url like

ftp://ftp.crihan.fr/releases/9.10/ubunt ... so.torrent

but

http://torrent.ubuntu.com/releases/luci ... so.torrent is working
This is fixed now in trunk. See http://trac.transmissionbt.com/ticket/2938 for more info.
super-poussin
Posts: 74
Joined: Sun Mar 15, 2009 8:04 pm

Re: Transmission 1.90 Released!

Post by super-poussin »

Jordan wrote:
super-poussin wrote:transmission crash as soon as I add an url like

ftp://ftp.crihan.fr/releases/9.10/ubunt ... so.torrent

but

http://torrent.ubuntu.com/releases/luci ... so.torrent is working
This is fixed now in trunk. See http://trac.transmissionbt.com/ticket/2938 for more info.

no moe crash well done :)

the ftp://ftp.crihan.fr/releases/9.10/ubunt ... so.torrent is not downloaded , normal ?
Post Reply