From 13303ef4094e7c8de20e32f45f7683823d4b1bd1 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Thu, 17 Oct 2013 14:11:00 +0300 Subject: [PATCH] [usb-moded] Release 0.73 Signed-off-by: Philippe De Swert --- configure.ac | 4 ++-- debian/changelog | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 69faec6..c67c6d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.72]) +AC_INIT([usb_moded], [0.73]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) @@ -24,7 +24,7 @@ CFLAGS="-Os -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-def AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug],[Enable debug @<:@default=false@:>@]), [case "${enableval}" in - yes) debug=true ; CFLAGS="-ggdb -O0 -DDEBUG -DOSSOLOG_STDERR $CFLAGS" ;; + yes) debug=true ; CFLAGS="-g -ggdb -O0 -DDEBUG -DOSSOLOG_STDERR $CFLAGS" ;; no) debug=false ;; *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;; esac],[debug=false]) diff --git a/debian/changelog b/debian/changelog index d436ee1..fbeb8fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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 + + -- Philippe De Swert Thu, 17 Oct 2013 14:10:05 +0300 + usb-moded (0.72) unstable; urgency=low * Potential fix for CID #1103635