summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-07-31 19:19:20 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-07-31 19:19:20 +0000
commitd79c90872457c20e4c0b0bc36e0695f3619c3085 (patch)
tree7ecb9d8ae05c7b475548a75b37d869137e416654 /NEWS
parent8178aa9c10e3fa0c521639059d654dba94dd85ba (diff)
downloaddistcc-d79c90872457c20e4c0b0bc36e0695f3619c3085.tar.gz
Bump version number to 3.0rc3, and update NEWS file and ChangeLog.
Reviewed by Craig Silverstein. git-svn-id: http://distcc.googlecode.com/svn/trunk@578 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6b8970d..08c7323 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
+distcc-3.0rc3 "Third time lucky." 2008-07-31
+
+ FEATURES:
+
+ * New "--without-avahi" option to configure (Lei Zhang).
+
+ BUG FIXES:
+
+ * Fixed a problem where pump mode was falling back to local compilation
+ when compiling with -I options that refer to a subdirectory of one
+ of the default system include directories (Nils Klarlund, Fergus Henderson).
+
+ * Allow distcc to distribute commands that use "-MF<filename>"
+ rather than "-MF <filename>", and likewise for "-MT<target>".
+
+ PORTABILITY:
+
+ * Fixed a build problem on ARM and Solaris systems.
+
+ * Fixed a build problem on some Linux systems reported by Daisuke Nishikawa.
+
+ * Fixed failure of "make install" on Cygwin.
+
distcc-3.0rc2 "Anti-aliasing." 2008-06-19
- BUG FIXES
+ BUG FIXES:
* Fallback to local compilation for "-march=native" or "mtune=native"
(Maks Verver).