mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
Prepare for 0.5
This commit is contained in:
parent
3b432409dc
commit
d664171f11
3 changed files with 30 additions and 16 deletions
32
AUTHORS
32
AUTHORS
|
@ -8,24 +8,20 @@ Eric Petit <titer@m0k.org>
|
||||||
+ OS X interface
|
+ OS X interface
|
||||||
|
|
||||||
Josh Elsasser <josh@elsasser.org>
|
Josh Elsasser <josh@elsasser.org>
|
||||||
|
+ Back-end
|
||||||
+ GTK+ interface
|
+ GTK+ interface
|
||||||
|
|
||||||
Michael Demars <keul@m0k.org>
|
|
||||||
+ OS X interface
|
|
||||||
+ Growl notifications
|
|
||||||
+ AppleScript support
|
|
||||||
|
|
||||||
Bryan Varner <bryan@varnernet.com>
|
Bryan Varner <bryan@varnernet.com>
|
||||||
+ BeOS interface
|
+ BeOS interface
|
||||||
|
|
||||||
|
Michael Demars <keul@m0k.org>
|
||||||
|
+ OS X interface (Growl notifications, AppleScript)
|
||||||
|
|
||||||
|
|
||||||
Thanks to:
|
Thanks to:
|
||||||
|
|
||||||
vi@nwr.jp
|
Mitchell Livingston
|
||||||
+ Free SHA1 implementation (sha1.[ch])
|
+ OS X patches (Badging, preferences, check for update and much more)
|
||||||
|
|
||||||
Mike Matas <http://www.mikematas.com/>
|
|
||||||
+ OS X toolbar icons
|
|
||||||
|
|
||||||
Omar and Adrien
|
Omar and Adrien
|
||||||
+ Beta testing
|
+ Beta testing
|
||||||
|
@ -33,17 +29,23 @@ Omar and Adrien
|
||||||
Various people
|
Various people
|
||||||
+ Writing http://wiki.theory.org/BitTorrentSpecification
|
+ Writing http://wiki.theory.org/BitTorrentSpecification
|
||||||
|
|
||||||
|
vi@nwr.jp
|
||||||
|
+ Free SHA1 implementation (sha1.[ch])
|
||||||
|
|
||||||
|
John Blitch
|
||||||
|
+ OS X patch (Contextual menu)
|
||||||
|
|
||||||
Ahmad M. Afuni
|
Ahmad M. Afuni
|
||||||
+ NetBSD patch
|
+ NetBSD patch
|
||||||
|
|
||||||
Jeremy Messenger
|
Jeremy Messenger
|
||||||
+ FreeBSD patch
|
+ FreeBSD patch
|
||||||
|
|
||||||
|
Mike Matas <http://www.mikematas.com/>
|
||||||
|
+ OS X toolbar icons
|
||||||
|
|
||||||
Martin Stadtmueller
|
Martin Stadtmueller
|
||||||
+ Icon tweaking
|
+ Icon tweaking
|
||||||
|
|
||||||
John Blitch
|
FOOOD
|
||||||
+ Contextual menu patch
|
+ Badging images
|
||||||
|
|
||||||
Mitchell Livingston
|
|
||||||
+ OS X patches
|
|
||||||
|
|
12
NEWS
12
NEWS
|
@ -1,5 +1,17 @@
|
||||||
NEWS file for Transmission <http://transmission.m0k.org/>
|
NEWS file for Transmission <http://transmission.m0k.org/>
|
||||||
|
|
||||||
|
0.5 (not yet released)
|
||||||
|
- Only uses one port for all torrents
|
||||||
|
- Rewritten choking algorithm
|
||||||
|
- Remembers download and upload sizes from one launch to another
|
||||||
|
- New GTK interface
|
||||||
|
- New BeOS interface
|
||||||
|
- OS X: Dock badging
|
||||||
|
- OS X: Shows the file icon in the list
|
||||||
|
- OS X: Shows ratio once download is completed
|
||||||
|
- OS X: Automatic check for update
|
||||||
|
- OS X: Fixes a display bug on Intel Macs
|
||||||
|
|
||||||
0.4 (2005/11/18)
|
0.4 (2005/11/18)
|
||||||
- Uses less CPU downloading torrents with many pieces
|
- Uses less CPU downloading torrents with many pieces
|
||||||
- The UI could freeze when the hard drive was having a hard time - fixed
|
- The UI could freeze when the hard drive was having a hard time - fixed
|
||||||
|
|
2
README
2
README
|
@ -3,7 +3,7 @@ README for Transmission
|
||||||
|
|
||||||
Transmission is a free, lightweight BitTorrent client. It features a
|
Transmission is a free, lightweight BitTorrent client. It features a
|
||||||
simple, intuitive interface on top on an efficient, cross-platform
|
simple, intuitive interface on top on an efficient, cross-platform
|
||||||
backend.
|
back-end.
|
||||||
|
|
||||||
Transmission is open source (MIT license) and runs on Mac OS X (Cocoa
|
Transmission is open source (MIT license) and runs on Mac OS X (Cocoa
|
||||||
interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK interface) and BeOS
|
interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK interface) and BeOS
|
||||||
|
|
Loading…
Reference in a new issue