The branch, v4-8-test has been updated via a988dcb90c4 VERSION: Bump version up to 4.8.9... via 91c4bf85967 VERSION: Disable GIT_SNAPSHOT for the 4.8.8 release. via 1ce5bb68c78 WHATSNEW: Add release notes for Samba 4.8.8. from 064f8f2d8cd winbindd: Route predefined domains through the BUILTIN domain child
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-8-test - Log ----------------------------------------------------------------- commit a988dcb90c4136baf4303700852d78b28e549970 Author: Karolin Seeger <ksee...@samba.org> Date: Thu Dec 13 09:59:22 2018 +0100 VERSION: Bump version up to 4.8.9... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 91c4bf85967339fff09f6576c6756d3695390e13 Author: Karolin Seeger <ksee...@samba.org> Date: Thu Dec 13 09:53:41 2018 +0100 VERSION: Disable GIT_SNAPSHOT for the 4.8.8 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 1ce5bb68c7843874a935e677327521e0df0aef59 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Dec 5 09:40:24 2018 +0100 WHATSNEW: Add release notes for Samba 4.8.8. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 104 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 57150635ca3..cfae53693af 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=8 -SAMBA_VERSION_RELEASE=8 +SAMBA_VERSION_RELEASE=9 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 9f604b0d457..d48d1897469 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,104 @@ + ============================= + Release Notes for Samba 4.8.8 + December 13, 2018 + ============================= + + +This is the latest stable release of the Samba 4.8 release series. + +Major bug fixes include: +------------------------ + + o dns: Fix CNAME loop prevention using counter regression (bug #13600). + + +Changes since 4.8.7: +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 13633: s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test. + +o Andrew Bartlett <abart...@samba.org> + * BUG 13418: dsdb: Add comments explaining the limitations of our current + backlink behaviour. + * BUG 13495: dbcheck: Use symbolic control name for + DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKS. + +o Tim Beale <timbe...@catalyst.net.nz> + * BUG 13495: dbchecker: Fixing up incorrect DNs wasn't working. + +o Ralph Boehme <s...@samba.org> + * BUG 9175: libcli/smb: Don't overwrite status code. + * BUG 12164: 'wbinfo --group-info' 'NT AUTHORITY\System' does not work. + * BUG 13175: Fix accessing ZFS snapshot directories over SMB. + * BUG 13642: vfs_fruit should be able to cleanup AppleDouble files. + * BUG 13465: testparm crashes with PANIC: Messaging not initialized on + SLES 12 SP3. + * BUG 13646: File saving issues with vfs_fruit on samba >= 4.8.5. + * BUG 13649: Enabling vfs_fruit looses FinderInfo. + * BUG 13661: Session setup reauth fails to sign response. + * BUG 13667: Cancelling of SMB2 aio reads and writes returns wrong error + NT_STATUS_INTERNAL_ERROR. + * BUG 13677: Fix copy with vfs_fruit if AFP_AfpInfo stream file + size > 60bytes. + +o Isaac Boukris <ibouk...@gmail.com> + * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build. + +o Amitay Isaacs <ami...@gmail.com> + * BUG 13641: Fix CTDB recovery record resurrection from inactive nodes and + simplify vacuuming. + * BUG 13659: Fix bugs in CTDB event handling. + +o Volker Lendecke <v...@samba.org> + * BUG 13465: examples: Fix the smb2mount build. + * BUG 13662: winbindd_cache: Fix timeout calculation for sid<->name cache. + +o Stefan Metzmacher <me...@samba.org> + * BUG 13418: Extended DN SID component missing for member after switching + group membership. + * BUG 13600: CVE-2018-14629 dns: Fix CNAME loop prevention using counter + regression. + * BUG 13624: STATUS_SESSION_EXPIRED error is returned unencrypted, if the + request was encrypted. + +o Christof Schmitt <c...@samba.org> + * BUG 13465: testparm crashes with PANIC: Messaging not initialized on + SLES 12 SP3. + * BUG 13673: smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY + attribute. + +o Andreas Schneider <a...@samba.org> + * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build. + * BUG 13679: Fix a segfault in pyglue. + +o Martin Schwenke <mar...@meltin.net> + * BUG 13670: ctdb-recovery: Ban a node that causes recovery failure. + + +####################################### +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.8.7 November 27, 2018 @@ -94,8 +195,8 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- + ============================= Release Notes for Samba 4.8.6 -- Samba Shared Repository