From patchwork Tue Sep 6 15:29:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 1126712 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p86FUVgw020162 for ; Tue, 6 Sep 2011 15:30:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754997Ab1IFPa2 (ORCPT ); Tue, 6 Sep 2011 11:30:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51689 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754945Ab1IFPaZ (ORCPT ); Tue, 6 Sep 2011 11:30:25 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86FUNxo024983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Sep 2011 11:30:23 -0400 Received: from pedra (vpn-11-147.rdu.redhat.com [10.11.11.147]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p86FUKor019786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2011 11:30:22 -0400 Received: from v4l by pedra with local (Exim 4.72) (envelope-from ) id 1R0xbO-0002w1-Ud; Tue, 06 Sep 2011 12:30:19 -0300 From: Mauro Carvalho Chehab To: Devin Heitmueller Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab Subject: [PATCH 10/10] tvtime: Bump to version 1.0.3 Date: Tue, 6 Sep 2011 12:29:56 -0300 Message-Id: <1315322996-10576-10-git-send-email-mchehab@redhat.com> In-Reply-To: <1315322996-10576-9-git-send-email-mchehab@redhat.com> References: <1315322996-10576-1-git-send-email-mchehab@redhat.com> <1315322996-10576-2-git-send-email-mchehab@redhat.com> <1315322996-10576-3-git-send-email-mchehab@redhat.com> <1315322996-10576-4-git-send-email-mchehab@redhat.com> <1315322996-10576-5-git-send-email-mchehab@redhat.com> <1315322996-10576-6-git-send-email-mchehab@redhat.com> <1315322996-10576-7-git-send-email-mchehab@redhat.com> <1315322996-10576-8-git-send-email-mchehab@redhat.com> <1315322996-10576-9-git-send-email-mchehab@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 06 Sep 2011 15:30:31 +0000 (UTC) Need to update its version, in order to allow distros to use it. Signed-off-by: Mauro Carvalho Chehab --- ChangeLog | 7 +++++++ NEWS | 10 +++++----- configure.ac | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 147b822..c613bde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.0.3 - Tue Sep 6 14:53:23 CEST 2011 + * djh: Conversion to Mercurial, compilation fixes, patch backports + from other places, more generic VBI handling, Alsa streaming + support, get rid of V4L1. + * mchehab/hdegoede: Improved alsa audio streaming code. + * mchehab: Backport the remaining patches found on Fedora. + 1.0.2 - Wed Nov 9 21:46:28 EST 2005 * vektor: Add a proper TVTIME_NOOP command so that you can remove keybindings. Thanks to Andrew Dalton for the fix. diff --git a/NEWS b/NEWS index 7fe5522..0279b1d 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ - -For news and updates on tvtime, please visit our website at: - - http://tvtime.net/ - +News for 1.0.3 + * V4L1 removal + * Alsa streaming support + * Compilation fixes, patch backports from other places + * More generic VBI handling News for 1.0.2 diff --git a/configure.ac b/configure.ac index f102b5b..37c2871 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(tvtime, 1.0.2, http://tvtime.net/) +AC_INIT(tvtime, 1.0.3, http://linuxtv.org/) AC_CONFIG_SRCDIR([src/tvtime.c]) -AM_INIT_AUTOMAKE(tvtime,1.0.2) +AM_INIT_AUTOMAKE(tvtime,1.0.3) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE AC_CANONICAL_HOST