diff --git a/configure.ac b/configure.ac index 636dd73..e9f559b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.80.2]) +AC_INIT([usb_moded], [0.80.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 6aaf22a..7256c7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +usb-moded (0.80.3) unstable; urgency=low + + * [connection-sharing] Avoid crash when no secondary dns is given in connman + + -- Philippe De Swert Mon, 28 Jul 2014 11:17:23 +0300 + usb-moded (0.80.2) unstable; urgency=low * [network] Check configured interface, fallback to usb0 if it does not exist Fixes: JB#21324