Changeset 5133
- Timestamp:
- Feb 27, 2008, 1:17:21 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appcast.xml
r4994 r5133 7 7 <language>en</language> 8 8 <pubDate>Thu, 4 Jan 2008 15:30:00 -0400</pubDate> 9 <lastBuildDate> Fri, 8 Feb 2008 22:21:00 -0400</lastBuildDate>9 <lastBuildDate>Tue, 26 Feb 2008 20:07:00 -0400</lastBuildDate> 10 10 11 11 <item> 12 <title>Transmission 1.0 5Released</title>12 <title>Transmission 1.06 Released</title> 13 13 <description><![CDATA[ 14 14 <h4>Core Changes:</h4> 15 15 <ul> 16 <li> Fix 1.04 crash when parsing bencoded data</li>17 </ul>18 <h4>Mac Changes:</h4>19 <ul>20 <li>Fix bug remembering reordered groups</li>16 <li>Improvements and bugfixes to "Verify Local Data"</li> 17 <li>Use less CPU</li> 18 <li>Fix support for multitracker torrents</li> 19 <li>Updated UPnP code to miniupnpc-1.0</li> 20 <li>Fix two shutdown memory errors</li> 21 21 </ul> 22 22 23 23 Transmission 0.72 and earlier: Complete your downloads before upgrading or you will lose data!]]></description> 24 <pubDate> Fri, 8 Feb 2008 22:21:00 -0400</pubDate>25 <enclosure sparkle:version=" 4987" sparkle:shortVersionString="1.05" url="http://mirrors.m0k.org/transmission/files/Transmission-1.05.dmg" length="2659704" type="application/octet-stream"/>24 <pubDate>Tue, 26 Feb 2008 20:07:00 -0400</pubDate> 25 <enclosure sparkle:version="5115" sparkle:shortVersionString="1.06" url="http://mirrors.m0k.org/transmission/files/Transmission-1.06.dmg" length="2402771" type="application/octet-stream"/> 26 26 </item> 27 27 -
trunk/configure.ac
r5100 r5133 1 AC_INIT([transmission],[1.0 5Z],[http://trac.transmissionbt.com/newticket])2 PEERID_PREFIX="-TR10 5Z-"3 USERAGENT_PREFIX="1.0 5+"1 AC_INIT([transmission],[1.06Z],[http://trac.transmissionbt.com/newticket]) 2 PEERID_PREFIX="-TR106Z-" 3 USERAGENT_PREFIX="1.06+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
trunk/macosx/version.sh
r4994 r5133 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR10 5Z-"11 USERAGENT_PREFIX="1.0 5+"10 PEERID_PREFIX="-TR106Z-" 11 USERAGENT_PREFIX="1.06+" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.