]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
- updated spec version
authorAndrew Tridgell <tridge@samba.org>
Thu, 25 Sep 2003 05:42:01 +0000 (07:42 +0200)
committerAndrew Tridgell <tridge@samba.org>
Thu, 25 Sep 2003 05:42:01 +0000 (07:42 +0200)
- updated html manpage

packaging/ccache.spec
web/ccache-man.html

index dd11001acc4084b0165a2d2bb79b6595a4c98f87..344ba550338689dd5f3116593768dc3c976e8642 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Compiler Cache\r
 Name: ccache\r
-Version: 2.0\r
+Version: 2.3\r
 Release: 1\r
 Group: Development/Languages\r
 License: GPL\r
index ad27b3e9c3977d7775e01697d42cf69ad07f1538..f739ddbd268484e19c1a0b2957e694166708e7f6 100644 (file)
@@ -273,6 +273,11 @@ are:
 <li > ccache can handle a much wider ranger of compiler options
 <li > ccache avoids a double call to cpp on a cache miss
 </ul>
+<p><h2>BUGS</h2>
+    
+<p>When the cache is stored on an NFS filesystem, the filesystem must be
+exported with the <strong>no_subtree_check</strong> option to make renames between
+directories reliable.
 <p><h2>CREDITS</h2>
     
 <p>Thanks to the following people for their contributions to ccache