]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Merge branch '3.3-maint'
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 17 Feb 2017 21:27:14 +0000 (22:27 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 17 Feb 2017 21:27:14 +0000 (22:27 +0100)
* 3.3-maint:
  Prepare for v3.3.4
  Update NEWS

1  2 
NEWS.txt
ccache.c

diff --cc NEWS.txt
index d20861bbb8db3dc62133069ed2158d7e7a6a5d9f,e15f18cd1c2d895c5f6d0ad016593de910244071..9d1bd146ba1e8213a7466c0e28cf2694fa17b1f3
+++ b/NEWS.txt
@@@ -1,23 -1,9 +1,23 @@@
  ccache news
  ===========
  
 +Unreleased 3.4
 +--------------
 +
 +New features and improvements
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 +
 +- The compiler option form `--sysroot arg` is now handled like the documented
 +  `--sysroot=arg` form.
 +
 +- Added support for caching `.su` files generated by GCC flag `-fstack-usage`.
 +
 +- Configuration errors are now treated as warnings instead of fatal errors.
 +
 +
  ccache 3.3.4
  ------------
- Release date: TBD
+ Release date: 2017-02-17
  
  New features and improvements
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@@ -31,10 -17,14 +31,13 @@@ Bug fixe
  - Fixed a regression in ccache 3.3 related to potentially bad content of
    dependency files when compiling identical source code but with different
    source paths. This was only partially fixed in 3.3.2 and reverts the new
-   "Names of included files are no longer included in the hash of the compiler's
-   preprocessed output" feature in 3.3.
+   ``Names of included files are no longer included in the hash of the
+   compiler's preprocessed output'' feature in 3.3.
  
+ - Corrected statistics counter for `-optf`/`--options-file` failure.
+ - Fixed undefined behavior warnings in ccache found by `-fsanitize=undefined`.
  
 -
  ccache 3.3.3
  ------------
  Release date: 2016-10-26
diff --cc ccache.c
Simple merge