diff --git a/configure.ac b/configure.ac index ea4cb54..229e582 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.70.1]) +AC_INIT([usb_moded], [0.71]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 2af858e..997bba3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +usb-moded (0.71) unstable; urgency=low + + * Avoid crash when passing empty text/non valid data to write_to_file + * [systemd] make usb-moded to start a bit earlier in bootup. + * Update documentation for kernel command line ip. + * [usb-moded] No disconnects between devicelock status changes + + -- Philippe De Swert Tue, 01 Oct 2013 09:33:03 +0300 + usb-moded (0.70.1) unstable; urgency=low * Enable wecis for android so EvilOS can detect the rndis easily