Accepting request 966675 from home:AndreasStieger:branches:devel:tools:building

ccache 4.6

OBS-URL: https://build.opensuse.org/request/show/966675
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=119
This commit is contained in:
Martin Pluskal
2022-04-04 07:30:19 +00:00
committed by Git OBS Bridge
parent fc238fadf1
commit 9408aba3f6
7 changed files with 44 additions and 39 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Apr 3 17:54:58 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- ccache 4.6:
* Add an option to use a bearer token with the HTTP backend.
* Add support for caching standard output from the compiler.
* Add a new --inspect option for debugging cache entries,
replacing the previous --dump-manifest and --dump-result
options
* Enable HTTP keep-alive by default
* Improve detection of the .incbin assembler directive to reduce
false positives
* Ccache now verifies that /run/user/<UID>/ccache-tmp is writable
before using it for temporary files
* Fix statistics output for secondary storage
* Fix a problem when copying a cache entry from secondary storage
into an empty primary storage.
* The process umask is now respected when making hard linked files
read only
* A forced recache is no longer considered a “direct cache miss”
* Documentation updates
- drop xxhash-avoid-armv6-unaligned-access.patch, included
-------------------------------------------------------------------
Fri Dec 17 15:25:36 UTC 2021 - Dirk Müller <dmueller@suse.com>