From 7c8034be8a79dce219b60cce3afcf39f1b85d004 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Fri, 25 Mar 2011 18:27:31 -0400 Subject: [PATCH] Start lirc 0.9.1-git Signed-off-by: Jarod Wilson --- ANNOUNCE | 4 ++-- NEWS | 8 ++++++-- configure.ac | 2 +- doc/html-source/index.html | 2 +- setup.sh | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 4db8756..da33538 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,8 +1,8 @@ -LIRC - Linux Infrared Remote Control, Version: 0.9.0-git +LIRC - Linux Infrared Remote Control, Version: 0.9.1-git Copyright (C) 1996 Ralph Metzler Copyright (C) 1998-2010 Christoph Bartelmus -Copyright (C) 2010 Jarod Wilson +Copyright (C) 2010-2011 Jarod Wilson (according to GNU General Public Licence 2.0 or later) LIRC is a package that allows you to decode and send infra-red signals diff --git a/NEWS b/NEWS index 08d1abf..c097f0d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -0.9.0-git: UNDER DEVELOPMENT +0.9.1-git: UNDER DEVELOPMENT + * TBD + +0.9.0: 03/25/11 + * Remove mceusb, streamzap, it8x, ene0100 drivers, as they're + now redundant with upstream kernel drivers * fix oops unplugging igorplugusb receiver while in use (special thanks to Timo Boettcher for providing hardware) * more error-checking for NULL irctl in various lirc_dev paths @@ -13,7 +18,6 @@ * use portable type definitions all over the place * drop an old GLIBC work-around for printing 64-bit values * fix timing-specific repeat-after-release issue (Christoph Bartelmus) - * renamed lirc_ite8709 to lirc_it85 and updated (Yan-Min Lin, ITE) 0.8.7: 09/06/10 * improved usb-uirt support for FreeBSD (John Wehle) diff --git a/configure.ac b/configure.ac index 485b8f3..4fedee1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_INIT AC_CONFIG_SRCDIR([daemons/lircd.c]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(lirc, 0.9.0-git) +AM_INIT_AUTOMAKE(lirc, 0.9.1-git) AM_CONFIG_HEADER(config.h) CFLAGS="${CFLAGS--O2 -g -Wall}" diff --git a/doc/html-source/index.html b/doc/html-source/index.html index 77bf381..0e44f83 100644 --- a/doc/html-source/index.html +++ b/doc/html-source/index.html @@ -1,5 +1,5 @@
-

Welcome to the LIRC 0.9.0-git Manual

+

Welcome to the LIRC 0.9.1-git Manual


diff --git a/setup.sh b/setup.sh index 6220cda..9a3bdec 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #! /bin/sh -LIRC_VERSION="0.9.0-git" +LIRC_VERSION="0.9.1-git" ############################################################################# ## Default Values -- 1.8.3.1