Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[usb-moded] Minor release 0.81.8
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Apr 1, 2015
1 parent 1eb8430 commit fc16038
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.81.7])
AC_INIT([usb_moded], [0.81.8])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AM_CONFIG_HEADER([config.h])
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
usb-moded (0.81.8) unstable; urgency=low

* [usb-moded] Fixed memory leak in systemd_control_service()
* re-write of the link checking (again)

-- Philippe De Swert <philippe.deswert@jolla.com> Wed, 01 Apr 2015 10:45:30 +0300

usb-moded (0.81.7) unstable; urgency=low

* [network] Fix defines switch fall-out
Expand Down
1 change: 1 addition & 0 deletions src/usb_moded-network.c
Expand Up @@ -303,6 +303,7 @@ static int checklink(void)
int ret = -1;
char dest[sizeof(UDHCP_CONFIG_PATH)+1];
size_t len = readlink(UDHCP_CONFIG_LINK, dest, sizeof(dest)-1);

if (len > 0)
{
dest[len] = 0;
Expand Down

0 comments on commit fc16038

Please sign in to comment.