]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Aug 2019 19:59:53 +0000 (21:59 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 17 Aug 2019 19:59:53 +0000 (21:59 +0200)
doc/NEWS.adoc

index c92aed723d839df7966f0712ef0fab301a8bb926..4df5da5686e9b3ebf00380b6c52e8e4e5c1a1cba 100644 (file)
@@ -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.