===== git log ====
commit d24b4605fe104f7a9a3c9091154291b9cce44915
Author: hari gowtham <hgowtham@redhat.com>
Date:   Wed Jun 5 22:10:47 2019 +0530

    doc: Added release notes for 5.7
    
    Fixes: bz#1697986
    
    Change-Id: I6dc17424665431957152761eaec7b6b2226ae1f0
    Signed-off-by: hari gowtham <hgowtham@redhat.com>

commit 257fee6312513498ee70765b9f343d5df77b1fce
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#1717282
    Change-Id: I2a306dbdb29fb557dcab7788a258bd75d826cc12
    Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
    Signed-off-by: Hari Gowtham <hgowtham@redhat.com>

commit 5355f5a18146183a8e27872ebee501acad7b5eb0
Author: Kotresh HR <khiremat@redhat.com>
Date:   Thu Jun 6 12:54:04 2019 +0530

    tests/utils: Fix py2/py3 util python scripts
    
    Following files are fixed.
    

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