From 028403edcec07e9e5b571f55b56c1812e00e2b47 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 10 Nov 2007 14:59:32 +0000 Subject: [PATCH] sync with the 0.9x's NEWS. fix a typo in README. --- NEWS | 6 ++++++ README | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index dcfabcd7c..289823878 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,12 @@ NEWS file for Transmission + Leopard: Time Machine will ignore incomplete downloads + Pieces Bar (return of Advanced Bar) +0.93 (2007/xx/yy) +- All Platforms: + + Fix bug that could cause good peer connections to be dropped + + Fix 0.90 bug that connected to far more peers than we could use + + Tweak our request queue code to improve download speeds + 0.92 (2007/11/05) - All Platforms: + Fix 0.90 data corruption bugs diff --git a/README b/README index a403bedec..7c9083900 100644 --- a/README +++ b/README @@ -18,8 +18,8 @@ for building in Xcode. Building a Transmission release from the command line: - $ tar xvfj transmission-0.92.tar.bz2 - $ cd transmission-0.90 + $ tar xvfj transmission-1.0.tar.bz2 + $ cd transmission-1.0 $ ./configure -q && make -s $ su (if necessary for the next line) $ make install