Changeset 122
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r20 r122 9 9 10 10 Josh Elsasser <josh@elsasser.org> 11 + Back-end 11 12 + GTK+ interface 12 13 Michael Demars <keul@m0k.org>14 + OS X interface15 + Growl notifications16 + AppleScript support17 13 18 14 Bryan Varner <bryan@varnernet.com> 19 15 + BeOS interface 20 16 17 Michael Demars <keul@m0k.org> 18 + OS X interface (Growl notifications, AppleScript) 19 21 20 22 21 Thanks to: 23 22 24 vi@nwr.jp 25 + Free SHA1 implementation (sha1.[ch]) 26 27 Mike Matas <http://www.mikematas.com/> 28 + OS X toolbar icons 23 Mitchell Livingston 24 + OS X patches (Badging, preferences, check for update and much more) 29 25 30 26 Omar and Adrien … … 34 30 + Writing http://wiki.theory.org/BitTorrentSpecification 35 31 32 vi@nwr.jp 33 + Free SHA1 implementation (sha1.[ch]) 34 35 John Blitch 36 + OS X patch (Contextual menu) 37 36 38 Ahmad M. Afuni 37 39 + NetBSD patch … … 40 42 + FreeBSD patch 41 43 44 Mike Matas <http://www.mikematas.com/> 45 + OS X toolbar icons 46 42 47 Martin Stadtmueller 43 48 + Icon tweaking 44 49 45 John Blitch 46 + Contextual menu patch 47 48 Mitchell Livingston 49 + OS X patches 50 FOOOD 51 + Badging images -
trunk/NEWS
r32 r122 1 1 NEWS file for Transmission <http://transmission.m0k.org/> 2 3 0.5 (not yet released) 4 - Only uses one port for all torrents 5 - Rewritten choking algorithm 6 - Remembers download and upload sizes from one launch to another 7 - New GTK interface 8 - New BeOS interface 9 - OS X: Dock badging 10 - OS X: Shows the file icon in the list 11 - OS X: Shows ratio once download is completed 12 - OS X: Automatic check for update 13 - OS X: Fixes a display bug on Intel Macs 2 14 3 15 0.4 (2005/11/18) -
trunk/README
r121 r122 4 4 Transmission is a free, lightweight BitTorrent client. It features a 5 5 simple, intuitive interface on top on an efficient, cross-platform 6 back end.6 back-end. 7 7 8 8 Transmission is open source (MIT license) and runs on Mac OS X (Cocoa
Note: See TracChangeset
for help on using the changeset viewer.