diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2c2347a35..ed8cd8a43 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,31 @@ +2005-07-15 20:31 mchehab + + * .bp/2.6/dvb-cx22702,.bp/2.6/dvb-mt352, .bp/2.6/dvb-or51132, + dvb-pll.c,dvb-pll.h,lgdt3302.c,lgdt3302.h,lgdt3302_priv.h, + mt352.c,mt352.h,mt352_priv.h,or51132.c,or51132.h,tda1004x.c, + tda1004x.h: + - DVB stuff. Removed from V4L tree. DVB support is only after + 2.6.11 (Make.config). Kernel does provide interfaces. + + * .buildpatch: + - Includes all V4L stuff. + + * compat.h: + - Fixed a small bug when compiling with newer linux/version.h. + + * Makefile: + - Modified to work without DVB code. + + * scripts/prepare-Changelog.pl: + - New script to help adding a new log file. + - To use, it is needed some env vars like these: + export CHANGE_LOG_NAME="My Full Name" + export CHANGE_LOG_EMAIL_ADDRESS="my_addr@my_provider.com" + export CHANGE_LOG_LOGIN="my_login" + You can include it at .bashrc, .profile or .bash_profile + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-15 20:08 mchehab * bttv-driver.c, msp3400.c, tda9887.c, tuner-core.c: |