From d0838b08668831f8e0ebf9fbb54b4dac35ffea3c Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Thu, 10 Oct 2013 10:38:39 +0300 Subject: [PATCH] [usb-moded] usb-moded release 0.72 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5edad15..69faec6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.71.3]) +AC_INIT([usb_moded], [0.72]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 0718081..d436ee1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +usb-moded (0.72) unstable; urgency=low + + * Potential fix for CID #1103635 + * If there is no mode to set, fallback to charging + * Also re-order code a bit so we fix a potential null dereference. + Fixes: CID #1103634 + * Save network settings if they are defined in the main ini, update + the documentation related to networking configuration. + * Avoid multiple runs of the disconnect routine in case we get multiple + disconnect signals. Improve the comments in the disconnect handling. + * Improvements to mode clean-up. Also fixes mass-storage clean-up. + * Don't block for too long on device lock query, 1,5s should be ample time. + We don't want to block usb functionality for 20-30s + + -- Philippe De Swert Thu, 10 Oct 2013 10:06:50 +0300 + usb-moded (0.71.3) unstable; urgency=low * Change start-up for usb_moded, so it starts asap during boot.