<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/distcc-git.git/NEWS, branch python3</title>
<subtitle>github.com: distcc/distcc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/'/>
<entry>
<title>Update the NEWS and ChangeLog files, and set the version number to 3.2rc1,</title>
<updated>2011-10-25T00:42:04+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2011-10-25T00:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=5b6268876a72906f14bc235b0fa088b79ec9fd1b'/>
<id>5b6268876a72906f14bc235b0fa088b79ec9fd1b</id>
<content type='text'>
in preparation for releasing distcc version 3.2.

Reviewed by Craig Silverstein.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in preparation for releasing distcc version 3.2.

Reviewed by Craig Silverstein.

</pre>
</div>
</content>
</entry>
<entry>
<title>1. Fix some compilation errors arising from the use of</title>
<updated>2008-12-02T21:44:21+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-12-02T21:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=e690460d7abf332aa62c472604e64296941e06f7'/>
<id>e690460d7abf332aa62c472604e64296941e06f7</id>
<content type='text'>
   -Wwrite-strings when compiling the python extension module,
   due to lack of const correctness in the Python 2.2
   "Python.h" header file.
   This problem was introduced by the fix for distcc issue 26
   &lt;http://code.google.com/p/distcc/issues/detail?id=26&gt;.
   The solution was to explicitly disable these warnings
   with -Wno-write-strings.

2. Centralize the use of gcc-specific compilation options
   in conditional code in configure.ac that is only executed
   if we're using gcc.  Previously include_server/setup.py
   was hard-coding gcc-specific options, regardless of
   whether we're using gcc.

3. Don't use -Wuninitialized if CFLAGS doesn't contain "-O*",
   because -Wuninitialized only works if optimization is enabled.
   This avoids a gcc warning (and hence an error with -Werror)
   about -Wuninitialized not having any effect
   when distcc is configured with "CFLAGS=-g ./configure".

4. Add a new configure option "--disable-Werror".

   For the 3.0 release of distcc, some people porting distcc
   resorted to patching distcc to remove the -Werror option.
   -Werror is useful, so I want to keep it enabled by default,
   but I'd prefer that people are able to port distcc easily,
   hence the configure option.

   This addresses distcc issue 20
   &lt;http://code.google.com/p/distcc/issues/detail?id=20&gt;.

Reviewers: Craig Silverstein

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   -Wwrite-strings when compiling the python extension module,
   due to lack of const correctness in the Python 2.2
   "Python.h" header file.
   This problem was introduced by the fix for distcc issue 26
   &lt;http://code.google.com/p/distcc/issues/detail?id=26&gt;.
   The solution was to explicitly disable these warnings
   with -Wno-write-strings.

2. Centralize the use of gcc-specific compilation options
   in conditional code in configure.ac that is only executed
   if we're using gcc.  Previously include_server/setup.py
   was hard-coding gcc-specific options, regardless of
   whether we're using gcc.

3. Don't use -Wuninitialized if CFLAGS doesn't contain "-O*",
   because -Wuninitialized only works if optimization is enabled.
   This avoids a gcc warning (and hence an error with -Werror)
   about -Wuninitialized not having any effect
   when distcc is configured with "CFLAGS=-g ./configure".

4. Add a new configure option "--disable-Werror".

   For the 3.0 release of distcc, some people porting distcc
   resorted to patching distcc to remove the -Werror option.
   -Werror is useful, so I want to keep it enabled by default,
   but I'd prefer that people are able to port distcc easily,
   hence the configure option.

   This addresses distcc issue 20
   &lt;http://code.google.com/p/distcc/issues/detail?id=20&gt;.

Reviewers: Craig Silverstein

</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 3.1, and update the NEWS file and ChangeLog.</title>
<updated>2008-12-01T23:44:48+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-12-01T23:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=2683e9432597fd255a4cb3addc5016a66fb99db1'/>
<id>2683e9432597fd255a4cb3addc5016a66fb99db1</id>
<content type='text'>
Reviewed by Craig Silverstein.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by Craig Silverstein.

</pre>
</div>
</content>
</entry>
<entry>
<title>Provides a simple shell API to the include server:</title>
<updated>2008-09-11T18:48:19+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-09-11T18:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=5f70addb6e2967c74bda8575bb969948175ab030'/>
<id>5f70addb6e2967c74bda8575bb969948175ab030</id>
<content type='text'>
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.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

</pre>
</div>
</content>
</entry>
<entry>
<title>Change version number to "3.0", and update NEWS file and ChangeLog.</title>
<updated>2008-08-06T20:37:00+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-08-06T20:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=d0cda3378f955e7330b1443c9f99b441d7d0ff57'/>
<id>d0cda3378f955e7330b1443c9f99b441d7d0ff57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Time for another release candidate.</title>
<updated>2008-08-02T19:54:51+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-08-02T19:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=bfdc3845b88856ef08587b367b7facb4b47fe202'/>
<id>bfdc3845b88856ef08587b367b7facb4b47fe202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 3.0rc3, and update NEWS file and ChangeLog.</title>
<updated>2008-07-31T19:19:20+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-07-31T19:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=1f0e103f3070604936859efc0c21c3e47ed43042'/>
<id>1f0e103f3070604936859efc0c21c3e47ed43042</id>
<content type='text'>
Reviewed by Craig Silverstein.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by Craig Silverstein.
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete a duplicate entry from the NEWS file.</title>
<updated>2008-06-27T21:59:52+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-27T21:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=4f5df64d1e81a4748cd77804c1954a6236b9b371'/>
<id>4f5df64d1e81a4748cd77804c1954a6236b9b371</id>
<content type='text'>
Reviewers: Craig Silverstein
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: Craig Silverstein
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS file and ChangeLog for distcc 3.0rc2.</title>
<updated>2008-06-20T15:17:03+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2008-06-20T15:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=be3a3e21c9fc433cf80fb825b59d34b1de378c96'/>
<id>be3a3e21c9fc433cf80fb825b59d34b1de378c96</id>
<content type='text'>
Also mention new website, repository and maintainer in NEWS file.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also mention new website, repository and maintainer in NEWS file.

</pre>
</div>
</content>
</entry>
<entry>
<title>Update the release date.</title>
<updated>2008-06-03T05:43:50+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2008-06-03T05:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/distcc-git.git/commit/?id=613c2fbb32a67d26a78994c33ca7b50eefb6023e'/>
<id>613c2fbb32a67d26a78994c33ca7b50eefb6023e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
