]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Prepare for v3.1.8 v3.1.8
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Aug 2012 09:02:05 +0000 (11:02 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Aug 2012 09:02:05 +0000 (11:02 +0200)
AUTHORS.txt
NEWS.txt

index db7a4b0f8c2b49583398579e55341035cb2e40e4..22d0707bfc84a2ea639a7005e2d342c6dcdf5c9a 100644 (file)
@@ -12,18 +12,22 @@ ccache is a collective work with contributions from many people, including:
 * Björn Jacke <bj@sernet.de>
 * Bo Rydberg <bolry@hotmail.com>
 * Clemens Rabe <crabe@gmx.de>
+* Eric Blau <Eric.Blau@tekelec.com>
 * Francois Marier <francois@debian.org>
 * Joel Rosdahl <joel@rosdahl.net>
 * John Coiner <john.coiner@amd.com>
 * Karl Chen <quarl@cs.berkeley.edu>
 * Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
+* Lalit Chhabra <lchhabra@linuxmail.org>
 * Lars Gustäbel <lars@gustaebel.de>
+* Lubos Lunak <l.lunak@suse.cz>
 * Martin Pool <mbp@sourcefrog.net>
 * Owen Mann <owen@mann.org>
+* Patrick von Reth <vonreth@kde.org>
 * Paul Griffith <paulg@cse.yorku.ca>
+* RW <fbsd06@mlists.homeunix.com>
 * Ramiro Polla <ramiro.polla@gmail.com>
 * Robin H. Johnson <robbat2@gentoo.org>
-* RW <fbsd06@mlists.homeunix.com>
 * Tim Potter <tpot@samba.org>
 * Tor Arne Vestbø <torarnv@gmail.com>
 * Ville Skyttä <ville.skytta@iki.fi>
index c966f720cb94f97ec273860b973f39fe801527eb..1ffa0a29c51a1ac88ec464326c7ca9a6fd992f44 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,39 @@ ccache news
 ===========
 
 
+ccache 3.1.8
+------------
+Release date: 2012-08-11
+
+
+New features and improvements
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+    - Made paths to dependency files relative in order to increase cache hits.
+    - Added work-around to make ccache work with buggy GCC 4.1 when creating a
+      pre-compiled header.
+    - Clang plugins are now hashed to catch plugin upgrades.
+
+
+Bug fixes
+~~~~~~~~~
+
+    - Fixed crash when the current working directory has been removed.
+    - Fixed crash when stderr is closed.
+    - Corrected a corner case when parsing backslash escapes in string
+      literals.
+    - Paths are now correctly canonicalized when computing paths relative to
+      the base directory.
+
+
+Other
+~~~~~
+
+    - Made git version macro work when compiling outside of the source
+      directory.
+    - Fixed `static_assert` macro definition clash with GCC 4.7.
+
+
 ccache 3.1.7
 ------------
 Release date: 2012-01-08