summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])