This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/tvtime.git tree:
Subject: Update to version 1.0.9 Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Feb 24 13:06:47 2016 -0300 Signed-off-by: Mauro Carvalho Chehab <[email protected]> ChangeLog | 34 ++++++++++++++++++++++++++++++++++ NEWS | 9 +++++++++ configure.ac | 2 +- 3 files changed, 44 insertions(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/tvtime.git/commit/?id=6d6ab82a4e6f4a0105a2d5fe16fa0f7acc90b2ac diff --git a/ChangeLog b/ChangeLog index ffa4b9b1631e..2f5a13795a71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +1.0.9 - Wed Feb 24 13:02:19 BRT 2016 + + * mchehab: Update Spanish translation + * mchehab: pt_BR: add a missing \n + * mchehab: pt_BR: Update translations due to recent changes + * mchehab: Update translations + * hdegoede: default.tvtime.xml: Comment out V4LDevice so that we use the builtin default + * hdegoede: docs/Makefile.am: Actually install the appdata / ship it in make dist + * hdegoede: docs/tvtime.desktop: Add Video to Categories + * hdegoede: xvoutput: Fix xvblit not working with odd widths + * hdegoede: Catalan translation + * hdegoede: Fix array out of bounds access in kdetv filter plugins + * hdegoede: Remove redhat packaging files + * hdegoede: Stop installing icons in obsolete /usr/share/pixmaps location + * hdegoede: Add an appdata file + * hdegoede: docs/tvtime.desktop: Modernize desktop file + * hdegoede: Do not call videoinput_buffer_invalid with a negative index + * hdegoede: Save/restore output matte setting on exit/startup + * hdegoede: Remove the defunct (empty) audiomode menu + * hdegoede: Fix compiler warnings + * hdegoede: Fix asm compilation with cpp from gcc6 + * hdegoede: mixer: Silence mixer probe errors + * hdegoede: alsa_stream: Auto-detect the alsa capture device based on the v4ldev + * hdegoede: videoinput: Add support for automatically selecting the video input device + * hdegoede: Add get_media_devices.c from xawtv + * hdegoede: mute: Delay unmute on signal lock to give msp3400 time to sync + * hdegoede: mute: Always keep the videodev and mixer mute in sync + * hdegoede: mute: Enable / disable digital loopback on mute + * hdegoede: alsa_stream: Make latency configurable + * hdegoede: alsa_stream: Use "default" alsa output device as default + * hdegoede: alsa_stream: Sync with xawtv3 version + * hdegoede: xvoutput: Add support for planar yuv formats + * hdegoede: Remove -lsupc++ from LDFLAGS + 1.0.8 - Sun Oct 18 08:59:45 BRST 2015 * mchehab: Fix /es/tvtime-command.1 manpage diff --git a/NEWS b/NEWS index afd0fa845755..62dad8fe6289 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +News for 1.0.9 + * Added yuv planar formats to work with Wayland + * Fixed compilation issues with gcc6 + * Improved audio/mixer and ALSA streaming logic + * Added logic to autodetect the associated ALSA device + * Make it adehent with newer freedesktop.org standards + * Added Catalan translation + * pt-BR and es translation updated + News for 1.0.8 * Change translation man pages and messages to use UTF-8 diff --git a/configure.ac b/configure.ac index b4de6d76dba1..bbfc2bf33817 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(tvtime, 1.0.8, http://linuxtv.org/) +AC_INIT(tvtime, 1.0.9, http://linuxtv.org/) AC_CONFIG_SRCDIR([src/tvtime.c]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
