The branch, v4-7-test has been updated via a79aad4 VERISON: Bump version up to 4.7.8... via 19a46b0 WHATSNEW: Add release notes for Samba 4.7.7. from 5a2066f torture: Test compound request request counters
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-7-test - Log ----------------------------------------------------------------- commit a79aad47de6606d6b211d33c6c22217f3c14bd97 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Apr 11 11:16:34 2018 +0200 VERISON: Bump version up to 4.7.8... and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 19a46b0f221e9ae43425ec9d9b9bab4284538d73 Author: Karolin Seeger <ksee...@samba.org> Date: Wed Apr 11 11:02:52 2018 +0200 WHATSNEW: Add release notes for Samba 4.7.7. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 4 +-- WHATSNEW.txt | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 109 insertions(+), 4 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index f9f4813..b54c7f1 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=7 -SAMBA_VERSION_RELEASE=7 +SAMBA_VERSION_RELEASE=8 ######################################################## # If a official release has a serious bug # @@ -99,7 +99,7 @@ SAMBA_VERSION_RC_RELEASE= # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # # -> "3.0.0-SVN-build-199" # ######################################################## -SAMBA_VERSION_IS_GIT_SNAPSHOT=no +SAMBA_VERSION_IS_GIT_SNAPSHOT=yes ######################################################## # This is for specifying a release nickname # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 021f2e7..3eea285 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,109 @@ ============================= + Release Notes for Samba 4.7.7 + April 12, 2018 + ============================= + + +This is the latest stable release of the Samba 4.7 release series. + + +Changes since 4.7.6: +-------------------- + +o Jeremy Allison <j...@samba.org> + * BUG 13206: s4:auth_sam: Allow logons with an empty domain name. + * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on + error, we don't own it here. + * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying + OS doesn't support fdopendir(). + * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase + the number of ACE entries without limit. + * BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically + debug credit issues. + * BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE + without delete access. + * BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd(). + * BUG 13375: s3: smbd: Unix extensions attempts to change wrong field + in fchown call. + +o Ralph Boehme <s...@samba.org> + * BUG 13363: s3:smbd: Don't use the directory cache for SMB2/3. + +o Günther Deschner <g...@samba.org> + * BUG 13277: build: Fix libceph-common detection. + +o David Disseldorp <dd...@suse.de> + * BUG 13250: build: Fix ceph_statx check when configured with libcephfs_dir. + +o Poornima G <pguru...@redhat.com> + * BUG 13297: vfs_glusterfs: Fix the wrong pointer being sent in + glfs_fsync_async. + +o Amitay Isaacs <ami...@gmail.com> + * BUG 13359: ctdb-scripts: Drop 'net serverid wipe' from 50.samba event + script. + +o Lutz Justen <ljus...@google.com> + * BUG 13368: s3: lib: messages: Don't use the result of sec_init() before + calling sec_init(). + +o Volker Lendecke <v...@samba.org> + * BUG 13215: smbd can panic if the client-supplied channel sequence number + wraps. + * BUG 13367: dsdb: Fix CID 1034966 Uninitialized scalar variable. + +o Stefan Metzmacher <me...@samba.org> + * BUG 13206: s3:libsmb: Allow -U"\\administrator" to work. + * BUG 13328: Windows 10 cannot logon on Samba NT4 domain. + +o David Mulder <dmul...@suse.com> + * BUG 13050: smbc_opendir should not return EEXIST with invalid login + credentials. + +o Anton Nefedov + * BUG 13338: s3:smbd: map nterror on smb2_flush errorpath. + +o Dan Robertson <drobert...@tripwire.com> + * BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02. + +o Garming Sam <garm...@catalyst.net.nz> + * BUG 13031: subnet: Avoid a segfault when renaming subnet objects. + +o Christof Schmitt <c...@samba.org> + * BUG 13312: 'wbinfo --name-to-sid' returns misleading result on invalid + query. + +o Andreas Schneider <a...@samba.org> + * BUG 13315: s3:smbd: Do not crash if we fail to init the session table. + +o Eric Vannier <evann...@google.com> + * BUG 13302: Allow AESNI to be used on all processor supporting AESNI. + + +####################################### +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.6 March 13, 2018 ============================= @@ -71,8 +176,8 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- + ============================= Release Notes for Samba 4.7.5 -- Samba Shared Repository