summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog10
-rw-r--r--v4l/Makefile1
2 files changed, 11 insertions, 0 deletions
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)