summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-07 21:05:21 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-07 21:05:21 +0100
commit972df5425ec5af00be79b2415925252fd99a67b3 (patch)
tree583fd79852d85c844f725f54c439bfb082692b27
parent2e719a17158b6262b6824f568ddf8f96a348836a (diff)
downloaddabmod-972df5425ec5af00be79b2415925252fd99a67b3.tar.gz
dabmod-972df5425ec5af00be79b2415925252fd99a67b3.tar.bz2
dabmod-972df5425ec5af00be79b2415925252fd99a67b3.zip
Prepare for v0.4.2v0.4.2
-rw-r--r--ChangeLog7
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a5050f8..e56d957 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
This file contains information about the changes done to
the ODR-DabMod in this repository
+2014-03-07: Matthias P. Braendli <matthias@mpb.li>
+ (v0.4.2)
+ * odr-dabmod:
+ Fix frequency/channel choice
+ Improvements in ZMQ input reliability
+ Use correct syslog identification
+
2014-02-11: Matthias P. Braendli <matthias@mpb.li>
(v0.4.1)
* odr-dabmod:
diff --git a/README b/README
index 3274b91..f6aa3d2 100644
--- a/README
+++ b/README
@@ -9,8 +9,10 @@ to ETSI EN 300 401.
In addition to the features of CRC-DabMod, this fork contains:
- Configuration file support, see doc/example.ini
- Integrated UHD output for USRP devices, bypassing gnuradio
+ - Tested for USRP1, B100, USRP2
+ - B200 support in development
- Timestamping support required for SFN
-- A FIR filter (usually done in GNURadio by crc-dwap.py)
+- A FIR filter (previously done in GNURadio by crc-dwap.py)
- Improvements in logging (log to file, to syslog)
- ETI sources: file (Raw, Framed and Streamed) and ZeroMQ (one frame per message)
- A Telnet remote-control that can be used to change some parameters during
diff --git a/configure.ac b/configure.ac
index bca0ac2..0362102 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.4.1], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMod], [0.4.2], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([-Wall])