From af3a30b0817f9334e6a0b54908b37e45e30b3c61 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Tue, 30 Jul 2013 14:57:51 +0300 Subject: [PATCH] [usb-moded-0.64.1] Minor release with kernel command line bugfix Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 06da98f..21e1e60 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.64]) +AC_INIT([usb_moded], [0.64.1]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 7ca382b..dbe488f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +usb-moded (0.64.1) unstable; urgency=low + + * Fix bug in kernel command line handling so it works for all usb interfaces + + -- Philippe De Swert Tue, 30 Jul 2013 14:57:04 +0300 + usb-moded (0.64) unstable; urgency=low * Working android gadget support for diag and acm modes