Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[usb-moded] Release 0.73
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 17, 2013
1 parent 4025e40 commit 13303ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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])
Expand All @@ -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])
Expand Down
10 changes: 10 additions & 0 deletions 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 <philippe.deswert@jollamobile.com> Thu, 17 Oct 2013 14:10:05 +0300

usb-moded (0.72) unstable; urgency=low

* Potential fix for CID #1103635
Expand Down

0 comments on commit 13303ef

Please sign in to comment.