Changeset 7489
- Timestamp:
- Dec 24, 2008, 3:17:39 AM (12 years ago)
- Location:
- branches/1.4x
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/configure.ac
r7455 r7489 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.41 b4])7 m4_define([peer_id_prefix],[-TR141 X-])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/appcast/appcast.xml
r7384 r7489 6 6 <description>Most recent version available.</description> 7 7 <language>en</language> 8 <pubDate> Sun, 13 Dec 2008 23:50:00 -0400</pubDate>8 <pubDate>Tue, 23 Dec 2008 22:10:00 -0400</pubDate> 9 9 10 10 <item> 11 11 <title>Transmission 1.41</title> 12 12 <sparkle:releaseNotesLink>http://www.transmissionbt.com/appcast/releasenotes.html</sparkle:releaseNotesLink> 13 <pubDate> Sat, 13 Dec 2008 23:50:00 -0400</pubDate>13 <pubDate>Tue, 23 Dec 2008 22:10:00 -0400</pubDate> 14 14 <enclosure 15 15 url="http://mirrors.m0k.org/transmission/files/Transmission-1.41.dmg" 16 sparkle:version="7 375"16 sparkle:version="7487" 17 17 sparkle:shortVersionString="1.41" 18 sparkle:dsaSignature="MC wCFBmUruO+FVxgRqs0QO+g9hjLEj1KAhRGYUuliDLDp/CAXXARB7C0DRyDjA=="19 length="3 915377"18 sparkle:dsaSignature="MC0CFQCEI0/Xj4pSNO+EhDphuv/QpM0QdAIUNVa4o2iwcmCF/JmQlOJtJP0iwGs=" 19 length="3697050" 20 20 sparkle:minimumSystemVersion="10.4.11" 21 21 type="application/octet-stream"/> -
branches/1.4x/macosx/appcast/releasenotes.html
r7384 r7489 20 20 <ul> 21 21 <li>Better peer management in large swarms</li> 22 <li>Support BitTorrent Enhancement Proposal (BEP) #21 "Extension for Partial Seeds"</li> 23 <li>Partial support for BEP #6 "Fast Extension" (reject, have all/none)</li> 24 <li>Honor the peer's BEP #10 reqq key, when available</li> 22 25 <li>Fix 1.40 "Got HTTP Status Code: 0" error message</li> 23 26 <li>Fix 1.40 "lazy bitfield" error</li> 24 <li>Honor the peer's BEP 10 reqq key, when available</li>25 27 <li>Fix 1.40 "jumpy upload speed" bug</li> 26 28 <li>Fix handshake peer_id error</li> -
branches/1.4x/macosx/version.sh
r7466 r7489 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR141 X-"11 USERAGENT_PREFIX="1.41 b5"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.