diff --git a/configure.ac b/configure.ac index fc21f4b..349ea38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.79.3]) +AC_INIT([usb_moded], [0.80]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index ddfc71c..c19b59c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +usb-moded (0.80) unstable; urgency=low + + * [usb-moded] Support broken android kernels + * [usb-moded] Update and beautify usage information + * [usb-moded] Support broken android kernels + * [usb-moded] Add the txt file to the documentation + * [usb-moded] Do not do post-sync after mode setting error. + * [usb-moded] Add connman support to switch wifi off + * Avoid potential crash when dbus disappears + * [gconf] Remove gconf schemas file from packaging as it is not used. Contributes: JB#19322 + * [gconf] Remove GConf support, as it's abandoned upstream + * [usb-moded] Do not send signals when disconnected and handling -HUP. Fixes: JB#18884 + * [usb-moded] Enable -fstack-protector and D_FORTIFY_SOURCE=2 gcc flags for improved security. + * [usb-moded] Validate ip in case bad values get fed in + + -- Philippe De Swert Wed, 11 Jun 2014 13:05:03 +0300 + usb-moded (0.79.3) unstable; urgency=low * Correct all softconnect_disconnect typo's diff --git a/src/usb_moded-dyn-config.c b/src/usb_moded-dyn-config.c index e731923..0de7e2f 100644 --- a/src/usb_moded-dyn-config.c +++ b/src/usb_moded-dyn-config.c @@ -2,8 +2,10 @@ @file usb_moded-dyn-mode.c Copyright (C) 2011 Nokia Corporation. All rights reserved. + Copyright (C) 2013 Jolla. All rights reserved. @author: Philippe De Swert + @author: Philippe De Swert This program is free software; you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License diff --git a/src/usb_moded-modesetting.c b/src/usb_moded-modesetting.c index 58da403..88f8717 100644 --- a/src/usb_moded-modesetting.c +++ b/src/usb_moded-modesetting.c @@ -509,7 +509,6 @@ gboolean export_cdrom(gpointer data) #endif /* NOKIA */ - /** clean up mode changes or extra actions to perform after a mode change * @param module Name of module currently in use * @return 0 on success, non-zero on failure diff --git a/src/usb_moded.h b/src/usb_moded.h index 24332da..7ddda60 100644 --- a/src/usb_moded.h +++ b/src/usb_moded.h @@ -1,7 +1,9 @@ /* Copyright (C) 2010 Nokia Corporation. All rights reserved. + Copyright (C) 2012 Jolla. All rights reserved. - Author: Philippe De Swert + @author: Philippe De Swert + @author: Philippe De Swert This program is free software; you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License