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.