updates for .91
This commit is contained in:
parent
65fe21a088
commit
202a378a6c
2
NEWS
2
NEWS
|
@ -1,6 +1,6 @@
|
||||||
NEWS file for Transmission <http://transmission.m0k.org/>
|
NEWS file for Transmission <http://transmission.m0k.org/>
|
||||||
|
|
||||||
0.91 (2007/xx/xx)
|
0.91 (2007/10/28)
|
||||||
- libtransmission (all platforms):
|
- libtransmission (all platforms):
|
||||||
+ Fix 0.90 speed limits
|
+ Fix 0.90 speed limits
|
||||||
+ Fix 0.90 problems announcing to some trackers
|
+ Fix 0.90 problems announcing to some trackers
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
|
# convention: -TR MAJOR MINOR MAINT BETA - (each a single char)
|
||||||
# BETA: "Z" for beta, "0" for stable
|
# BETA: "Z" for beta, "0" for stable
|
||||||
# these should be the only two lines you need to change
|
# these should be the only two lines you need to change
|
||||||
PEERID_PREFIX="-TR090Z-"
|
PEERID_PREFIX="-TR0910-"
|
||||||
USERAGENT_PREFIX="0.90+"
|
USERAGENT_PREFIX="0.91"
|
||||||
|
|
||||||
|
|
||||||
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
|
SVN_REVISION=`find ./ -name "*\.[ch]" -o -name "*\.cpp" -o -name "*\.po" | \
|
||||||
|
|
Loading…
Reference in New Issue