From 1b52155954814755b4b61301aa3cc23616aa8612 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 30 Jan 2011 17:52:11 +0000 Subject: [PATCH] (trunk) update NEWS and bump version to 2.20 beta 3. --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 41de5f656..ee9f09805 100644 --- a/NEWS +++ b/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] diff --git a/configure.ac b/configure.ac index 6c7be6530..4ad9df454 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- 2.40.0