pcp
[Top] [All Lists]

pcp updates: libpcp, qa

To: pcp developers <pcp@xxxxxxxxxxx>
Subject: pcp updates: libpcp, qa
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu, 3 Sep 2015 21:41:56 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <1858693758.26620452.1441330180725.JavaMail.zimbra@xxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: JQM0BvjfPB7auNoZ/VHgPQ+VLLJDpw==
Thread-topic: pcp updates: libpcp, qa
Changes committed to git://git.pcp.io/pcp.git master

Nathan Scott (3):
      libpcp: use public domain getdate instead of gnulib version
      build: add fixed bugzilla# to fedora.spec changelog
      qa: add test to exercise IPv6 pmcd access modes


 build/rpm/fedora.spec        |    1 
 qa/752                       |   29 
 qa/752.out                   |   27 
 qa/892                       |   74 +
 qa/892.out                   |   27 
 qa/common.check              |   18 
 qa/group                     |    1 
 src/libpcp/src/check-statics |   14 
 src/libpcp/src/getdate.y     | 1893 ++++++++++++++++---------------------------
 src/libpcp/src/internal.h    |    2 
 src/libpcp/src/rtime.c       |    8 
 11 files changed, 880 insertions(+), 1214 deletions(-)


commit c7ff1e58a294280c7e1b2f580a4fe6e24284306d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Sep 4 10:45:47 2015 +1000

    qa: add test to exercise IPv6 pmcd access modes

commit e50f1191cbba754109fb788f7f277798f50ecf7b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Sep 3 12:24:29 2015 +1000

    build: add fixed bugzilla# to fedora.spec changelog

commit cbc75afe905fb26577218312b9de6fe61d8a2400
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Sep 3 12:23:37 2015 +1000

    libpcp: use public domain getdate instead of gnulib version
    
    Replace the GPL version of getdate previously used in libpcp
    (incompatible with the LGPL license of libpcp, inadvertently)
    with one based on the public domain version from BSD sources.
    Small modifications to build within PCP tree, to use the PCP
    time(zone) interfaces, and for thread-safety.
    
    Resolves https://github.com/performancecopilot/pcp/issues/44

<Prev in Thread] Current Thread [Next in Thread>