The branch, v4-14-test has been updated via 0e4837eb0d4 VERSION: Bump version up to Samba 4.14.10... via c1bd376c357 VERSION: Disable GIT_SNAPSHOT for the 4.14.9 release. via d9c91656442 WHATSNEW: Add release notes for Samba 4.14.9. from c1d2a0570df ldb: Release ldb 2.3.1
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-14-test - Log ----------------------------------------------------------------- commit 0e4837eb0d4d284b6457cf9a5480ed5e929b6cb2 Author: Jule Anger <jan...@samba.org> Date: Wed Oct 27 15:15:55 2021 +0200 VERSION: Bump version up to Samba 4.14.10... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit c1bd376c357425c6f23c18126218623f5ce51551 Author: Jule Anger <jan...@samba.org> Date: Wed Oct 27 15:14:59 2021 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.14.9 release. Signed-off-by: Jule Anger <jan...@samba.org> commit d9c91656442b49347489f00f9245605a8020b62d Author: Jule Anger <jan...@samba.org> Date: Wed Oct 27 14:27:35 2021 +0200 WHATSNEW: Add release notes for Samba 4.14.9. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 103 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index b86286b3ecb..8710c8f64a0 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=14 -SAMBA_VERSION_RELEASE=9 +SAMBA_VERSION_RELEASE=10 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index cdea32de764..e41ee1dabb4 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,104 @@ + ============================== + Release Notes for Samba 4.14.9 + October 27, 2021 + ============================== + + +This is the latest stable release of the Samba 4.14 release series. + + +Changes since 4.14.8 +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 14682: vfs_shadow_copy2: core dump in make_relative_path. + +o Douglas Bagnall <douglas.bagn...@catalyst.net.nz> + * BUG 14868: rodc_rwdc test flaps. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Andrew Bartlett <abart...@samba.org> + * BUG 14836: Python ldb.msg_diff() memory handling failure. + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14845: "in" operator on ldb.Message is case sensitive. + * BUG 14848: Release LDB 2.3.1 for Samba 4.14.9. + * BUG 14870: Prepare to operate with MIT krb5 >= 1.20. + * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED. + * BUG 14874: Allow special chars like "@" in samAccountName when generating + the salt. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Ralph Boehme <s...@samba.org> + * BUG 14826: Correctly ignore comments in CTDB public addresses file. + +o Isaac Boukris <ibouk...@gmail.com> + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Viktor Dukhovni <vik...@twosigma.com> + * BUG 12998: Fix transit path validation. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Luke Howard <lu...@padl.com> + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Stefan Metzmacher <me...@samba.org> + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Andreas Schneider <a...@samba.org> + * BUG 14870: Prepare to operate with MIT krb5 >= 1.20. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Martin Schwenke <mar...@meltin.net> + * BUG 14826: Correctly ignore comments in CTDB public addresses file. + +o Joseph Sutton <josephsut...@catalyst.net.nz> + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14845: "in" operator on ldb.Message is case sensitive. + * BUG 14868: rodc_rwdc test flaps. + * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED. + * BUG 14874: Allow special chars like "@" in samAccountName when generating + the salt. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + +o Nicolas Williams <n...@twosigma.com> + * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze + bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded + Heimdal. + * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements. + + +####################################### +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.14.8 October 05, 2021 @@ -89,8 +190,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.14.7 August 24, 2021 -- Samba Shared Repository