"Fossies" - the Fresh Open Source Software Archive 
Member "swig-4.1.1/CCache/debian/NEWS" (30 Nov 2022, 930 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 ccache (2.4-8) unstable; urgency=high
2
3 zlib compression is now enabled by default in order to increase the amount
4 of object files that can fit in the cache.
5
6 The impact on performance is supposed to be almost negligible
7 (see http://www.gustaebel.de/lars/ccache/). If you do want to disable
8 it however, simply export the CCACHE_NOCOMPRESS environment variable.
9
10 Note that a zlib-enabled ccache will still read your existing
11 uncompressed cache. If you want to compress/uncompress your cache,
12 see the manage-cache.sh script under /usr/share/doc/ccache/examples/.
13
14 -- Francois Marier <francois@debian.org> Sun, 20 May 2007 19:45:07 +1200
15
16 ccache (2.4-1) unstable; urgency=low
17
18 * This release changes the hash input slighly, so you will probably find
19 that you will not get any hits against your existing cache when you
20 upgrade.
21
22 -- Francois Marier <francois@debian.org> Sat, 11 Jun 2005 13:54:33 -0400