SHA256
1
0
forked from pool/ccache

- Update to 3.2.5

* Only pass clang-specific -stdlib= to the preprocessor.
  * Improved handling of stale NFS handles.
  * Made it harder to misinterpret documentation of boolean
    environment settings' semantics.
  * Corrected "Performance" section in the manual regarding __DATE_,
    __TIME__ and __FILE__ macros.
  * Don’t (try to) update manifest file in “read-only” and 
    “read-only direct” modes.
  * Fixed a bug in caching of stat system calls in “file_stat_matches
    sloppiness mode”.
  * Fixed bug in hashing of clang plugins, leading to unnecessary
    cache misses.
  * Fixed --print-config to show “pch_defines sloppiness”.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=43
This commit is contained in:
Ismail Dönmez
2016-04-28 07:21:07 +00:00
committed by Git OBS Bridge
parent fb6cd76ae5
commit bfdeb82b50
6 changed files with 40 additions and 22 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Apr 28 07:17:22 UTC 2016 - idonmez@suse.com
- Update to 3.2.5
* Only pass clang-specific -stdlib= to the preprocessor.
* Improved handling of stale NFS handles.
* Made it harder to misinterpret documentation of boolean
environment settings' semantics.
* Corrected "Performance" section in the manual regarding __DATE_,
__TIME__ and __FILE__ macros.
* Dont (try to) update manifest file in “read-only” and
“read-only direct” modes.
* Fixed a bug in caching of stat system calls in “file_stat_matches
sloppiness mode”.
* Fixed bug in hashing of clang plugins, leading to unnecessary
cache misses.
* Fixed --print-config to show “pch_defines sloppiness”.
-------------------------------------------------------------------
Thu Oct 8 20:32:17 UTC 2015 - mpluskal@suse.com