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.14-31-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.14-31-gd613a86
Date: Tue, 17 Mar 2015 00:09:04 +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  d613a867ba493662950d39fe498ed09ec56dfc3f (commit)
       via  fd82eae863dc165789c0dba599bdd2c89173e754 (commit)
       via  85a4f95b6ee7ad0e21e2444ded91813888b03212 (commit)
       via  ac5ab2343e93ac141460ab23954ea53ba66517fb (commit)
      from  e8304a299aceb9b1cc7b6136d17f456872250ada (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 d613a867ba493662950d39fe498ed09ec56dfc3f
Author: Eric S. Raymond <address@hidden>
Date:   Mon Mar 16 20:08:07 2015 -0400

    Comment improvement.

commit fd82eae863dc165789c0dba599bdd2c89173e754
Author: Eric S. Raymond <address@hidden>
Date:   Mon Mar 16 10:37:30 2015 -0400

    Fix tiny error that might prevent speed computation.
    
    All regression tests pass.

commit 85a4f95b6ee7ad0e21e2444ded91813888b03212
Author: Eric S. Raymond <address@hidden>
Date:   Mon Mar 16 10:26:18 2015 -0400

    NMEA2000 driver was not using a bool where it should.

commit ac5ab2343e93ac141460ab23954ea53ba66517fb
Author: Eric S. Raymond <address@hidden>
Date:   Mon Mar 16 10:20:18 2015 -0400

    Attempted fix for a close/reopen bug involvinf NMEA2000.
    
    This was reported on gosd-users by Vignesh Krishnan <address@hidden>:
    
    > For the nmea2000 bug . I connect using gpsd control socket
    >
    > ./gpsd -n -F /tmp/control_sock
    >
    > Adding source is possible
    > +nmea2000://can1
    >
    > Removing sourc is also possible with
    > -nmea2000://can1
    >
    > Readding the source is not possible with
    > +nmea2000://can1
    >
    > This is because the there is an array which stores the list of nmea
    > devices. That is not cleared on removed. So adding the second time results
    > in device exist error when actually device does not exist.
    
    To address this, the driver close() method tries to zero the proper
    array location.
    
    All regression tests pass.

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

Summary of changes:
 driver_nmea2000.c |   27 +++++++++++++++++++++------
 gpsd.h-tail       |    6 +++---
 libgpsd_core.c    |    2 +-
 3 files changed, 25 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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