]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Oct 2014 17:04:08 +0000 (19:04 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Oct 2014 17:04:08 +0000 (19:04 +0200)
NEWS.txt

index 9d199faf4e9d0cb215c48255b9e594b6ed991395..063cdc28c45fad0ab2efccbf9adaecc0bea556c2 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,15 +2,15 @@ ccache news
 ===========
 
 
-ccache 3.1.notyetreleased
--------------------------
-Release date: unknown
+ccache 3.1.10
+-------------
+Release date: 2014-10-19
 
 
 New features and improvements
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- Added support for `-Xclang` compiler option.
+- Added support for the `-Xclang` compiler option.
 
 - Improved handling of exit code of internally executed processes.
 
@@ -40,8 +40,8 @@ Bug fixes
 - Fixed path canonicalization in `make_relative_path()` when path doesn't
   exist.
 
-- Fixed bug in `common_dir_prefix_length()`. This fixes a bug in the
-  `CCACHE_BASEDIR` behavior.
+- Fixed bug in `common_dir_prefix_length()`. This corrects the `CCACHE_BASEDIR`
+  behavior.
 
 - ccache no longer tries to create the cache directory when `CCACHE_DISABLE` is
   set.