From: Andrew Tridgell Date: Wed, 27 Jan 2010 06:58:16 +0000 (+1100) Subject: announce new maintainer and add git instructions X-Git-Tag: v3.0pre0~100^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5682b0cb1723f27c852931c14876a9cdee220de7;p=thirdparty%2Fccache.git announce new maintainer and add git instructions Joel Rosdahl is now the maintainer of ccache. Best wishes Joel! --- diff --git a/web/index.html b/web/index.html index e7362a369..f8a590a0d 100644 --- a/web/index.html +++ b/web/index.html @@ -16,27 +16,12 @@ href="http://compilercache.sourceforge.net/">compilercache program as a bourne shell script. ccache is a re-implementation of Erik's idea in C with more features and better performance.

-

Latest release

+

New maintainer!

-The latest release is ccache 2.4. - - - -See the manual page for details -on the new options.

- -You can get this release from the download directory - -

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 Joel +Rosedahl 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.

Why bother?

@@ -117,11 +102,11 @@ build system. You can download the latest release from the download directory.

-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:

-  cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co ccache
+  git clone git://git.samba.org/ccache.git
 
To fetch via rsync use this command: