summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-12-01 23:44:48 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-12-01 23:44:48 +0000
commitb357e22c72cc1a8fd075fb76bb01217f24d89bee (patch)
treeaf104a0c7402574c57acb922d6aa8a4e7080fcb9 /ChangeLog
parentb8bd610c96069e00c615b95146a05fffb98865b0 (diff)
downloaddistcc-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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog118
1 files changed, 117 insertions, 1 deletions
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 <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>