From a5b67c62426007da1b4ec3f8138bac8e3f0417e8 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 15 Aug 2014 20:26:05 +0300 Subject: [PATCH] [usb-moded] Minor release 0.80.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 68356d9..be25ec1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.80.3]) +AC_INIT([usb_moded], [0.80.4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 7256c7d..d9d0107 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +usb-moded (0.80.4) unstable; urgency=low + + * [usb setting logic] Do not check for mode_to_set_twice Fixes: CID#1230272 + * [network] Fix minor resource leak. Fixes: CID#1230273 + * [network] Correct the check for broken network interfaces. Fixes: CID#1230271 + * Handle all the kmod init where all the modules are handled + * [usb-moded] some minor fixes, small naming issue in configure.ac, fix compilation without devicelock + * [systemd] package all systemd files in their own section, add rescue mode + + -- Philippe De Swert Fri, 15 Aug 2014 20:22:58 +0300 + usb-moded (0.80.3) unstable; urgency=low * [connection-sharing] Avoid crash when no secondary dns is given in connman