summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2019-08-17 21:59:53 +0200
committerJoel Rosdahl <joel@rosdahl.net>2019-08-17 21:59:53 +0200
commitaa910da840ee181937a8c5600fba500d980f8546 (patch)
tree704b40b0e82dafd26b09ea6e1e876429a167b22c
parent8c0a53c00f7d1d06aa4837d77f1dff23ae7c1150 (diff)
downloadccache-aa910da840ee181937a8c5600fba500d980f8546.tar.gz
Update NEWS
-rw-r--r--doc/NEWS.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/NEWS.adoc b/doc/NEWS.adoc
index c92aed72..4df5da56 100644
--- a/doc/NEWS.adoc
+++ b/doc/NEWS.adoc
@@ -8,10 +8,10 @@ Unreleased
Bug fixes
~~~~~~~~~
-- The cache size (which is counted in "used disk blocks") is now correct on
+- The cache size (which is counted in “used disk blocks”) is now correct on
filesystems that use more or less disk blocks than conventional filesystems,
e.g. ecryptfs or btrfs/zfs with transparent compression. This also fixes a
- related problem with ccache's own test suite.
+ related problem with ccache's own test suite when run on such file systems.
- Fixed a regression in 3.7.2 when using the compiler option “-Werror” and then
“-Wno-error” later on the command line.