Page 1 of 2

Transmission 1.90 Released!

Posted: Thu Feb 18, 2010 3:45 am
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

Re: Transmission 1.90 Released!

Posted: Thu Feb 18, 2010 4:56 am
by Rolcol
Thanks for another release!

Re: Transmission 1.90 Released!

Posted: Thu Feb 18, 2010 12:59 pm
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?

Re: Transmission 1.90 Released!

Posted: Thu Feb 18, 2010 1:00 pm
by hippy dave
10223

Re: Transmission 1.90 Released!

Posted: Thu Feb 18, 2010 8:06 pm
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.

Re: Transmission 1.90 Released!

Posted: Fri Feb 19, 2010 3:29 pm
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.

Re: Transmission 1.90 Released!

Posted: Fri Feb 19, 2010 3:39 pm
by MacBond
Crash non stop
1.90 (10223)

Re: Transmission 1.90 Released!

Posted: Fri Feb 19, 2010 4:27 pm
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!

Re: Transmission 1.90 Released!

Posted: Fri Feb 19, 2010 9:19 pm
by loserkidjones
where can i find the option to disable the .part suffix? transmission runs as a daemon on a headless server

Re: Transmission 1.90 Released!

Posted: Sat Feb 20, 2010 4:00 am
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.

Re: Transmission 1.90 Released!

Posted: Sat Feb 20, 2010 10:02 am
by karayuschij
MacBond wrote:Crash non stop
1.90 (10223)
Same problem for me.

Re: Transmission 1.90 Released!

Posted: Sat Feb 20, 2010 11:03 am
by super-poussin

Re: Transmission 1.90 Released!

Posted: Sat Feb 20, 2010 2:54 pm
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

Re: Transmission 1.90 Released!

Posted: Sat Feb 20, 2010 3:59 pm
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.

Re: Transmission 1.90 Released!

Posted: Sat Feb 20, 2010 5:15 pm
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 ?