The branch, v4-7-test has been updated via 5c782d5 VERSION: Bump version up to 4.7.6... via c15b477 VERSION: Disable GIT_SNAPSHOT for the 4.7.5 release. via bbf315b WHATSNEW: Add release notes for Samba 4.7.5. from 9f4091b dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the sortedLinks feature
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-7-test - Log ----------------------------------------------------------------- commit 5c782d5f7670d7855990cd359b919706d584ac4b Author: Karolin Seeger <ksee...@samba.org> Date: Wed Feb 7 09:27:59 2018 +0100 VERSION: Bump version up to 4.7.6... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit c15b47761e1f10748f7b6eafd2e7a01ddcf10660 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Feb 7 09:26:57 2018 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.7.5 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit bbf315b9396fc989e4a18c3d3927dec0db866bc9 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Feb 7 09:26:05 2018 +0100 WHATSNEW: Add release notes for Samba 4.7.5. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 90 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 2a351ec..bbc59a4 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=7 -SAMBA_VERSION_RELEASE=5 +SAMBA_VERSION_RELEASE=6 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 22ad049..2914f57 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,91 @@ ============================= + Release Notes for Samba 4.7.5 + February 7, 2018 + ============================= + + +This is the latest stable release of the Samba 4.7 release series. + +Major enhancements include: + +o BUG 13228: This is a major issue in Samba's ActiveDirectory domain + controller code. It might happen that AD objects have missing or broken + linked attributes. This could lead to broken group memberships e.g. + All Samba AD domain controllers set up with Samba 4.6 or lower and then + upgraded to 4.7 are affected. The corrupt database can be fixed with + 'samba-tool dbcheck --cross-ncs --fix'. + + +Changes since 4.7.4: +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 13193: smbd tries to release not leased oplock during oplock II + downgrade. + +o Ralph Boehme <s...@samba.org> + * BUG 13181: Fix copying file with empty FinderInfo from Windows client + to Samba share with fruit. + +o Günther Deschner <g...@samba.org> + * BUG 10976: build: Deal with recent glibc sunrpc header removal. + * BUG 13238: Make Samba work with tirpc and libnsl2. + +o David Disseldorp <dd...@samba.org> + * BUG 13208: vfs_ceph: Add fs_capabilities hook to avoid local statvfs. + +o Love Hornquist Astrand <l...@h5l.org> + * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in + clientPublicValue. + +o Amitay Isaacs <ami...@gmail.com> + * BUG 13188: ctdb-recovery-helper: Deregister message handler in error + paths. + +o Volker Lendecke <v...@samba.org> + * BUG 13240: samba: Only use async signal-safe functions in signal handler. + +o Stefan Metzmacher <me...@samba.org> + * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in + clientPublicValue. + * BUG 13228: repl_meta_data: Fix linked attribute corruption on databases + with unsorted links on expunge. dbcheck: Add functionality to fix the + corrupt database. + +o Christof Schmitt <c...@samba.org> + * BUG 13189: Fix smbd panic when chdir returns error during exit. + +o Andreas Schneider <a...@samba.org> + * BUG 13238: Make Samba work with tirpc and libnsl2. + +o Uri Simchoni <u...@samba.org> + * BUG 13176: Fix POSIX ACL support on HPUX and possibly other big-endian OSs. + + +####################################### +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.4 December 22, 2017 ============================= @@ -119,8 +206,8 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- + ============================= Release Notes for Samba 4.7.3 -- Samba Shared Repository