From b0ca238fa250fecbee8ff6aa303ad8e4eb0fb042 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Wed, 9 Jul 2014 18:08:14 +0300 Subject: [PATCH] [usb-moded] Minor release 0.80.2 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 35f1b2d..636dd73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.80.1]) +AC_INIT([usb_moded], [0.80.2]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 67ea6c2..6aaf22a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +usb-moded (0.80.2) unstable; urgency=low + + * [network] Check configured interface, fallback to usb0 if it does not exist Fixes: JB#21324 + + -- Philippe De Swert Wed, 09 Jul 2014 18:07:15 +0300 + usb-moded (0.80.1) unstable; urgency=low * [rescue] Make sure the secondary device lock check gets also ignored.