===== git log ====
commit 9acd89087baea32b06142d51568df78e0ce57d54
Author: Hari Gowtham <hgowtham@redhat.com>
Date:   Sat Jun 8 20:28:10 2019 +0530

    doc: Added release notes for 6.3
    
    Fixes: bz#1718555
    
    Change-Id: Ibe540110156d70dc1bf308eccd08d49339f4ef7a
    Signed-off-by: Hari Gowtham <hgowtham@redhat.com>

commit 7a387f97315f55e1c741d6ad749fb5621f067de0
Author: Xavi Hernandez <xhernandez@redhat.com>
Date:   Thu May 9 11:07:18 2019 +0200

    cluster/ec: honor contention notifications for partially acquired locks
    
    EC was ignoring lock contention notifications received while a lock was
    being acquired. When a lock is partially acquired (some bricks have
    granted the lock but some others not yet) we can receive notifications
    from acquired bricks, which should be honored, since we may not receive
    more notifications after that.
    
    Since EC was ignoring them, once the lock was acquired, it was not
    released until the eager-lock timeout, causing unnecessary delays on
    other clients.
    
    This fix takes into consideration the notifications received before
    having completed the full lock acquisition. After that, the lock will
    be releaed as soon as possible.
    
    Backport of:
    > BUG: bz#1708156
    > Change-Id: I2a306dbdb29fb557dcab7788a258bd75d826cc12
    > Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
    
    Fixes: bz#1714172
    Change-Id: I2a306dbdb29fb557dcab7788a258bd75d826cc12
    Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>

commit 8c0bb45c9f002461d5c4a63e35ae215958405fb5
Author: Amgad Saleh <amgad.saleh@nokia.com>
Date:   Thu May 23 20:27:03 2019 -0500

    If bind-address is IPv6 return it successfully
    
    >Change-Id: Ibd37b6ea82b781a1a266b95f7596874134f30079
    >fixes: bz#1713730
    >Signed-off-by: Amgad Saleh <amgad.saleh@nokia.com>

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