mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
update to 2.02+
This commit is contained in:
parent
e7cf05a6ba
commit
ee787367ad
2 changed files with 21 additions and 2 deletions
19
NEWS
19
NEWS
|
@ -1,3 +1,22 @@
|
|||
=== Transmission 2.02 (2010/07/19) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.02&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
* Fix NAT-PMP port forwarding issue on some systems
|
||||
* Fix filename errors for torrents whose files are encoded in ISO-8859-1
|
||||
* Fix rare crash on shutdown
|
||||
* Fix the RPC server's redirect URL to allow HTTPS proxies like stunnel
|
||||
* Replace less-portable calls with posix nanosleep()
|
||||
==== Mac ====
|
||||
* Use F_NOCACHE to keep "inactive memory" in check
|
||||
=== GTK+ ====
|
||||
* Fix crash when opening the Properties dialog on a magnet link without metainfo
|
||||
* Fix crash when removing multiple torrents at once
|
||||
* Allow individual torrents' download speed limits to be set to zero
|
||||
* Fix translation error with some error messages
|
||||
==== Qt ====
|
||||
* Fix CPU spike when opening the Properties dialog
|
||||
* Fix compilation issue with Qt < 4.5
|
||||
|
||||
=== Transmission 2.01 (2010/06/26) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.01&group=component&groupdesc=1&order=severity All tickets closed by this release]
|
||||
==== All Platforms ====
|
||||
|
|
|
@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
|
|||
dnl "Z" for unsupported trunk builds,
|
||||
dnl "0" for stable, supported releases
|
||||
dnl these should be the only two lines you need to change
|
||||
m4_define([user_agent_prefix],[2.01+])
|
||||
m4_define([peer_id_prefix],[-TR201Z-])
|
||||
m4_define([user_agent_prefix],[2.02+])
|
||||
m4_define([peer_id_prefix],[-TR202Z-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
[user_agent_prefix],
|
||||
|
|
Loading…
Reference in a new issue