From 2b7633a5cea6fc26d66510487b3fc7377a2c1fa6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 11 Feb 2014 11:59:04 +0100 Subject: Update ChangeLog for v0.4.1 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1615bf..274b0b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ This file contains information about the changes done to the ODR-DabMux in this repository +2014-02-11: Matthias P. Braendli + (v0.4.1) + * crc-dabmux: + Include zmq.hpp locally and prefer it over the + system one. + Fix wrong usage of zmq::socket_t.recv + 2014-02-07: Matthias P. Braendli (v0.4.0) * crc-dabmux: diff --git a/configure.ac b/configure.ac index e7b7be7..997f544 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMux. If not, see . AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [0.4.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.4.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects]) -- cgit v1.2.3