@@ -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.
@@ -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
@@ -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
Need to update its version, in order to allow distros to use it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> --- ChangeLog | 7 +++++++ NEWS | 10 +++++----- configure.ac | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-)