From ff249d1f494cd8966c1371c0856083061ef3f40b Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Wed, 23 Oct 2013 14:04:03 +0300 Subject: [PATCH] [usb-moded] Release 0.74 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 28 +++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index c67c6d8..5eb78f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.73]) +AC_INIT([usb_moded], [0.74]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index fbeb8fe..2c9770d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,28 @@ +usb-moded (0.74) unstable; urgency=low + + * We do not want to free the contents of the udev_device struct, this will happen anyway when we unref it + * Fix some memory leaks in the udev handler. + * Handle mode change failures more reliably. + * Improve dbus clean-up. + * Clean up mode tracking to avoid a small memory leak. + * Clean up dbus, lists etc and exit cleanly when interrupted. + * Avoid leaking memory when something goes wrong launching services over systemd dbus. + * Clean-up dynamic config list + * Clean up the devicelock DBUS + * Actually report an error if something goes wrong with the appsync, and at the same time allow for more + than program to be launched. Check for the appsync errors in the mode setting too. + * Clean up appsync list and dbus correctly + * [usb-moded] Fix resource leak. CID#1090411 + + -- Philippe De Swert Wed, 23 Oct 2013 14:01:23 +0300 + usb-moded (0.73) unstable; urgency=low - * [usb-moded] Fix a number of memory leaks. Fixes: JB#11317 - * [usb-moded] Fix possible crash if dsme is not running. Really fix CID #1103635 - * Update dbus config file for including rescue_off method - * Log that we turn off rescue mode - * [usb-moded-util] Add support to turn of rescue mode + * [usb-moded] Fix a number of memory leaks. Fixes: JB#11317 + * [usb-moded] Fix possible crash if dsme is not running. Really fix CID #1103635 + * Update dbus config file for including rescue_off method + * Log that we turn off rescue mode + * [usb-moded-util] Add support to turn of rescue mode -- Philippe De Swert Thu, 17 Oct 2013 14:10:05 +0300