===== git log ====
commit 1b43afb1fd13ee038027f949d754be93fc60759c
Author: Hari Gowtham <hgowtham@redhat.com>
Date:   Mon Mar 2 12:15:50 2020 +0530

    Adding release notes for release-6.8
    
    Change-Id: I7cb7d0f863c4ef32ab8d4e0db43e2f8135a54e4f
    fixes: bz#1806846
    Signed-off-by: Hari Gowtham <hgowtham@redhat.com>

commit b9940cb47dc91e6a7711f2626f5877e00177a0c2
Author: Xavi Hernandez <xhernandez@redhat.com>
Date:   Tue Jan 14 13:28:47 2020 +0100

    events: fix IPv6 memory corruption
    
    When an event was generated and the target host was resolved to an IPv6
    address, there was a memory overflow when that address was copied to a
    fixed IPv4 structure (IPv6 addresses are longer than IPv4 ones).
    
    This fix correctly handles IPv4 and IPv6 addresses returned by
    getaddrinfo()
    
    Backport of:
    > Change-Id: I5864a0c6e6f1b405bd85988529570140cf23b250
    > Fixes: bz#1790870
    > Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
    
    Change-Id: I5864a0c6e6f1b405bd85988529570140cf23b250
    Fixes: bz#1792857
    Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>

commit 0bfb22c7d7e6a41c920cb3556c6a55474c66b6cf
Author: Aravinda VK <avishwan@redhat.com>
Date:   Mon Sep 16 10:04:26 2019 +0530

    eventsapi: Set IPv4/IPv6 family based on input IP
    
    server.sin_family was set to AF_INET while creating socket connection,
    this was failing if the input address is IPv6(`::1`).
    
    With this patch, sin_family is set by reading the ai_family of
    `getaddrinfo` result.
    
    Backport of:
    > Fixes: bz#1752330
    > Change-Id: I499f957b432842fa989c698f6e5b25b7016084eb
    > Signed-off-by: Aravinda VK <avishwan@redhat.com>
    

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v6.8
