From d2842f6dd9787dd3369728db1caba2487330ef7d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 10 Jun 2005 17:20:24 +0000 Subject: - Syncrhronized with linux-2.6.12-rc6-mm1. - Should compile cleanly with linux-2.6.11 also. make snapshot improved. --- v4l/ChangeLog | 10 ++++++++++ v4l/Makefile | 1 + 2 files changed, 11 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 63d6f5822..907419570 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2005-06-10 17:15 mchehab + * bttv-cards.c, bttv-driver.c, bttv-i2c.c: + + - Syncrhronized with linux-2.6.12-rc6-mm1. + - Should compile cleanly with linux-2.6.11 also. + + * Makefile: + + - make snapshot now puts also ChangeLog-date at snapshot directory. + 2005-06-10 10:52 mchehab * tuner-core.c: diff --git a/v4l/Makefile b/v4l/Makefile index 800811a40..ea4e3ca0c 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -151,6 +151,7 @@ release: clean snapshot snap tarball: clean echo $(date) > .snapshot (cd ..; tar czf $(snapdir)/$(snap)-$(date).tar.gz $(thisdir)) + cp ChangeLog /$(snapdir)/ChangeLog-$(date) $(MAKE) -C $(snapdir) -- cgit v1.2.3