The branch, v4-7-test has been updated via 70d7a5c VERSION: Bump version up to 4.7.3... via c5bb8ef VERSION: Disable GIT_SNAPSHOT for the 4.7.2 release. via 53b7208 WHATSNEW: Add release notes for Samba 4.7.2. from d7a0721 s4: torture: kernel oplocks. Add smb2.kernel-oplocks.kernel_oplocks8
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-7-test - Log ----------------------------------------------------------------- commit 70d7a5c8dc5f73649440a9f50910d532e2eb2a34 Author: Karolin Seeger <ksee...@samba.org> Date: Tue Nov 14 13:24:15 2017 +0100 VERSION: Bump version up to 4.7.3... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit c5bb8ef9e793bb7cd82f8d53786f2c5daa431470 Author: Karolin Seeger <ksee...@samba.org> Date: Tue Nov 14 13:23:27 2017 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.7.2 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 53b7208fd6814cd7a973f11663e7a1c83283411e Author: Karolin Seeger <ksee...@samba.org> Date: Tue Nov 14 13:22:52 2017 +0100 WHATSNEW: Add release notes for Samba 4.7.2. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 59 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 0411083..0ba31a3 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=7 -SAMBA_VERSION_RELEASE=2 +SAMBA_VERSION_RELEASE=3 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 6de5de8..8074a83 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,60 @@ ============================= + Release Notes for Samba 4.7.2 + November 15, 2017 + ============================= + + +This is an additional bugfix release to address a possible data corruption +issue. Please update immediately! For details, please see + + https://bugzilla.samba.org/show_bug.cgi?id=13130 + +Samba 4.6.0 and newer is affected by this issue. + + +Changes since 4.7.1: +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 13121: Non-smbd processes using kernel oplocks can hang smbd. + +o Joe Guo <j...@catalyst.net.nz> + * BUG 13127: python: use communicate to fix Popen deadlock. + +o Volker Lendecke <v...@samba.org> + * BUG 13130: smbd on disk file corruption bug under heavy threaded load. + +o Stefan Metzmacher <me...@samba.org> + * BUG 13130: tevent: version 0.9.34. + +o Ralph Wuerthner <ralph.wuerth...@de.ibm.com> + * BUG 13118: s3: smbd: Fix delete-on-close after smb2_find. + + +####################################### +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.7.1 November 02, 2017 ============================= @@ -106,8 +162,8 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- + ============================= Release Notes for Samba 4.7.0 -- Samba Shared Repository