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