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-64-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-64-g01f89a8
Date: Tue, 23 Feb 2016 22:34:12 +0000

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  01f89a8f786f6bc9588f257e77d38ea871a2d53c (commit)
       via  40c9a8703efd8850dc3fed44ad9cc91d37d03343 (commit)
       via  777cb3737ae85b13642fff48eabb601c4d40f527 (commit)
      from  40d000aef1f752e942f99ab5046491a3eddf0d3e (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 01f89a8f786f6bc9588f257e77d38ea871a2d53c
Author: Rob Norris <address@hidden>
Date:   Tue Feb 23 01:05:32 2016 +0000

    Fix small memory leak in gpsd client programs.
    
    Allocation is otherwise never freed and is in fact unnecessary.

commit 40c9a8703efd8850dc3fed44ad9cc91d37d03343
Author: Rob Norris <address@hidden>
Date:   Sun Feb 21 11:53:13 2016 +0000

    Make the test_libgps program more useful by allowing to specify the server 
and port.
    
    Use gpsd_source_spec() as per usage in cgps.
    Since this now uses the unnamed command line parameter,
     add new '-f' mode to forward (i.e. send) data specified on the command 
line to gpsd.

commit 777cb3737ae85b13642fff48eabb601c4d40f527
Author: James Knight <address@hidden>
Date:   Tue Feb 16 23:51:08 2016 -0500

    do not interact with systemctl when cross-compiling
    
    The installation process for GPSd on a systemd environment will attempt
    to reload systemd's manager configuration (systemctl daemon-reload).
    This is to allow the system to take advantage of the newly installed
    GPSd services. When cross-compiling, the installation process should not
    attempt to interact with the build environment's systemd instance (if
    any). The following change checks if the build is not cross compiling
    (via 'not env["sysroot"]') before attempting to do a systemd reload.
    
    Signed-off-by: James Knight <address@hidden>

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

Summary of changes:
 SConstruct    |    4 +++-
 gpsdclient.c  |    2 +-
 test_libgps.c |   30 ++++++++++++++++++++++--------
 3 files changed, 26 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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