(trunk) update NEWS and bump version to 2.20 beta 3.
This commit is contained in:
parent
c137858b84
commit
1b52155954
5
NEWS
5
NEWS
|
@ -10,6 +10,7 @@
|
|||
* Add the ability to shutdown Transmission sessions via RPC
|
||||
* NAT-PMP and UPnP now also map the UDP port
|
||||
* Update the DHT code to dht-0.18
|
||||
* Faster parsing of bencoded data
|
||||
* Improve support for running scripts when a torrent finishes downloading
|
||||
* Fix reannounce interval when trackers return a 404 error
|
||||
* Fix checksum error on platforms running uClibc 0.9.27 or older
|
||||
|
@ -27,10 +28,12 @@
|
|||
==== Daemon ====
|
||||
* Add "reannounce to tracker" option to transmission-remote
|
||||
* transmission-remote can now read auth info from environment variables
|
||||
* Fix configuration file bug with transmission-daemon running on Macs
|
||||
==== Web Client ====
|
||||
* Right-clicking a torrent now works with Firefox / Firegestures / Ubuntu
|
||||
==== Utils ====
|
||||
* transmission-show now displays webseed information
|
||||
* Fix error when replacing substrings in tracker announce URLs
|
||||
* Webseeds are now displayed in transmission-show
|
||||
|
||||
=== Transmission 2.13 (2010/12/09) ===
|
||||
[http://trac.transmissionbt.com/query?milestone=2.13&group=component&order=severity All tickets closed by this release]
|
||||
|
|
|
@ -3,7 +3,7 @@ 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.20b2])
|
||||
m4_define([user_agent_prefix],[2.20b3])
|
||||
m4_define([peer_id_prefix],[-TR213X-])
|
||||
|
||||
AC_INIT([transmission],
|
||||
|
|
Loading…
Reference in New Issue