diff --git a/configure.ac b/configure.ac index 5019107..2be7460 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.81.2]) +AC_INIT([usb_moded], [0.81.3]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 7820c58..355b6e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +usb-moded (0.81.3) unstable; urgency=low + + * [debouncing] Improve debouncing to avoid missing signals. Fixes: JB#25557 + * [config] skip non ini files on config file merging + * [appsync-dbus] Fix small error checking bug + + -- Philippe De Swert Mon, 12 Jan 2015 16:44:12 +0200 + usb-moded (0.81.2) unstable; urgency=low * [udev] Try to do some $power_supply_path autodetection