diff options
| author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-15 20:37:50 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-15 20:37:50 +0000 |
| commit | c3a91da831ec27aeade07db0e0e8700e6207c7cb (patch) | |
| tree | 909363ed3bd7ffec1cf8c5af37f7e5e1be9393f2 /v4l/ChangeLog | |
| parent | a8c58c30dad76eafb34d48937934d5f9793f885f (diff) | |
| download | mediapointer-dvb-s2-c3a91da831ec27aeade07db0e0e8700e6207c7cb.tar.gz mediapointer-dvb-s2-c3a91da831ec27aeade07db0e0e8700e6207c7cb.tar.bz2 | |
DVB Stuff removed. Makefile now doesn't need it also.
compat.h changed to reflect latest API change.
Included a script to make ChangeLog Generation easier.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
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: |
