diff options
author | fergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917> | 2008-12-01 23:44:48 +0000 |
---|---|---|
committer | fergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917> | 2008-12-01 23:44:48 +0000 |
commit | b357e22c72cc1a8fd075fb76bb01217f24d89bee (patch) | |
tree | af104a0c7402574c57acb922d6aa8a4e7080fcb9 | |
parent | b8bd610c96069e00c615b95146a05fffb98865b0 (diff) | |
download | distcc-b357e22c72cc1a8fd075fb76bb01217f24d89bee.tar.gz |
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
-rw-r--r-- | ChangeLog | 118 | ||||
-rw-r--r-- | NEWS | 35 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 148 insertions, 7 deletions
@@ -1,4 +1,120 @@ -## distcc 3.0. +2008-10-27 22:11 Fergus Henderson <opensource@google.com> + + * Makefile.in: + + Apply matsuu's patch to fix issue 26 "missing CFLAGS for + include-server" + <http://code.google.com/p/distcc/issues/detail?id=26>. + +2008-10-27 14:38 Fergus Henderson <opensource@google.com> + + * include_server/c_extensions/distcc_pump_c_extensions_module.c: + + Applied matsuu's patch for issue 27 "failed to make distcc" + <http://code.google.com/p/distcc/issues/detail?id=27>, + 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 <opensource@google.com> + + * 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 <opensource@google.com> + + * src/arg.c: + + Fix a silly mistake (missing "== 0" after strcmp() call) + that broke the parsing of "-Wp,-MMD,..." options. + + This fixes <http://code.google.com/p/distcc/issues/detail?id=22>. + +2008-09-27 01:57 Fergus Henderson <opensource@google.com> + + * 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 <opensource@google.com> + + * 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 <opensource@google.com> + + * 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 <opensource@google.com> + + * 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 <opensource@google.com> + + * pump.in: + + Fix <http://code.google.com/p/distcc/issues/detail?id=19>: + 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 <opensource@google.com> + + * 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 <opensource@google.com> + + * 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 <opensource@google.com> + + * doc/web/index.html: + + Delete a duplicate link in the side-bar. + +2008-08-06 20:37 Fergus Henderson <opensource@google.com> + + * ChangeLog, NEWS, configure.ac: + + Change version number to "3.0", and update NEWS file and ChangeLog. 2008-08-06 15:37 Fergus Henderson <opensource@google.com> @@ -1,11 +1,36 @@ -New since distcc-3.0: +distcc-3.1 "Humming along" 2008-11-21 FEATURES: - * New "--scan-includes" option to distcc shows which headers - it would send to the remote machine in pump mode, without - actually compiling anything. This provides a simple interface - to the include server. + * New "--scan-includes" option to distcc. This shows which + headers distcc would send to the remote machine in pump mode, + without actually compiling anything. This provides a simple + interface to the include server. + + DOCUMENTATION: + + * Document all of the exit codes in the man page + (Carsten Wolff <carsten@wolffcarsten.de>, via Debian). + + BUG FIXES: + + * Handle "-Wp,-MMD,...". + + * Report a better error message if a host specification contains ",cpp" + but not ",lzo". + + * Fix a bug where the "m4" directory wasn't included in the + source distribution tarball, which caused it to stop working + if you ran autogen.sh. + + PORTABILITY: + + * Fixed a bug where the pump script was hard-coding /etc/distcc/hosts + rather than using the prefix specified to configure. + + * Fixed build errors on Gentoo Linux and some other systems + (Matsuu Takuto). + distcc-3.0 "The moment has arrived" 2008-08-06 diff --git a/configure.ac b/configure.ac index 52f56cd..07f83f4 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Process this file with autoconf to produce a configure script # As of 0.6cvs, distcc no longer uses automake, only autoconf. AC_PREREQ(2.53) -AC_INIT(distcc, 3.0, distcc@lists.samba.org) +AC_INIT(distcc, 3.1, distcc@lists.samba.org) AC_CONFIG_HEADERS(src/config.h) AC_CANONICAL_HOST |