summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-26 12:16:30 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-26 12:16:30 +0200
commiteec9fecdbf1d4e258243b95de3d6a114551b318b (patch)
treecce0c6462ddd239d3e62e6960f82d5ee71cebec2
parent59568916be86222b487d092ab057ec42194fded3 (diff)
downloaddabmux-0.7.2.tar.gz
dabmux-0.7.2.tar.bz2
dabmux-0.7.2.zip
Prepare v0.7.2v0.7.2
-rw-r--r--ChangeLog11
-rw-r--r--README.md1
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4524c1a..e21d645 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
This file contains information about the changes done to
the ODR-DabMux in this repository
+2014-09-26: Matthias P. Braendli <matthias@mpb.li>
+ (v0.7.2):
+ Fix a memory leak with the ZMQ input.
+ Fix handling of timestamps when using ZMQ input.
+ Add the experimental EDI output.
+ Support new ZeroMQ frame format also for toolame-dab.
+ Update FarSync driver to latest version.
+ When used without configuration file, LTO defaults to auto,
+ TM defaults to 1.
+ Add protection profile option to configuration.
+
2014-05-20: Matthias P. Braendli <matthias@mpb.li>
(v0.7.1):
This is a bugfix release, with a minor update
diff --git a/README.md b/README.md
index 067a75d..88b3bf4 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ In addition to the features of CRC-DabMux, this fork contains:
- includes a Telnet Remote Control for setting/getting parameters
(can change subchannel and component labels, and ZMQ input buffer
parameters)
+- an experimental EDI output
The src/ directory contains the source code of ODR-DabMux.
diff --git a/configure.ac b/configure.ac
index 20f6a16..1db489b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([ODR-DabMux], [0.7.1], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMux], [0.7.2], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])