From 901058e70fb509226a590a20d3de58cb14438cee Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Wed, 9 Apr 2014 23:59:23 +0300 Subject: [PATCH] [usb-moded] Release 0.79.1 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cc3b0f6..16baa85 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.79]) +AC_INIT([usb_moded], [0.79.1]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 125da1e..7dbc955 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +usb-moded (0.79.1) unstable; urgency=low + + * [usb-moded] Check return of the dhcp config write + * Fix up comment about the post synching to avoid confusion in the future. + * [usb-moded] Fix up some typos and assign another id to connection sharing mode + * Fix a potential memory leak found with coverity. Fixes: CID#1197129 + * Make signal handling async-signal-safe + + -- Philippe De Swert Wed, 09 Apr 2014 16:40:08 +0300 + usb-moded (0.79) unstable; urgency=low * [usb-moded] Only report diag mode when started in diag mode with -d. Contributes: JB#13491