From 747d7c54f8db2b2c67201c7ff7d3f9a3f5767b71 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Mon, 17 Feb 2014 16:56:44 +0200 Subject: [PATCH] Release 0.78.4 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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