Changeset 7379
- Timestamp:
- Dec 14, 2008, 4:56:57 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r7377 r7379 2 2 3 3 4 1.50 (2008/ xx/yy)4 1.50 (2008/mm/dd) 5 5 <http://trac.transmissionbt.com/query?milestone=1.50&group=component&groupdesc=1&order=severity> 6 6 - All Platforms … … 16 16 17 17 18 1.41 (2008/ xx/yy)18 1.41 (2008/12/dd) 19 19 <http://trac.transmissionbt.com/query?milestone=1.41&group=component&groupdesc=1&order=severity> 20 20 - All Platforms … … 25 25 + Fix 1.40 "jumpy upload speed" bug 26 26 + Fix handshake peer_id error 27 + Corrrectly handle Windows-style newlines in bluetack blocklists27 + Corrrectly handle Windows-style newlines in Bluetack blocklists 28 28 + More accurate bandwidth measurement 29 29 + File selection & priority was reset when editing a torrent's tracker list -
trunk/configure.ac
r7347 r7379 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],[-TR141Z-]) 8 8 9 9 AC_INIT([transmission], -
trunk/macosx/version.sh
r7298 r7379 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR14 0Z-"11 USERAGENT_PREFIX="1.4 0+"10 PEERID_PREFIX="-TR141Z-" 11 USERAGENT_PREFIX="1.41+" 12 12 13 13 SVN_REVISION=`find -E ./libtransmission ./macosx \
Note: See TracChangeset
for help on using the changeset viewer.