diff --git a/NEWS b/NEWS index 36067124e..b14ff365a 100644 --- a/NEWS +++ b/NEWS @@ -5,9 +5,9 @@ NEWS file for Transmission - All Platforms + Better data recovery in the case of an OS or Transmission crash + Upgrade DHT to version 0.8 - + If a downloaded file is moved, stop the torrent instead of redownloading it + + If a data file is moved, stop the torrent instead of redownloading it + Fix bug that didn't list some peers in the resume file and in PEX - + Make torrent error messages more helpful + + More helpful torrent error messages + DHT now honors the bind-address-ipv4 configuration option + Fix Debian build error with miniupnpc + Fix Cygwin build error with strtold diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index fe01a5bfc..499ef68d7 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2339,7 +2339,7 @@ GCC_MODEL_PPC64 = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREPROCESSOR_DEFINITIONS = ""; + GCC_PREPROCESSOR_DEFINITIONS = MACOSX; GCC_UNROLL_LOOPS = YES; GCC_VERSION = 4.2; GCC_WARN_ABOUT_MISSING_NEWLINE = NO; @@ -2485,7 +2485,10 @@ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREPROCESSOR_DEFINITIONS = NS_BLOCK_ASSERTIONS; + GCC_PREPROCESSOR_DEFINITIONS = ( + MACOSX, + NS_BLOCK_ASSERTIONS, + ); GCC_UNROLL_LOOPS = YES; GCC_VERSION = 4.2; GCC_WARN_ABOUT_MISSING_NEWLINE = NO; @@ -2575,7 +2578,7 @@ GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREPROCESSOR_DEFINITIONS = ""; + GCC_PREPROCESSOR_DEFINITIONS = MACOSX; GCC_UNROLL_LOOPS = YES; GCC_VERSION = 4.2; GCC_WARN_ABOUT_MISSING_NEWLINE = NO;