Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[usb-moded] usb-moded release 0.72
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 10, 2013
1 parent ffda794 commit d0838b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.71.3])
AC_INIT([usb_moded], [0.72])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AM_CONFIG_HEADER([config.h])
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
@@ -1,3 +1,19 @@
usb-moded (0.72) unstable; urgency=low

* Potential fix for CID #1103635
* If there is no mode to set, fallback to charging
* Also re-order code a bit so we fix a potential null dereference.
Fixes: CID #1103634
* Save network settings if they are defined in the main ini, update
the documentation related to networking configuration.
* Avoid multiple runs of the disconnect routine in case we get multiple
disconnect signals. Improve the comments in the disconnect handling.
* Improvements to mode clean-up. Also fixes mass-storage clean-up.
* Don't block for too long on device lock query, 1,5s should be ample time.
We don't want to block usb functionality for 20-30s

-- Philippe De Swert <philippe.deswert@jollamobile.com> Thu, 10 Oct 2013 10:06:50 +0300

usb-moded (0.71.3) unstable; urgency=low

* Change start-up for usb_moded, so it starts asap during boot.
Expand Down

0 comments on commit d0838b0

Please sign in to comment.