Path to this page:
Subject: CVS commit: pkgsrc/devel/distcc
From: Martti Kuparinen
Date: 2004-07-07 13:43:58
Message id: 20040707114358.7A4352DA1D@cvs.netbsd.org
Log Message:
Updated distcc to 2.15
* Fix crash bug in receiving LZO compressed data into a mmapped file.
* Remove redundant temporary file cleanup in non-forking mode.
* Client calculates and can display the overall throughput in preprocessed
bytes per second for remote jobs.
* The deprecated fork-after-exec mode controlled by the --no-prefork option
has been removed.
* mmap is no longer used for compressed data to simplify the code.
* Daemon now chdirs to $TMPDIR at startup rather than /. This allows dumping
core, among other things.
Files: