summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-09-18 13:36:43 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-09-18 13:37:26 +0200
commitfe67d875852b009780f78f0613721a8d9837f7e5 (patch)
tree29e2ca7c428891dfeebd124f72057ab6e1891bee
parentc83676c70c5a11a3ea9893a903609fa030bd7dfa (diff)
downloaddabmod-fe67d875852b009780f78f0613721a8d9837f7e5.tar.gz
dabmod-fe67d875852b009780f78f0613721a8d9837f7e5.tar.bz2
dabmod-fe67d875852b009780f78f0613721a8d9837f7e5.zip
Prepare release v0.5.4v0.5.4
-rw-r--r--ChangeLog10
-rw-r--r--INSTALL1
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1d6853..8966bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
This file contains information about the changes done to
the ODR-DabMod in this repository
+2015-09-18: Matthias P. Braendli <matthias@mpb.li>
+ (v0.5.4)
+ * odr-dabmod:
+ Better GPSDO handling, both for Ettus GPSDO
+ and ODR LEA-M8F board.
+ Add (experimental) TII support.
+ Improve thread priority definition.
+ Simplify handling of TIST offset, and add to RC.
+ Switch projecet to C++11.
+
2015-07-24: Matthias P. Braendli <matthias@mpb.li>
(v0.5.3)
* odr-dabmod:
diff --git a/INSTALL b/INSTALL
index 1e322c3..6e91627 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
Required dependencies:
======================
+ * A C++11 capable compiler
* Boost 1.41 or later
* Optional UHD for USRP
* Optional ZeroMQ http://www.zeromq.org
diff --git a/configure.ac b/configure.ac
index 21e5a44..6e9e46e 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.3], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMod], [0.5.4], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM