From 3968b792eefb0be2385fc4b02992a7bf0e443770 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Wed, 15 Jan 2014 08:12:13 +0200 Subject: [PATCH] [usb-moded] usb-moded release 0.78 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 88b2828..760ef41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.77.4]) +AC_INIT([usb_moded], [0.78]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 34dd204..3255d66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +usb-moded (0.78) unstable; urgency=low + + * [usb-moded] Know how to deal with symlinks for improved SD card mass-storage support + * [usb-moded] double-check devicelock to avoid race issues + * Do not clean up twice, improve debug output + * Re-factoring mass-storage code + * Remove some unecessary debug + * Free ipforward data correctly, interface is not used so no need to free. + * Stop appsync on shutdown, only do diag appsync when appsync is compiled in, add connection_sharing mode to development headers + + -- Philippe De Swert Wed, 15 Jan 2014 08:07:50 +0200 + usb-moded (0.77.4) unstable; urgency=low * [usb-moded] Remove the need to configure the interface in the config file, it can be fetched from connman too now