===== git log ====
commit 2f71ac2704fd03a84f67a93dd505edd9dff94a88
Author: Shwetha Acharya <sacharya@redhat.com>
Date:   Mon Nov 21 14:38:53 2022 +0530

    Add GlusterFS 11.0 release notes (#3903)
    
    Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
    
    Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>

commit 2c1b709a3a20b50d810e27d17f8ada2317ec78c3
Author: Shwetha K Acharya <sacharya@redhat.com>
Date:   Mon Nov 7 11:26:11 2022 +0530

    Update rfc.sh for release-11
    
    Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>

commit 871338543cf54edee91536a1b09b58b0686f7022
Author: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date:   Sat Oct 29 13:45:12 2022 -0400

    glusterfs: Build with Modern C, change set 6
    
    GCC and Clang communities are hinting that in versions 14 and 16
    respectively they will deprecate or disable legacy C89 features,
    e.g. K&R1 style function definitions, among others.
    
    In parallel, Fedora is going to start enforcing C99 as the minimum,
    expected to land in F40. (I.e. around Spring 2024 IIRC.)
    
    Currently Fedora is recommending that use of -Werror=implicit-int,
    -Werror=implicit-function-declaration, -Werror=int-conversion,
    -Werror=strict-prototypes, and -Werror=old-style-definition a set
    of options to build with in the mean time to clean up code.
    
    This change fixes a subset of the errors found when compiling with
    this set of options.
    
    Change-Id: Ia436ef321ad7963331d5cc813c98880525d0525e
    Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>

commit 22a507add1e4330905644cf0fb255056d5604ae1
Author: Aleksey Vasenev <margtu-fivt@ya.ru>
Date:   Fri Nov 4 07:20:13 2022 +0300

    trash: Fixed max file size overflow on 32-bit processors (#3892)
    
    Fixes: #3891

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