comparison lib/swig/swigwin-2.0.11/CCache/debian/NEWS @ 1899:b3009adc0e2f

Adding swig, gitignore, hgignore
author Nomad
date Mon, 21 Oct 2013 10:42:27 +0200
parents
children
comparison
equal deleted inserted replaced
1867:eb580660bbbb 1899:b3009adc0e2f
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