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


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-677-g41d6fa9
Date: Tue, 18 Jul 2017 17:36:42 -0400 (EDT)

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  41d6fa9fb4e4665b4afbbd851eee188d596084ea (commit)
       via  795908afe3435d3095bb9ceb81c8b35fd1e22805 (commit)
      from  bda3f970bd713cf553dcca47beb22682a49c7081 (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 41d6fa9fb4e4665b4afbbd851eee188d596084ea
Author: Kurt Schwehr <address@hidden>
Date:   Tue May 30 12:42:36 2017 -0700

    Fix ref-leak of PyObject_Call.
    
    Py_XDECREF is slightly safer than Py_DECREF (not NULL-safe).
    
    https://docs.python.org/3/extending/extending.html
    
    The return value is a brand new object, or it is an existing object
    whose reference count has been incremented.
    
    Signed-off-by: Fred Wright <address@hidden>
    
    TESTED:
    Verified that gpscat still works. - fw

commit 795908afe3435d3095bb9ceb81c8b35fd1e22805
Author: Robin H. Johnson <address@hidden>
Date:   Sun May 28 13:51:31 2017 -0700

    gpsprof: accept valid samples only.
    
    Signed-off-by: Robin H. Johnson <address@hidden>
    Signed-off-by: Fred Wright <address@hidden>
    
    TESTED:
    Verified that gpsprof still produces output. - fw

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

Summary of changes:
 gpspacket.c | 3 ++-
 gpsprof     | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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