SHA256
1
0
forked from pool/ccache

Accepting request 156229 from home:adra:branches:devel:tools:building

Update to 3.1.9

OBS-URL: https://build.opensuse.org/request/show/156229
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=30
This commit is contained in:
Ismail Dönmez
2013-02-24 11:28:51 +00:00
committed by Git OBS Bridge
parent 7e9c54ae6c
commit 60141c1530
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Feb 23 20:55:27 UTC 2013 - asterios.dramis@gmail.com
- Update to 3.1.9:
- The EAGAIN signal is now handled correctly when emitting cached stderr
output. This fixes a problem triggered by large error outputs from the
compiler.
- Subdirectories in the cache are no longer created in read-only mode.
- Fixed so that ccache's log file descriptor is not made available to the
compiler.
- Improved error reporting when failing to create temporary stdout/stderr
files when executing the compiler.
- Disappearing temporary stdout/stderr files are now handled gracefully.
- Fixed test suite to work on ecryptfs.
-------------------------------------------------------------------
Fri Jan 4 23:37:14 UTC 2013 - llunak@suse.com