diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-04 11:28:36 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-04 11:30:08 +0200 |
commit | ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5 (patch) | |
tree | 537fc58bdc610efc738faff1d6f1453b23000c81 | |
parent | 0a509f9424e9ca1768e430f98038962b47df6541 (diff) | |
download | dabmod-ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5.tar.gz dabmod-ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5.tar.bz2 dabmod-ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5.zip |
Prepare release 0.4.3v0.4.3
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,16 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2014-04-04: Matthias P. Braendli <matthias@mpb.li> + (v0.4.3) + * odr-dabmod: + Various UHD improvements, esp. related to + external clock input handling. + ZeroMQ input protocol format updated to avoid + frame phase alignment errors (not + backward compatible) + Various cleanup and fixes + 2014-03-07: Matthias P. Braendli <matthias@mpb.li> (v0.4.2) * odr-dabmod: diff --git a/configure.ac b/configure.ac index c31306a..c176d3f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.4.2], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.4.3], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) |