From c01a830ce15d7b2f9578a492b2684895605238ce Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Mon, 15 Sep 2014 18:55:51 +0300 Subject: [PATCH] [usb-moded] Minor release 0.80.6 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d0728a7..050f3f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.80.5]) +AC_INIT([usb_moded], [0.80.6]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 589336f..a4bae28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +usb-moded (0.80.6) unstable; urgency=low + + * Support newer autoconf versions correctly + * [network] Actually clean-up dynamic mode network + * [docs] Fix up doxygen docs for some dbus functions + * [rpm] Own config directories. Contributes to JB#22780 + * Fix memory leak related to charging mode. Fixes: CID#1237447 + * Fix usb-moded-rescue package exec permissions + + -- Philippe De Swert Mon, 15 Sep 2014 18:55:00 +0300 + usb-moded (0.80.5) unstable; urgency=low * Remove usb_charging_set variable as it is not needed anymore