summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-04 11:28:36 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-04 11:30:08 +0200
commitab60de8f913f2cddca5a890cbb0589ee7ae2c0a5 (patch)
tree537fc58bdc610efc738faff1d6f1453b23000c81
parent0a509f9424e9ca1768e430f98038962b47df6541 (diff)
downloaddabmod-ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5.tar.gz
dabmod-ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5.tar.bz2
dabmod-ab60de8f913f2cddca5a890cbb0589ee7ae2c0a5.zip
Prepare release 0.4.3v0.4.3
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e56d957..df458a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])