From eb4edc78e18c90496f244e0ee73162f12973072a Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Tue, 1 Oct 2013 13:10:02 +0300 Subject: [PATCH] [usb-moded] Release 0.71 * Avoid crash when passing empty text/non valid data to write_to_file * Make usb-moded to start a bit earlier in bootup. * Update documentation for kernel command line ip. * No disconnects between devicelock status changes Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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