summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <shawn@git.icu>2021-05-11 21:26:29 +0400
committerShawn Landden <shawn@git.icu>2021-05-11 21:26:29 +0400
commit50d821efe99cae82c05be0a4ab3b4035ef0d3883 (patch)
treeabca247727883d16aa149869faef3d8b6690990a
parenteadc3800906c9487ca1a1461a511ac372826e06b (diff)
downloaddistcc-git-50d821efe99cae82c05be0a4ab3b4035ef0d3883.tar.gz
3.4v3.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 77d308d..b78fb8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+distcc-3.4 "Lax lexer" 2021-4-11
+
+ FEATURES
+
+ * distccmon-gnome ported from gtk2 to gtk3
+
+ * Remove debug lag in spawning new threads. (better multi-core performance)
+
+ * Bug fixes.
+
distcc-3.3 "Charlie the unicorn" 2018-3-3
FEATURES:
diff --git a/configure.ac b/configure.ac
index 34531cc..948946b 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.3.5, distcc@lists.samba.org)
+AC_INIT(distcc, 3.4, distcc@lists.samba.org)
AC_CONFIG_HEADERS(src/config.h)
AC_CONFIG_MACRO_DIRS([m4])