]> granicus.if.org Git - transmission/commitdiff
bump to 2.30 beta 3 2.30b3
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 17 Apr 2011 20:01:46 +0000 (20:01 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 17 Apr 2011 20:01:46 +0000 (20:01 +0000)
configure.ac
macosx/TrackerCell.m

index a2b0803ef4f349c2500b72e8089ef1813c9400b0..79ac04c7394c898f8f1ba281a229303e59e88855 100644 (file)
@@ -3,7 +3,7 @@ dnl STATUS: "X" for prerelease beta builds,
 dnl         "Z" for unsupported trunk builds,
 dnl         "0" for stable, supported releases
 dnl these should be the only two lines you need to change
-m4_define([user_agent_prefix],[2.30b2])
+m4_define([user_agent_prefix],[2.30b3])
 m4_define([peer_id_prefix],[-TR222X-])
 
 AC_INIT([transmission],
index 42faf1e47b75f2a5bb31ec3eb2979f68f8462a71..b2b01168fa0f593877ccf17ce952434964cd3e79 100644 (file)
@@ -225,6 +225,7 @@ NSMutableSet * fTrackerIconLoading;
     return (icon && icon != [NSNull null]) ? icon : [NSImage imageNamed: @"FavIcon.png"];
 }
 
+#warning better favicon detection
 - (void) loadTrackerIcon: (NSString *) baseAddress
 {
     NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];