diff --git a/configure.ac b/configure.ac index 6d7a7e1..821611f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.81.8]) +AC_INIT([usb_moded], [0.81.9]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 2256c3e..f3a4e8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +usb-moded (0.81.9) unstable; urgency=low + + * [modes.h] Add MODE_ADB named constant (contributes to JB#12048) + * [usb-moded] Fix D-Bus introspection data + * [usb-moded] Fix for broken usb drivers when setting mode + * [usb-moded] Configuration files for connman tethering + * [usb-moded] Connman tethering support + * [usb-moded] Fixed couple of errors in checklink() + + -- Philippe De Swert Fri, 24 Apr 2015 10:45:52 +0300 + usb-moded (0.81.8) unstable; urgency=low * [usb-moded] Fixed memory leak in systemd_control_service()