From 66cbaf3bcf0d5114e8a7010e64bb5b7c8c16b3cd Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 21 Mar 2014 16:38:01 +0200 Subject: [PATCH] Release 0.79 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 510471b..cc3b0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.78.9]) +AC_INIT([usb_moded], [0.79]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 77ad766..125da1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,20 @@ -usb-moded (0.78.7) unstable; urgency=low +usb-moded (0.79) unstable; urgency=low + + * [usb-moded] Only report diag mode when started in diag mode with -d. Contributes: JB#13491 + * Fix documentation. Thanks to lukedirtwalker to spot it. + * Clean up signal sending code as there is too much duplication. + * [usb-moded] Send supported mode list on startup and SIGHUP. Contributes: JB#13296 + * [usb-moded] Fix crash in case we have issues with connman/config + + -- Philippe De Swert Fri, 21 Mar 2014 16:35:43 +0200 + +usb-moded (0.78.9) unstable; urgency=low * [usb-moded] Correctly return the modelist start after sorting -- Philippe De Swert Wed, 12 Mar 2014 12:06:30 +0200 -usb-moded (0.78.7) unstable; urgency=low +usb-moded (0.78.8) unstable; urgency=low * [usb-moded] Fix diag mode synclist to read files from the right location