mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
get the version number to be 0.81+ finally
This commit is contained in:
2
NEWS
2
NEWS
@@ -3,7 +3,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
|
||||
0.90 (2007/xx/yy)
|
||||
- Improved compliance with BitTorrent spec
|
||||
- Multiscrape support added
|
||||
- Only report downloaded, verified good pieces in tracker `download' field.
|
||||
- Only report downloaded, verified good pieces in tracker `download' field
|
||||
- OS X:
|
||||
+ Per-torrent action menu
|
||||
+ Inspector can be resized vertically in Peers and Files tabs
|
||||
|
||||
@@ -721,6 +721,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
return;
|
||||
}
|
||||
|
||||
#warning make create folder
|
||||
if (!path && [fDefaults boolForKey: @"UseIncompleteDownloadFolder"]
|
||||
&& access([[[fDefaults stringForKey: @"IncompleteDownloadFolder"] stringByExpandingTildeInPath] UTF8String], 0))
|
||||
{
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
|
||||
# BETA: "Z" for beta, "0" for stable
|
||||
# these should be the only two lines you need to change
|
||||
PEERID_PREFIX="-TR080Z-"
|
||||
USERAGENT_PREFIX="0.80+"
|
||||
PEERID_PREFIX="-TR081Z-"
|
||||
USERAGENT_PREFIX="0.81+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
|
||||
|
||||
Reference in New Issue
Block a user