aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-07-30 18:56:27 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-07-30 18:56:27 +0200
commit1f4a861853f37fccbd0aa25a9f1b6457117ee85c (patch)
tree717a3f40fe04bda397f1593e8a7c52bbecba3db9
parentf90be3788ec2e36bec8db22d36cd3c9dcaba676d (diff)
downloaddabmux-1f4a861853f37fccbd0aa25a9f1b6457117ee85c.tar.gz
dabmux-1f4a861853f37fccbd0aa25a9f1b6457117ee85c.tar.bz2
dabmux-1f4a861853f37fccbd0aa25a9f1b6457117ee85c.zip
Prepare v1.0.0v1.0.0
-rw-r--r--ChangeLog10
-rw-r--r--INSTALL.md3
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 29fa1c3..e0e3f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
This file contains information about the changes done to
-the ODR-DabMux in this repository
+ODR-DabMux in this repository
+
+2016-07-30: Matthias P. Braendli <matthias@mpb.li>
+ (v1.0.0):
+ Remove old carousel.
+ Fix FIGs 0/2 and 0/8 when data services present.
+ Fix parsing of TAI-UTC bulletin for EDI TIST.
+ ZeroMQ is now a mandatory dependency because of the ManagementServer.
+ Minor bugfixes and improvements.
2016-03-26: Matthias P. Braendli <matthias@mpb.li>
(v0.9.0):
diff --git a/INSTALL.md b/INSTALL.md
index 61f7871..0046f9e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -2,11 +2,12 @@ Required dependencies:
======================
* libfec from Phil Karn, with compatibility patch:
-[ka9q-fec](https://github.com/Opendigitalradio/ka9q-fec)
+ [ka9q-fec](https://github.com/Opendigitalradio/ka9q-fec)
* Boost 1.48 or later
* ZeroMQ 4 from [http://www.zeromq.org](http://www.zeromq.org).
Please prefer the zeromq from your distribution, but mind that some distributions
ship ZeroMQ 2, which is not enough.
+* (optional) cURL to download the TAI-UTC bulletin, needed for the EDI output.
Simple install procedure using tarball release:
===============================================
diff --git a/configure.ac b/configure.ac
index 4e5c559..38b44a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([ODR-DabMux], [0.9.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMux], [1.0.0], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])