Changeset 2964
- Timestamp:
- Sep 1, 2007, 5:51:34 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r2904 r2964 4 4 - Improved compliance with BitTorrent spec 5 5 - Multiscrape support added 6 - Only report downloaded, verified good pieces in tracker `download' field .6 - Only report downloaded, verified good pieces in tracker `download' field 7 7 - OS X: 8 8 + Per-torrent action menu -
trunk/macosx/Controller.m
r2950 r2964 722 722 } 723 723 724 #warning make create folder 724 725 if (!path && [fDefaults boolForKey: @"UseIncompleteDownloadFolder"] 725 726 && access([[[fDefaults stringForKey: @"IncompleteDownloadFolder"] stringByExpandingTildeInPath] UTF8String], 0)) -
trunk/mk/version.sh
r2932 r2964 6 6 # BETA: "Z" for beta, "0" for stable 7 7 # these should be the only two lines you need to change 8 PEERID_PREFIX="-TR08 0Z-"9 USERAGENT_PREFIX="0.8 0+"8 PEERID_PREFIX="-TR081Z-" 9 USERAGENT_PREFIX="0.81+" 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.