===== git log ====
commit 895183d5a2eceabcfdd81daff87ecab1159c32c6
Author: Rinku Kothiya <rkothiya@redhat.com>
Date:   Wed Sep 16 07:15:41 2020 +0000

    doc: Added release 8.2 notes
    
    Updates: #1485
    
    Change-Id: Ia42666051df1624444ea203bf8b7c876cf78b592
    Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>

commit 85ff28ace3901a5a54d8de42d33ab2f9ac528ed8
Author: Srijan Sivakumar <ssivakum@redhat.com>
Date:   Tue Sep 1 12:48:48 2020 +0530

    Events: Fixing coverity issues.
    
    Fixing resource leak reported by coverity scan.
    
    CID: 1431237
    
    Change-Id: I2bed106b3dc4296c50d80542ee678d32c6928c25
    Updates: #1060
    Signed-off-by: Srijan Sivakumar <ssivakum@redhat.com>
    (cherry picked from commit ebc0253269d8a538239dd0b99d42f56ea320b0f0)

commit 93d48622d9ddb96f07a8590312c2885e11751436
Author: srijan-sivakumar <ssivakum@redhat.com>
Date:   Sat Jul 18 05:59:09 2020 +0530

    Events: Socket creation after getaddrinfo and IPv4 and IPv6 packet capture
    
    Issue: Currently, the socket creation is done
    prior to getaddrinfo function being invoked. This
    can cause mismatch in the protocol and address
    families of the created socket and the result
    of the getaddrinfo api. Also, the glustereventsd
    UDP server by default only captures IPv4 packets
    hence IPv6 packets are not even captured.
    
    Code Changes:
    1. Modified the socket creation in such a way that
    the parameters taken in are dependent upon the
    result of the getaddrinfo function.
    2. Created a subclass for adding address family
    in glustereventsd.py for both AF_INET and AF_INET6.
    3. Modified addresses in the eventsapiconf.py.in
    
    Reasoning behind the approach:

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