From 002e68b766ccd7ad05551e67d162b71a7a773d0d Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Sat, 3 Mar 2018 13:40:05 -0800 Subject: [PATCH] 3.3 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- man/distccd.1 | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cf9b1981..77d308da 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 1dee623d..4e35fd6e 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 f5bbde3d..7cd9eea6 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