]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
announce new maintainer and add git instructions
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Jan 2010 06:58:16 +0000 (17:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 27 Jan 2010 06:58:16 +0000 (17:58 +1100)
Joel Rosdahl is now the maintainer of ccache. Best wishes Joel!

web/index.html

index e7362a36909e91201556eca874b87ddbc5992ff5..f8a590a0d50e5f00c609fcec7d33a89b7830575c 100644 (file)
@@ -16,27 +16,12 @@ href="http://compilercache.sourceforge.net/">compilercache</a> program
 as a bourne shell script. ccache is a re-implementation of Erik's idea
 in C with more features and better performance.<p>
 
-<h2>Latest release</h2>
+<h2>New maintainer!</h2>
 
-The latest release is ccache 2.4.
-
-<ul>
-<li>Added CCACHE_READONLY option
-<li>Added CCACHE_TEMPDIR option
-<li>fixed handling of hard-linked compilers on AIX
-<li>added O_BINARY support, to try and support win32 compiles
-<li>show cache directory in stats output
-<li>fixed handling of HOME environment variable
-</ul>
-
-See the <a href="/ccache-man.html">manual page</a> for details
-on the new options.<p>
-
-You can get this release from the <a href="http://samba.org/ftp/ccache/">download directory</a> 
-
-<p>NOTE! This release changes the hash input slighly, so you will
-probably find that you will not get any hits against your existing
-cache when you upgrade.
+I'm pleased to announce that <a href="http://joel.rosdahl.net/">Joel
+Rosedahl</a> has volunteered to take over maintainence of ccache. Joel
+has been working on enhancements to ccache for a while, and has
+considerable experience with other free software projects.
 
 <h2>Why bother?</h2>
 
@@ -117,11 +102,11 @@ build system.
 You can download the latest release from the <a
 href="http://samba.org/ftp/ccache/">download directory</a>.<p>
 
-For the bleeding edge, you can fetch ccache via CVS or
+For the bleeding edge, you can fetch ccache via git or
 rsync. To fetch via cvs use the following command:
 
 <pre>
-  cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co ccache
+  git clone git://git.samba.org/ccache.git
 </pre>
 
 To fetch via rsync use this command: