Changeset 7378
- Timestamp:
- Dec 14, 2008, 4:56:30 AM (12 years ago)
- Location:
- branches/1.4x
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/NEWS
r7376 r7378 2 2 3 3 4 1.41 (2008/ xx/yy)4 1.41 (2008/12/dd) 5 5 <http://trac.transmissionbt.com/query?milestone=1.41&group=component&groupdesc=1&order=severity> 6 6 - All Platforms … … 11 11 + Fix 1.40 "jumpy upload speed" bug 12 12 + Fix handshake peer_id error 13 + Corrrectly handle Windows-style newlines in bluetack blocklists13 + Corrrectly handle Windows-style newlines in Bluetack blocklists 14 14 + More accurate bandwidth measurement 15 15 + File selection & priority was reset when editing a torrent's tracker list -
branches/1.4x/configure.ac
r7103 r7378 4 4 dnl "0" for stable, supported releases 5 5 dnl these should be the only two lines you need to change 6 m4_define([user_agent_prefix],1.4 0+)7 m4_define([peer_id_prefix],-TR14 0Z-)6 m4_define([user_agent_prefix],1.41) 7 m4_define([peer_id_prefix],-TR1410-) 8 8 9 9 AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket]) -
branches/1.4x/macosx/version.sh
r7209 r7378 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR14 00-"11 USERAGENT_PREFIX="1.4 0"10 PEERID_PREFIX="-TR1410-" 11 USERAGENT_PREFIX="1.41" 12 12 13 13 SVN_REVISION=`find ./libtransmission -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
Note: See TracChangeset
for help on using the changeset viewer.