diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-04 11:19:52 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-04 11:19:52 +0200 | 
| commit | 2bb0d0cc83be9632810fa97f0c43a527e5818a67 (patch) | |
| tree | 43fb2939b4a70e7432630ca2f09066cad9323923 | |
| parent | 5953e2ce95dc0cb809d529c4103ae6b80f0248c0 (diff) | |
| download | dabmux-2bb0d0cc83be9632810fa97f0c43a527e5818a67.tar.gz dabmux-2bb0d0cc83be9632810fa97f0c43a527e5818a67.tar.bz2 dabmux-2bb0d0cc83be9632810fa97f0c43a527e5818a67.zip  | |
Prepare release v0.6.0v0.6.0
| -rw-r--r-- | ChangeLog | 12 | ||||
| -rw-r--r-- | configure.ac | 4 | 
2 files changed, 14 insertions, 2 deletions
@@ -1,6 +1,18 @@  This file contains information about the changes done to  the ODR-DabMux in this repository +2014-03-04: Matthias P. Braendli <matthias@mpb.li> +	(v0.6.0): +		Adds support for MOT Slideshow and DLS, +		  compatible with mot-encoder from +		  fdk-aac-dabplus +	* odr-dabmux: +		Add FIG0/13 signalling for MOT slideshow +		Add local-time-offset and intl table options +		Fix some unseen compilation warnings +		Change ZMQ output format to guarantee frame +		  alignment (not backward compatible) +  2014-02-14: Matthias P. Braendli <matthias@mpb.li>  	(v0.5.0):  	* odr-dabmux: diff --git a/configure.ac b/configure.ac index fba1416..71e2b09 100644 --- a/configure.ac +++ b/configure.ac @@ -17,10 +17,10 @@  # along with ODR-DabMux.  If not, see <http://www.gnu.org/licenses/>.  AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [0.5.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.6.0], [matthias.braendli@mpb.li])  AC_CONFIG_AUX_DIR([build-aux])  AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([-Wall subdir-objects]) +AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])  AC_CONFIG_SRCDIR([src/DabMux.cpp])  AC_CONFIG_HEADER([config.h])  AM_SILENT_RULES([yes])  | 
