From 237ba36c1071b3115e59b5ce1c97f75a38aa4a2b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2014 17:55:36 +0100 Subject: Prepare release v0.4.1 --- ChangeLog | 11 +++++++++++ configure.ac | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e2b629..a5050f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2014-02-11: Matthias P. Braendli + (v0.4.1) + * odr-dabmod: + Include zmq.hpp and prefer it over the one + provided by the system. + Add the channel option to the configuration file + for the UHD output. + Replace fprintf calls by correct usage of the + logging subsystem. + Fix some compilation warnings. + 2014-02-07: Matthias P. Braendli (v0.4.0) * odr-dabmod: diff --git a/configure.ac b/configure.ac index 69bcbd6..bca0ac2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the # Queen in Right of Canada (Communications Research Center Canada) +# Copyright (C) 2014 Matthias P. Braendli, http://mpb.li + # This file is part of ODR-DabMod. # # ODR-DabMod is free software: you can redistribute it and/or modify @@ -17,7 +19,7 @@ # along with ODR-DabMod. If not, see . AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.4.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.4.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) -- cgit v1.2.3