diff --git a/.cvsignore b/.cvsignore index 2361901..0ae1810 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -transmission-1.72.tar.bz2 +transmission-1.83.tar.xz diff --git a/sources b/sources index bd57b3f..618adc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -221e41aceee2030103cc2c1b0d8b31fb transmission-1.82.tar.xz +2714db4c58c404bffaea8a33653b8155 transmission-1.83.tar.xz diff --git a/transmission-daemon-init b/transmission-daemon-init index 9ca2283..7e2871b 100755 --- a/transmission-daemon-init +++ b/transmission-daemon-init @@ -39,8 +39,8 @@ start() { if [ -n "$TRANSMISSION_HOME" ]; then export TRANSMISSION_HOME fi - - su - $DAEMON_USER -c "$DAEMON $DAEMON_ARGS" + + daemon --check $DAEMON --user $DAEMON_USER $DAEMON $DAEMON_ARGS sleep 2 diff --git a/transmission.spec b/transmission.spec index 7c484f9..18a8fe8 100644 --- a/transmission.spec +++ b/transmission.spec @@ -1,6 +1,6 @@ Name: transmission -Version: 1.82 -Release: 2%{?dist} +Version: 1.83 +Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet @@ -176,6 +176,17 @@ update-desktop-database > /dev/null 2>&1 || : %{_datadir}/applications/qtr.desktop %changelog +* Sun Jan 31 2010 Ankur Sinha - 1.83-1 +- daemon script fix #560180 +- New Release +- Fix 1.80 announce error that caused uploads and downloads to periodically freeze +- Fix 1.80 announce timeout error that caused "no response from tracker" message +- Fix 1.80 "file not found" error message that stopped some torrents +- Fix 1.82 crash when adding new torrents via their ftp URL +- Fix 1.80 crash when receiving invalid request messages from peers +- Fix 1.82 error when updating the blocklist +- http://trac.transmissionbt.com/wiki/Changes#version-1.83 + * Mon Jan 25 2010 Rahul Sundaram - 1.82-2 - Fix icon cache