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.11-138


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-138-gf63bdaf
Date: Mon, 22 Sep 2014 14:20:18 +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  f63bdafc18991624b872e9efa858c024834a540e (commit)
       via  ecbf0b51cdd43b8dad219e29dd5aaa1e71de4e43 (commit)
       via  b6bfc6707e1bf47acc9cd1f55ef222ad34a34c42 (commit)
      from  3fedfc96ff25ed799aed441c2ac702dd168a44e5 (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 f63bdafc18991624b872e9efa858c024834a540e
Author: Eric S. Raymond <address@hidden>
Date:   Mon Sep 22 10:16:48 2014 -0400

    Fix an odd little bug in pseudo-NMEA reporting.
    
    Um.  What was I thinking when I wrote that guard?  It zeroed out
    reports of satellites used.
    
    Required a rebuild of the following (binary-orotocol) test logs.
    
    test/daemon/bu303-climbing.log.chk
    test/daemon/bu303-moving.log.chk
    test/daemon/bu303-stillfix.log.chk
    test/daemon/italk-binary.log.chk
    test/daemon/navcom.log.chk
    test/daemon/superstar2.log.chk
    test/daemon/trimble-lassen_iq-3dfix.log.chk
    test/daemon/trimble-lassen_iq.log.chk
    test/daemon/ublox-aek-4t.log.chk
    test/daemon/ublox-lea-4t.log.chk
    test/daemon/ublox-sirf1.log.chk
    test/daemon/zodiac.log.chk
    
    After that, all regressiion tests pass.

commit ecbf0b51cdd43b8dad219e29dd5aaa1e71de4e43
Author: Eric S. Raymond <address@hidden>
Date:   Mon Sep 22 10:00:02 2014 -0400

    Condition out extended JSON features.
    
    All regression tests pass.

commit b6bfc6707e1bf47acc9cd1f55ef222ad34a34c42
Author: Eric S. Raymond <address@hidden>
Date:   Mon Sep 22 09:51:48 2014 -0400

    Implement and test extended JSON array parsing.
    
    Now supported: JSON arrays with int, unit, bool, and real elements.
    
    All regressiion tests pass.

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

Summary of changes:
 json.c                                      |   52 ++++++++-
 json.h                                      |   14 ++-
 pseudonmea.c                                |    7 +-
 test/daemon/bu303-climbing.log.chk          |   56 +++++-----
 test/daemon/bu303-moving.log.chk            |   62 +++++-----
 test/daemon/bu303-stillfix.log.chk          |   22 ++--
 test/daemon/italk-binary.log.chk            |   52 ++++----
 test/daemon/navcom.log.chk                  |   44 ++++----
 test/daemon/superstar2.log.chk              |  168 +++++++++++++-------------
 test/daemon/trimble-lassen_iq-3dfix.log.chk |   78 ++++++------
 test/daemon/trimble-lassen_iq.log.chk       |   90 +++++++-------
 test/daemon/ublox-aek-4t.log.chk            |   18 ++--
 test/daemon/ublox-lea-4t.log.chk            |   46 ++++----
 test/daemon/ublox-sirf1.log.chk             |   80 +++++++-------
 test/daemon/zodiac.log.chk                  |   40 +++---
 test_json.c                                 |   82 +++++++++++++-
 16 files changed, 521 insertions(+), 390 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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