From b9903e9da31cda41a0f8e98f89e897e51dbe91cd Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 17 Jul 2009 11:17:09 +0000 Subject: [PATCH] update NEWS --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index ab0fdf241..768af1133 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,27 @@ NEWS file for Transmission +1.73 (2009/07/16) + +- All Platforms + + Fix bug that could exceed the user-configured peer limits + + Use less memory in some high-peer situations + + Better estimation on time left to download + + Support supportcrypto and requirecrypto flags in http tracker announces + + Update to newer snapshots of libnatpmp and miniupnpc + + Make DHT a compile-time option +- GTK+ + + Use GDK-safe versions of g_idle_add() and g_timeout_add*() + + Save some space in GTK+ >= 2.16.0 by not building SexyIconEntry +- Qt + + Fix bug that crashed Qt client when setting alternative up/down speeds +- Daemon + + Add umask support +- Web Client + + Inspector and Add Torrent buttons for iPhone/iPod Touch + + Add location field to inspector +- CLI + + Some torrent files created with transmission-cli were invalid + 1.72 (2009/06/16) - All Platforms