From 3cebdaa6bbd16f0205eadd8255ebd065f35fad5c Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Sat, 26 Oct 2013 00:46:20 +0300 Subject: [PATCH] [usb-moded] Release 0.75 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5eb78f0..9e16572 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.74]) +AC_INIT([usb_moded], [0.75]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 2c9770d..f9bc5b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +usb-moded (0.75) unstable; urgency=low + + * [usb-moded] Fix network settings disappearing on a config file merge. Fixes: JB#10917 + * [usb-moded] Avoid potential crash in the dbus message handling + * [usb-moded] When network settings are updated, apply the configuration when connected. + + -- Philippe De Swert Sat, 26 Oct 2013 00:45:37 +0300 + usb-moded (0.74) unstable; urgency=low * We do not want to free the contents of the udev_device struct, this will happen anyway when we unref it