===== git log ====
commit 8af74c8ee0ecddea50e2287d05baf4ec26c55ce4
Author: Poornima G <pgurusid@redhat.com>
Date:   Mon May 18 16:46:06 2015 +0530

    libgfapi: Store and restore THIS in every API exposed by libgfapi
    
            Backport of http://review.gluster.org/#/c/9797
    
    Storing and restoring THIS:
    When the APIs exposed by libgfapi are called by other xlators like
    snapview server etc. the THIS value is overwritten to contain the
    THIS of libgfapi(viz libgfapi master xlator). Hence using 'THIS'
    in any xlator after calling libgfapi API will lead to issues.
    One such issue was uncovered in snapview and the patch
    http://review.gluster.org/#/c/9469/ was sent to workaround this issue.
    
    Hence, storing and restoring THIS, at the entry and exit of every API
    exposed by libgfapi.
    
    Change-Id: I6f330dde25e7700fb26339d667a7ccd193ec6ba0
    BUG: 1211656
    Signed-off-by: Poornima G <pgurusid@redhat.com>
    Reviewed-on: http://review.gluster.org/9797
    Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
    Reviewed-by: soumya k <skoduri@redhat.com>
    Reviewed-by: Niels de Vos <ndevos@redhat.com>
    Tested-by: Gluster Build System <jenkins@build.gluster.com>
    (cherry picked from commit 1162bb36108ab8dba8303b86927a99835b791d79)
    Reviewed-on: http://review.gluster.org/10414
    Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
    Signed-off-by: Poornima G <pgurusid@redhat.com>
    Reviewed-on: https://code.engineering.redhat.com/gerrit/47548
    Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
    Tested-by: Rajesh Joseph <rjoseph@redhat.com>

commit 0b49b621ea0c32e7609cf90ab06b9922311696de
Author: Brad Hubbard <bhubbard@redhat.com>
Date:   Sat Mar 28 18:35:28 2015 +1000

    nfs: do not fail to start when optional RPC-programs fail to register
    
    Some RPC-programs are not strictly required for the NFS-server. When
    these optional protocols fail to get registered at the portmapper, there
    is no need to fail the starting of the NFS-server.
    
    Required RPC-programs:
     - NFS
     - MNT
    

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