diff --git a/configure.ac b/configure.ac index 801ebd1..b1dafce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.78.6]) +AC_INIT([usb_moded], [0.78.7]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 103c3b1..7d1af31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +usb-moded (0.78.7) unstable; urgency=low + + * [usb-moded] Sort modes alphabetically when reading. JB#15436 + * [usb-moded] Split of appsync for diag mode also. It's cleaner that way. + * [usb-moded] Improve exit handling + + -- Philippe De Swert Tue, 11 Mar 2014 17:59:53 +0200 + usb-moded (0.78.6) unstable; urgency=low * [usb-moded] Ghost /etc/modprobe.d/g_ether.conf in the spec file. Fixes: JB#16574