diff --git a/configure.ac b/configure.ac index b3f0307..801ebd1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.78.5]) +AC_INIT([usb_moded], [0.78.6]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 0adf64f..103c3b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +usb-moded (0.78.6) unstable; urgency=low + + * [usb-moded] Ghost /etc/modprobe.d/g_ether.conf in the spec file. Fixes: JB#16574 + * Write udhcp config to /tmp (which is tmpfs) and link to /etc/ to avoid spurious writes to flash + + -- Philippe De Swert Fri, 07 Mar 2014 17:07:19 +0200 + usb-moded (0.78.5) unstable; urgency=low * Set new idProduct since the device will fail to be recognized correctly in Windows if used with the old one.