gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-561


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-561-gf255389
Date: Fri, 3 Feb 2017 03:18:15 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  f255389a5a0a5e248bc59f347e82db791c9e79a2 (commit)
       via  3ae82ee27f38343e7982c6e96db0cdcd80a851b5 (commit)
       via  260ed80ab2e8e18ae208d34b6e8ad3b784155d62 (commit)
      from  e9c2b6406ac76bb68f69a83a1694d5779b9779a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f255389a5a0a5e248bc59f347e82db791c9e79a2
Author: Fred Wright <address@hidden>
Date:   Thu Feb 2 18:53:39 2017 -0800

    Adds missing manpage for gpxlogger.
    
    The existing gps.1 manpage covered gpxlogger, but it was missing one
    mention at the top, and SConstruct failed to include gpxlogger.1 as a
    target.  This is now fixed.
    
    TESTED:
    "man gpxlogger" now works.

commit 3ae82ee27f38343e7982c6e96db0cdcd80a851b5
Author: Robert Norris <address@hidden>
Date:   Thu Feb 2 23:39:03 2017 +0000

    Fix memory leak in Qt build.
    
    Since privdata is always allocated in gps_sock_open(),
    it always needs to be free'd in gps_sock_close().
    
    Signed-off-by: Fred Wright <address@hidden>

commit 260ed80ab2e8e18ae208d34b6e8ad3b784155d62
Author: Fred Wright <address@hidden>
Date:   Tue Jan 31 18:57:45 2017 -0800

    Fixes warning on CentOS build.
    
    Certain definitions (in this case, setgroups) need _BSD_SOURCE in
    older glibc versions, but _DEFAULT_SOURCE in newer versions.  The
    recommended approach for compatibility across glibc versions (from
    feature_test_macros(7)) is to define both.
    
    TESTED:
    Now builds without warnings on Ubuntu 14, CentOS 7, and Fedora 25.

-----------------------------------------------------------------------

Summary of changes:
 SConstruct    |    1 +
 gps.xml       |    1 +
 gpsd.c        |    3 ++-
 libgps_sock.c |    5 ++---
 4 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]