summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2013-11-12 20:30:57 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2013-11-12 20:30:57 +0100
commit7d88451360932951c64769f8ed9abe784b046719 (patch)
treee7fd405c18e33d726827b5ce44f8a2fbfe912de6
parente4068331e701c1a64a304225097a672ca8e2bf05 (diff)
downloaddabmod-7d88451360932951c64769f8ed9abe784b046719.tar.gz
dabmod-7d88451360932951c64769f8ed9abe784b046719.tar.bz2
dabmod-7d88451360932951c64769f8ed9abe784b046719.zip
port ChangeLog entries from other repository
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acc898d..31f86f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+This file contains information about the changes done to
+the CRC-DABMOD in this repository
+
+2013-11-10: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r8):
+ * crc-dabmod:
+ Added secondary ETI input support.
+ Added ZeroMQ ETI input.
+ Fixed muting issue on missing timestamps, and
+ Added related configuration entry.
+ ZeroMQ dependency added in configure.ac
+ Versioning changed to make hg revision visible
+ Completed READMEs and INSTALLs
+
+2012-09-13: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r7):
+ * crc-dabmod/*:
+ Logging implementation cleaned up, and several
+ related bugs have been solved.
+ Added Boost version check into autoconf
+
+ * crc-dabmod/src/OutputUHD.*:
+ Use non-deprecated way of setting clock and time
+ for the USRP.
+
+
+2012-08-26: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r6):
+ * crc-dabmod:
+ RemoteControl compatibility issue
+
+2012-08-23: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r5):
+ * crc-dabmod/*:
+ Minor fixes to FIRFilter and file configuration
+
+2012-08-17: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r4):
+ * crc-dabmod/*:
+ FIRFilter can not be remote-controlled, and supports on-the-fly change
+ of the filter taps.
+
+2012-08-16: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r3):
+ * crc-dabmod/*:
+ Implemented basic telnet remote control that can change
+ some UHD settings, and a syslog-compatible logging system.
+
+2012-08-14: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r2):
+ * crc-dabmod/*:
+ Added .INI configuration file parser.
+
+2012-08-01: Matthias P. Braendli <matthias@mpb.li>
+ (Mercurial tag r1):
+ * crc-dabmod/*:
+ It is now possible to run dabmod with OutputUHD even
+ when no external 10MHz reference nor 1PPS are used.
+
+ When using FIRFilter, the TimestampDecoder keeps one delay value
+ to compensate for the increased pipeline latency of the FIRFilter.
+ As a consequence, it should be possible to synchronise two DABMODs,
+ even if only one uses FIRFilter.
+
2012-06-04 Pascal Charest <pascal [dot] charest [at] crc [dot] ca>
* BlockPartitioner.cpp BlockPartitioner.h DabModulator.cpp EtiReader.cpp EtiReader.h: