From 860c70596a27d9fdad9c5063f19404f08333955f Mon Sep 17 00:00:00 2001
From: Gregor Jasny <gjasny@googlemail.com>
Date: Fri, 6 Apr 2012 18:55:44 +0200
Subject: [PATCH] Prepare for 0.8.7 release

Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
---
 ChangeLog  | 9 +++++++++
 Make.rules | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 458082ce2..ba4afad97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+v4l-utils-0.8.7
+---------------
+* Utils changes (0.9.x backports)
+  * ir-keytable: Fixed file parsing errors
+  * qv4l2: fix segfault when there are no inputs or outputs
+  * dvb: Merged DVB tools from development branch
+* libv4l changes (0.9.x backports)
+  * Add some more laptop models to the upside down devices table
+
 v4l-utils-0.8.6
 ---------------
 * libv4l changes (0.9.x backports)
diff --git a/Make.rules b/Make.rules
index a7d76d6ac..502b3e5cf 100644
--- a/Make.rules
+++ b/Make.rules
@@ -1,4 +1,4 @@
-V4L_UTILS_VERSION=0.8.6
+V4L_UTILS_VERSION=0.8.7
 
 # These ones can be overriden from the cmdline
 
-- 
GitLab