diff --git a/configure.ac b/configure.ac index 4c6ace2..33a671a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.78.3]) +AC_INIT([usb_moded], [0.78.4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 6b02077..1e61a79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +usb-moded (0.78.4) unstable; urgency=low + + * [usb-moded] Put ffs as first interface on USB + * Add noroaming config key and document USB tethering + * [usb-moded] Detect roaming state from ofono + * [packaging] Make sure the %preun and %post scripts do not fail. + * [usb-moded] Avoid potential crash when the DBUS system bus is not up/crashed/does not work + * Add reading dns info from /etc/resolv.conf + + -- Philippe De Swert Mon, 17 Feb 2014 16:53:37 +0200 + usb-moded (0.78.2) unstable; urgency=low * [usb-moded] check for more return states so we do not error out when we shouldn't