===== git log ====
commit 8727292061bb91fb50ee59cc247276d0259f0b20
Author: Jiffin Tony Thottan <jthottan@redhat.com>
Date:   Mon Aug 20 12:11:06 2018 +0530

    Release notes for Gluster 3.12.13
    
    Change-Id: If73fa6127f98b6ae08d8853736376d8077aba1ac
    BUG: 1619117
    Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>

commit d8473a17435227f9bd5203ba9de9bd0b53629682
Author: Mark Mielke <mark.mielke@gmail.com>
Date:   Mon Aug 13 23:54:34 2018 -0400

    Bash integration script should namespace variables
    
    In the original submitted script, it looks like there was effort
    put into namespacing all global variables. However a few mistakes
    remained.
    
    GLUSTER_TOP_SUBOPTIONSx were defined, but TOP_SUBOPTIONSx were
    referenced. This was likely an unrecognized defect in the
    original code submission? These are now corrected to refer to
    GLUSTER_TOP_SUBOPTIONSx.
    
    FINAL_LIST, LIST, and TOP were leaked into all Bash shells and
    used by the command completion functions. The most problematic
    of these was TOP, which was declared with "-i" making it an
    integer. This cause other code which used TOP to define a path
    to fail like this:
    
        $ bash
        $ TOP=/abc
        bash: /abc: syntax error: operand expected (error token is "/abc")
    
    These are now qualified as GLUSTER_FINAL_LIST, GLUSTER_LIST, and
    GLUSTER_TOP to reduce impact on scripts that might choose to use
    these extremely common variable names.
    
    > Change-Id: Ic96eda8efd1f3238bbade6c6ddb69118e8d82158
    > Signed-off-by: Mark Mielke <mark.mielke@gmail.com>
    
    (cherry picked from commit 89545e745e4075845c18078be67a31dea93a4e88)
    
    Change-Id: Ic96eda8efd1f3238bbade6c6ddb69118e8d82158
    Fixes: bz#1618838
    Signed-off-by: Mark Mielke <mark.mielke@gmail.com>

commit f727b47d988066f9c8e123059836fabf2e28db09

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