From b357e22c72cc1a8fd075fb76bb01217f24d89bee Mon Sep 17 00:00:00 2001 From: "fergus.henderson" Date: Mon, 1 Dec 2008 23:44:48 +0000 Subject: Bump version number to 3.1, and update the NEWS file and ChangeLog. Reviewed by Craig Silverstein. git-svn-id: http://distcc.googlecode.com/svn/trunk@625 01de4be4-8c4a-0410-9132-4925637da917 --- ChangeLog | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 117 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a899e33..10eedfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,120 @@ -## distcc 3.0. +2008-10-27 22:11 Fergus Henderson + + * Makefile.in: + + Apply matsuu's patch to fix issue 26 "missing CFLAGS for + include-server" + . + +2008-10-27 14:38 Fergus Henderson + + * include_server/c_extensions/distcc_pump_c_extensions_module.c: + + Applied matsuu's patch for issue 27 "failed to make distcc" + , + which was a build problem on "Gentoo, x86-64, gcc-4.1.2, + glibc-2.6.1, python-2.5.2". + +2008-10-27 14:17 Fergus Henderson + + * Makefile.in: + + Include the "m4" directory in the source distribution tarball, + so that users of the source distribution can (re)run "autogen.sh". + + Reviewers: Craig Silverstein + +2008-10-05 16:43 Fergus Henderson + + * src/arg.c: + + Fix a silly mistake (missing "== 0" after strcmp() call) + that broke the parsing of "-Wp,-MMD,..." options. + + This fixes . + +2008-09-27 01:57 Fergus Henderson + + * include_server/test_data/gws-main.o.cmd[DEL]: + + Delete an unused test data file; it became dead after my + previous change which deleted the test that used it. + +2008-09-27 01:55 Fergus Henderson + + * include_server/parse_command_test.py: + + Delete an unused test case: the test was hard-coded to always pass + anyway, + so it wasn't testing anything useful. + +2008-09-13 17:23 Fergus Henderson + + * doc/web/man/distcc_1.html, man/distcc.1, src/exitcode.h: + + Incorporate 01_distcc_man.dpatch from debian distribution. + This patch adds documentation of all of the exit codes to the man + page. + + Also add comment to exitcode.h reminding maintainers to update the man + page. + + Also update the HTML versions of the man pages. + +2008-09-11 18:48 Fergus Henderson + + * NEWS, include_server/include_analyzer.py, man/distcc.1, src/clirpc.c, + src/compile.c, src/compile.h, src/distcc.c, src/distcc.h, + src/include_server_if.c, src/include_server_if.h, src/util.c, + test/testdistcc.py: + + Provides a simple shell API to the include server: + add a new "--scan-includes" option to distcc which shows + which headers distcc would send to the remote machine in + pump mode, without actually compiling anything. + +2008-09-10 02:39 Fergus Henderson + + * pump.in: + + Fix : + the pump script was hard-coding /etc/distcc/hosts rather + than using the prefix specified to configure. + + Reviewed by Craig Silverstein. + +2008-09-08 17:51 Fergus Henderson + + * Makefile.in, src/hosts.c: + + Report a better error message if a host specification contains ",cpp" + but not ",lzo". + + Previously, setting ",cpp" without ",lzo" would quietly set the + protocol + version to -1, which the server would then quietly reject (logging as + "REJ_BAD_REQ"), and then the client would guess (poorly) at why the + server had dropped the connection. + + Reviewed by Craig Silverstein. + +2008-08-07 22:58 Fergus Henderson + + * doc/web/man/distcc_1.html, doc/web/man/pump_1.html: + + Update the HTML versions of the man pages. + +2008-08-07 22:50 Fergus Henderson + + * doc/web/index.html: + + Delete a duplicate link in the side-bar. + +2008-08-06 20:37 Fergus Henderson + + * ChangeLog, NEWS, configure.ac: + + Change version number to "3.0", and update NEWS file and ChangeLog. 2008-08-06 15:37 Fergus Henderson -- cgit v1.2.1