Changeset 3802
- Timestamp:
- Nov 12, 2007, 3:01:51 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r3798 r3802 10 10 + Availability Bar (overlay on regular bar) 11 11 12 0.93 (2007/ xx/yy)12 0.93 (2007/11/11) 13 13 - All Platforms: 14 14 + Fix "router death" bug that impaired internet connectivity 15 15 + Fix bug that could cause good peer connections to be lost 16 + Tweak ourrequest queue code to improve download speeds16 + Tweak request queue code to improve download speeds 17 17 + Consume less battery power on laptops 18 18 -
trunk/configure.ac
r3731 r3802 1 AC_INIT([transmission],[0.9 2Z],[http://transmission.m0k.org/trac/newticket])2 PEERID_PREFIX="-TR09 2Z-"3 USERAGENT_PREFIX="0.9 2+"1 AC_INIT([transmission],[0.93Z],[http://transmission.m0k.org/trac/newticket]) 2 PEERID_PREFIX="-TR093Z-" 3 USERAGENT_PREFIX="0.93+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
trunk/macosx/version.sh
r3722 r3802 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="-TR09 2Z-"9 USERAGENT_PREFIX="0.9 2+"8 PEERID_PREFIX="-TR093Z-" 9 USERAGENT_PREFIX="0.93+" 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.