Ccache version 4.5.1 has been released
Joel Rosdahl via ccache <[email protected]> Wed, 17 Nov 2021 20:49:00 +0100
| Newsgroups | gmane.comp.compilers.ccache |
|---|---|
| Message-ID | <CAK8D=pgi9x-wvdLYPjV2+kRXAV3kvQiPmhLx4+n8twGSY+DSnw@mail.gmail.com> |
Ccache version 4.5.1 is now available. Release archives can be found here:
https://ccache.dev/download.html
Bug fixes:
- Fixed entry_size field for result entries. This bug affected the
recompression feature (“-X”/“--recompress”) in ccache 4.5.
- The actual compression level is now once again stored in the cache entry
header.
- Corrected error handling for non-constructible secondary storage backends.
For instance, this avoids a crash when a Redis server can't be reached.
Contributors (in alphabetical order) to this release:
- Joel Rosdahl
-- Joel