aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 868055e..e710655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-09-10: Matthias P. Braendli <matthias@mpb.li>
+ (v3.1.0):
+ Add ability to specify full path for -o.
+ Don't delay DLS transmission on overlap.
+
2020-09-23: Matthias P. Braendli <matthias@mpb.li>
(v3.0.0):
Replacement of PAD fifo with a socket, offering bidirectional
diff --git a/configure.ac b/configure.ac
index 3d70686..57c0f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
-
-AC_INIT([ODR-PadEnc], [3.0.0], [http://opendigitalradio.org/])
+AC_INIT([ODR-PadEnc], [3.1.0], [http://opendigitalradio.org/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])