diff --git a/configure.ac b/configure.ac index 0ce203f..ba91924 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.82.5]) +AC_INIT([usb_moded], [0.85]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) @@ -26,7 +26,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="-g -ggdb -O0 -DDEBUG -DOSSOLOG_STDERR $CFLAGS" ;; + yes) debug=true ; CFLAGS="-g -ggdb -DDEBUG $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 d0297de..7364401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,18 @@ +usb-moded (0.85) unstable; urgency=low + + * [usb-moded] Do not retry network when there is no need. + * [usb-moded] Do not print output for post services that are not started + * [systemd] Put busname in correct section. + * [adb] improve adb starting + + -- Philippe De Swert Thu, 24 Sep 2015 15:51:16 +0300 + usb-moded (0.82.5) unstable; urgency=low - [network] Unify network configuration handling into one function - [network] Add netmask handling. Fixes: JB#31127 - [udhcpd] Limit lease time and allow for some more ip's to avoid connectivity issues. - [pc connection] Remove unused obex configuration. Fixes: JB#30696 + * [network] Unify network configuration handling into one function + * [network] Add netmask handling. Fixes: JB#31127 + * [udhcpd] Limit lease time and allow for some more ip's to avoid connectivity issues. + * [pc connection] Remove unused obex configuration. Fixes: JB#30696 -- Philippe De Swert Mon, 03 Aug 2015 15:53:39 +0300