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