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.