]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 18 Oct 2014 12:32:38 +0000 (14:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Oct 2014 17:02:06 +0000 (19:02 +0200)
NEWS.txt

index 4a493ecc1f00bfaa464d5748d3d538fba38a54ac..05d32e11ef7879de098202259953bd4d781cf119 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -10,13 +10,44 @@ Release date: unknown
 New features and improvements
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-[To be done]
+- Added support for configuring ccache via one or several configuration files
+  instead of via environment variables. Environment variables still have
+  priority but are no longer the recommended way of customizing ccache
+  behavior. See the manual for more information.
+
+- Made creation of temporary directories and cache directories smarter to avoid
+  unnecessary `stat()` calls.
+
+- Various improvements and fixes on win32.
+
+- Improved test suite.
+
+- Added `--dump-manifest` command-line option for debugging purposes.
+
+- Improved efficiency of the algorithm that scans for `__DATE_` and `__TIME__`
+  tokens in the hashed source code.
+
+- Upgraded bundled zlib to version 1.2.8.
+
+- Added support for several binaries in `CCACHE_PREFIX` (separated by space).
+
+- Compiler options `-fprofile-generate`, `-fprofile-arcs` and `-fprofile-use`
+  are now handled without bailing.
+
+- The displaying and interpretation of cache size has been changed to use SI
+  units.
+
+- Default cache size is now 5 GB (was previously 1 GiB).
+
+
+[News added up to commit 757ffb19cb69f88db48f732eb8d3fc8eeb333e17.]
 
 
 Bug fixes
 ~~~~~~~~~
 
-[To be done]
+- The `-c` option is no longer passed to the preprocessor. This fixes problems
+  with clang and Solaris's C++ compiler.
 
 
 ccache 3.1.notyetreleased