From: Joel Rosdahl Date: Sat, 7 Sep 2019 17:45:10 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v4.0~791 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=267678464e4ed6cd1630643b50c5db20a1345fbd;p=thirdparty%2Fccache.git Update NEWS --- diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc index 78e75a81d..c5c93eb48 100644 --- a/doc/NEWS.adoc +++ b/doc/NEWS.adoc @@ -25,6 +25,12 @@ High-level summary of changes (work in progress) - A C++11 compiler is now required to build ccache. +- There is a new -x/--show-compression option which shows some statistics about + cache compression. + +- A progress bar has been added to show the progress of time-consuming + options like -c/--cleanup, -C/--clear and -x/--show-compression. + - (More to be written.)