===== git log ====
commit 3e12379fba83b8107117a6dedc99a02e31bd9bb1
Author: Hari Gowtham <hgowtham@redhat.com>
Date:   Wed Oct 9 14:21:16 2019 +0530

    doc: Added release 5.10 notes
    
    Fixes: bz#1759832
    
    Change-Id: I9c38181ec50d9b18ebc8bb8e1290f20a006be3bc
    Signed-off-by: Hari Gowtham <hgowtham@redhat.com>

commit fd4144de3df743af29e81f70bc7af421a1b8220d
Author: Sunny Kumar <sunkumar@redhat.com>
Date:   Mon May 13 14:32:53 2019 +0530

    geo-rep : fix mountbroker setup
    
    Problem:
    
    Unable to setup mountbroker root directory while creating geo-replication
    session for non-root user.
    
    Casue:
    With patch[1] which defines the max-port for glusterd one extra sapce
    got added in field of 'option max-port'.
    [1]. https://review.gluster.org/#/c/glusterfs/+/21872/
    
    In geo-rep spliting of key-value pair form vol file was done on the
    basis of space so this additional space caused "ValueError: too many values
    to unpack".
    
    Solution:
    Use split so that it can treat consecutive whitespace as a single separator.
    
    Backport of:
    https://review.gluster.org/#/c/glusterfs/+/22716/.
    
    >Fixes: bz#1709248
    >Change-Id: Ia22070a43f95d66d84cb35487f23f9ee58b68c73
    >Signed-off-by: Sunny Kumar <sunkumar@redhat.com>
    >(cherry picked from commit 3dd03146bb7037ae2ebea0579d0b81be27fdd927)
    
    Change-Id: Ia22070a43f95d66d84cb35487f23f9ee58b68c73
    Fixes: bz#1750230
    Signed-off-by: Sunny Kumar <sunkumar@redhat.com>

commit fcfcb0ad04402a34f07075d29981922a6dbc858c
Author: Mohammed Rafi KC <rkavunga@redhat.com>
Date:   Thu Sep 5 18:12:35 2019 +0530

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