Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[usb-moded] Release 0.80
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jun 11, 2014
1 parent 2558203 commit cc2d410
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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])
Expand Down
17 changes: 17 additions & 0 deletions 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 <philippe.deswert@jolla.com> Wed, 11 Jun 2014 13:05:03 +0300

usb-moded (0.79.3) unstable; urgency=low

* Correct all softconnect_disconnect typo's
Expand Down
2 changes: 2 additions & 0 deletions src/usb_moded-dyn-config.c
Expand Up @@ -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 <philippe.de-swert@nokia.com>
@author: Philippe De Swert <philippe.deswert@jollamobile.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the Lesser GNU General Public License
Expand Down
1 change: 0 additions & 1 deletion src/usb_moded-modesetting.c
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion 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 <philippe.de-swert@nokia.com>
@author: Philippe De Swert <philippe.de-swert@nokia.com>
@author: Philippe De Swert <philippe.deswert@jollamobile.com>
This program is free software; you can redistribute it and/or
modify it under the terms of the Lesser GNU General Public License
Expand Down

0 comments on commit cc2d410

Please sign in to comment.