===== git log ====
commit 48fc07667629f71a9f274f5bca98c4e1cd659622
Author: Rinku Kothiya <rkothiya@redhat.com>
Date:   Tue Aug 4 14:43:22 2020 +0000

    Adding release notes for release-6.10
    
    Fixes: #1417
    
    Change-Id: I1e4140b2c3a38961c66ca98c843b577a5530f029
    Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>

commit 86bce52b86d54295a3f00fe04592f40a40b599f6
Author: l17zhou <cynthia.zhou@nokia-sbell.com.cn>
Date:   Mon Nov 4 08:45:52 2019 +0200

    rpc: Cleanup SSL specific data at the time of freeing rpc object
    
    Problem: At the time of cleanup rpc object ssl specific data
             is not freeing so it has become a leak.
    
    Solution: To avoid the leak cleanup ssl specific data at the
              time of cleanup rpc object
    
    > Credits: l17zhou <cynthia.zhou@nokia-sbell.com.cn>
    > Fixes: bz#1768407
    > Change-Id: I37f598673ae2d7a33c75f39eb8843ccc6dffaaf0
    > (cherry picked from commit 54ed71dba174385ab0d8fa415e09262f6250430c)
    
    Change-Id: I37f598673ae2d7a33c75f39eb8843ccc6dffaaf0
    Fixes: #1016
    Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>

commit 36d972d537d4eec4af8a22eca8eab5b12a2a8e65
Author: Milind Changire <mchangir@redhat.com>
Date:   Thu Mar 14 10:55:52 2019 +0530

    socket/ssl: fix crl handling
    
    Problem:
    Just setting the path to the CRL directory in socket_init() wasn't working.
    
    Solution:
    Need to use special API to retrieve and set X509_VERIFY_PARAM and set
    the CRL checking flags explicitly.
    Also, setting the CRL checking flags is a big pain, since the connection
    is declared as failed if any CRL isn't found in the designated file or
    directory. A comment has been added to the code appropriately.
    
    > Change-Id: I8a8ed2ddaf4b5eb974387d2f7b1a85c1ca39fe79

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