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