From: Anders Björklund Date: Sat, 6 Feb 2016 14:21:28 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.3~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b94fdac0e5d9301124ba03f7300ccab212803b7;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 55108c2ae..8f1f66d68 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -28,6 +28,9 @@ New features and improvements - If hard-linking is enabled and but fails (e.g. due to cross-device linking), ccache now falls back to copying instead of running the compiler. +- Add support for relocating debuginfo cwd using `-f-debug-prefix-map`. + This allows getting cache hits with base_dir, even using hash_dir. + Bug fixes ~~~~~~~~~