From 00e0b530a9443aaef929a2bfe20485f45462d35d Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Tue, 6 Aug 2013 17:35:12 +0300 Subject: [PATCH] [usb-moded] Minor release 0.65.1 * Fix up pc_suite name and feedback string from usb_moded_util * Fix missing charging only mode in usb modes query * Update the usb-moded dbus config so the supported modes can be queried by a normal user * Use the real id's for setting the android gadget info Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fdf1ee3..4888acf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.65]) +AC_INIT([usb_moded], [0.65.1]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 4c7b002..74ada54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +usb-moded (0.65.1) unstable; urgency=low + + * Fix up pc_suite name and feedback string from usb_moded_util + * Fix missing charging only mode in usb modes query + * Update the usb-moded dbus config so the supported modes can be queried by a normal user + + -- Philippe De Swert Tue, 06 Aug 2013 17:28:18 +0300 + usb-moded (0.65) unstable; urgency=low * Fixed bug where config file merging does not work when removing the main config file