summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8966bbc..2d0941a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
This file contains information about the changes done to
the ODR-DabMod in this repository
+2015-11-27: Matthias P. Braendli <matthias@mpb.li>
+ (v0.5.5):
+ * odr-dabmod:
+ Fix compile errors with recent C++ standard library.
+ Correct command line options when using UHD and ZMQ input.
+ Enable ZeroMQ be default in ./configure
+
2015-09-18: Matthias P. Braendli <matthias@mpb.li>
(v0.5.4)
* odr-dabmod:
diff --git a/configure.ac b/configure.ac
index 72a5004..bdbc05c 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.5.4], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMod], [0.5.5], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM