Skip to content

Commit

Permalink
[usb-moded] Release 0.85
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Sep 24, 2015
1 parent c202fae commit 00fb27e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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])
Expand Down Expand Up @@ -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])
Expand Down
17 changes: 13 additions & 4 deletions 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 <philippe.deswert@jolla.com> 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 <philippe.deswert@jolla.com> Mon, 03 Aug 2015 15:53:39 +0300

Expand Down

0 comments on commit 00fb27e

Please sign in to comment.