sync with the 0.9x's NEWS. fix a typo in README.

This commit is contained in:
Charles Kerr 2007-11-10 14:59:32 +00:00
parent 76626796f3
commit 028403edce
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -8,6 +8,12 @@ NEWS file for Transmission <http://transmission.m0k.org/>
+ 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

4
README
View File

@ -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