From a0b4dd1d069bc721e105b3dfcd783c3d1905cc92 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Thu, 18 Dec 2014 16:25:16 +0200 Subject: [PATCH] [usb-moded] Minor release 0.81.2 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 e3efbdf..5019107 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.81.1]) +AC_INIT([usb_moded], [0.81.2]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 6b6519a..7820c58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +usb-moded (0.81.2) unstable; urgency=low + + * [udev] Try to do some $power_supply_path autodetection + * [udev-util] Add some more functionality to udev-search + * [udev] Add small utility to check for udev paths + * [documentation] Improve documentation + * [charger] do not let devicelock interfere with setting dedicated charger mode + * [security] Really enable PIE + + -- Philippe De Swert Thu, 18 Dec 2014 16:09:28 +0200 + usb-moded (0.81.1) unstable; urgency=low * [charger] Debounce charger connection info. Fixes: JB#24913