The branch, v4-11-test has been updated via 09da9690e93 VERSION: Bump version up to 4.11.17... via 9c32d5a99c1 VERSION: Disable GIT_SNAPSHOT for the 4.11.16 release. via 578fed57f0b WHATSNEW: Add release notes for Samba 4.11.16. from f5135703e5f s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-11-test - Log ----------------------------------------------------------------- commit 09da9690e9359a5236e87b82903b46c683ae7afc Author: Karolin Seeger <ksee...@samba.org> Date: Wed Nov 4 11:29:07 2020 +0100 VERSION: Bump version up to 4.11.17... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 9c32d5a99c1464bcc88ab3b2e263bff5ce8213bd Author: Karolin Seeger <ksee...@samba.org> Date: Wed Nov 4 09:51:03 2020 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.11.16 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 578fed57f0b570e6de58970c5b4460238be6acab Author: Karolin Seeger <ksee...@samba.org> Date: Wed Nov 4 09:49:41 2020 +0100 WHATSNEW: Add release notes for Samba 4.11.16. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 9c72b686524..1c9c15fd82e 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=11 -SAMBA_VERSION_RELEASE=16 +SAMBA_VERSION_RELEASE=17 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8869edcdc87..914e3cc3bf9 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,75 @@ + =============================== + Release Notes for Samba 4.11.16 + November 04, 2020 + =============================== + + +This is an extraordinary release of the Samba 4.11 release series to address the +following issues: + + o BUG 14537: ctdb-common: Avoid aliasing errors during code optimization. + o BUG 14486: vfs_glusterfs: Avoid data corruption with the write-behind + translator. + + +======= +Details +======= + +The GlusterFS write-behind performance translator, when used with Samba, could +be a source of data corruption. The translator, while processing a write call, +immediately returns success but continues writing the data to the server in the +background. This can cause data corruption when two clients relying on Samba to +provide data consistency are operating on the same file. + +The write-behind translator is enabled by default on GlusterFS. +The vfs_glusterfs plugin will check for the presence of the translator and +refuse to connect if detected. Please disable the write-behind translator for +the GlusterFS volume to allow the plugin to connect to the volume. + + +Changes since 4.11.15 +--------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char + **lines onto mem_ctx on return. + +o Günther Deschner <g...@samba.org> + * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is + present. + +o Amitay Isaacs <ami...@gmail.com> + * BUG 14537: ctdb-common: Avoid aliasing errors during code optimization. + +o Sachin Prabhu <spra...@redhat.com> + * BUG 14486: docs-xml/manpages: Add warning about write-behind translator for + vfs_glusterfs. + + +####################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical IRC channel on irc.freenode.net. + +If you do report problems then please try to send high quality +feedback. If you don't provide vital information to help us track down +the problem then you will probably be ignored. All bug reports should +be filed under the Samba 4.1 and newer product in the project's Bugzilla +database (https://bugzilla.samba.org/). + + +====================================================================== +== Our Code, Our Bugs, Our Responsibility. +== The Samba Team +====================================================================== + + +Release notes for older releases follow: +---------------------------------------- + =============================== Release Notes for Samba 4.11.15 October 29, 2020 @@ -88,8 +160,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- =============================== -- Samba Shared Repository