From: Joel Rosdahl Date: Sat, 25 Mar 2017 19:41:05 +0000 (+0100) Subject: Update NEWS X-Git-Tag: v3.3.5~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba818649ad64ce35dc6f0c66c63323914d875a9;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/NEWS.txt b/NEWS.txt index 225a400ab..78d040669 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -11,6 +11,8 @@ Bug fixes - Fixed a regression where the original order of debug options could be lost. This reverts the ``Improved parsing of `-g*` options'' feature in ccache 3.3. +- Multiple `-fdebug-prefix-map` options should now be handled correctly. + ccache 3.3.4 ------------