Skip to content

Commit

Permalink
[usb-moded] Release 0.70
Browse files Browse the repository at this point in the history
  * Close file pointer to avoid resource leak. CID#1090411
  * Make unreachable code, reachable. CID#1090412
  * Fix unchecked return value. CID#1090413
  * Support mass_storage mode without forcing it to be named mass_storage
  * Remove legacy dbus-x11 dependency
  * Fix up dbus config for better usability of usb-moded-util
  * Make systemd actions more clear, and do not mark apps active when stopping
  * Remove old buteo hack

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Sep 19, 2013
1 parent 5562071 commit e59063b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.69.3])
AC_INIT([usb_moded], [0.70])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

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

* Close file pointer to avoid resource leak. CID#1090411
* Make unreachable code, reachable. CID#1090412
* Fix unchecked return value. CID#1090413
* Support mass_storage mode without forcing it to be named mass_storage
* Remove legacy dbus-x11 dependency
* Fix up dbus config for better usability of usb-moded-util
* Make systemd actions more clear, and do not mark apps active when stopping
* Remove old buteo hack

-- Philippe De Swert <philippe.deswert@jollamobile.com> Thu, 12 Sep 2013 16:55:16 +0300

usb-moded (0.69) unstable; urgency=low

* Add .gitignore
Expand Down
2 changes: 1 addition & 1 deletion rpm/usb-moded.spec
@@ -1,5 +1,5 @@
Name: usb-moded
Version: 0.69.3
Version: 0.70
Release: 0
Summary: USB mode controller
Group: System/System Control
Expand Down

0 comments on commit e59063b

Please sign in to comment.