Skip to content

Commit

Permalink
3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnl committed Mar 7, 2018
1 parent 1c4a09a commit 002e68b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion man/distccd.1
Expand Up @@ -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
Expand Down

0 comments on commit 002e68b

Please sign in to comment.