summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <slandden@gmail.com>2018-03-03 13:40:05 -0800
committerShawn Landden <slandden@gmail.com>2018-03-07 15:01:17 -0800
commit002e68b766ccd7ad05551e67d162b71a7a773d0d (patch)
treef0a78af6b5a32ef48d3bec728f929e08f7a558b7
parent1c4a09a41a12e4d0c4c61be0aa739c21fdef74ad (diff)
downloaddistcc-git-002e68b766ccd7ad05551e67d162b71a7a773d0d.tar.gz
3.3v3.3
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
-rw-r--r--man/distccd.12
3 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf9b198..77d308d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+distcc-3.3 "Charlie the unicorn" 2018-3-3
+
+ FEATURES:
+
+ * Use masquerade as compiler white-list. Bug #155 d849ca2. (Shawn Landden)
+
+ * New --allow-private (the default) which allows non-global
+ IP and IPv6 addresses. (Shawn Landden)
+
+ * Cross-compilation support. PR #244. (Shawn Landden)
+
+ * Fix parsing of IPv6 addresses. PR #175 (Bing Sun)
+
+ * Python 3, not python 2.
+
+ * Can build without python (and without pump mode or tests).
+
distcc-3.2 "Back in black" 2011-10-11
FEATURES:
diff --git a/configure.ac b/configure.ac
index 1dee623..4e35fd6 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.69)
-AC_INIT(distcc, 3.2, distcc@lists.samba.org)
+AC_INIT(distcc, 3.3, distcc@lists.samba.org)
AC_CONFIG_HEADERS(src/config.h)
diff --git a/man/distccd.1 b/man/distccd.1
index f5bbde3..7cd9eea 100644
--- a/man/distccd.1
+++ b/man/distccd.1
@@ -214,7 +214,7 @@ starting distccd from a script or in a non-interactive
ssh connection.
.TP
.B --make-me-a-botnet
-By default (since Distcc 3.2) distcc will only execute binaries
+By default (since Distcc 3.3) distcc will only execute binaries
that are masqueraded to distcc in /usr/lib/distcc. This turns
that off, and opens distcc up to executing arbitrary code. This
feature is mainly for distcc's test suite and is called