[SCM] Samba Shared Repository - branch v4-2-test updated

Karolin Seeger kseeger at samba.org
Sat Dec 20 08:06:56 MST 2014


The branch, v4-2-test has been updated
       via  93b73bf VERSION: Bump version up to 4.2.0rc4 and...
       via  f139544 VERSION: Disable git snapshots for the 4.2.0rc3 release.
       via  2277f6a WHATSNEW: Add release notes for Samba 4.2.0rc3.
      from  60748d1 s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() first

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-2-test


- Log -----------------------------------------------------------------
commit 93b73bf8b17176e3056a20c777f16a4c013dcf3a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Sat Dec 20 16:04:41 2014 +0100

    VERSION: Bump version up to 4.2.0rc4 and...
    
    re-enable git snapshots.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit f139544a362c7601ee703d04977909c4686ee88c
Author: Karolin Seeger <kseeger at samba.org>
Date:   Sat Dec 20 16:00:30 2014 +0100

    VERSION: Disable git snapshots for the 4.2.0rc3 release.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 2277f6ab2b0cd110931952b621111967d1d2cb30
Author: Karolin Seeger <kseeger at samba.org>
Date:   Sat Dec 20 14:32:26 2014 +0100

    WHATSNEW: Add release notes for Samba 4.2.0rc3.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 VERSION      |   2 +-
 WHATSNEW.txt | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 118 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 9359589..fa38d58 100644
--- a/VERSION
+++ b/VERSION
@@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE=
 # e.g. SAMBA_VERSION_RC_RELEASE=1                      #
 #  ->  "3.0.0rc1"                                      #
 ########################################################
-SAMBA_VERSION_RC_RELEASE=3
+SAMBA_VERSION_RC_RELEASE=4
 
 ########################################################
 # To mark SVN snapshots this should be set to 'yes'    #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a96e7f7..4e394ad 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
 Release Announcements
 =====================
 
-This is the second release candidate of Samba 4.2.  This is *not*
+This is the third release candidate of Samba 4.2.  This is *not*
 intended for production environments and is designed for testing
 purposes only.  Please report any defects via the Samba bug reporting
 system at https://bugzilla.samba.org/.
@@ -338,6 +338,122 @@ smb.conf changes
    winbind expand groups                Changed default 0
 
 
+CHANGES SINCE 4.2.0rc2
+======================
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 10892: Integrate CTDB into top-level Samba build.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 10851: lib: uid_wrapper: Fix setgroups and syscall detection on a
+      system without native uid_wrapper library.
+    * BUG 10896: s3-nmbd: Fix netbios name truncation.
+    * BUG 10904: Fix smbclient loops doing a directory listing against Mac OS X 10
+      server with a non-wildcard path.
+    * BUG 10911: Add support for SMB2 leases.
+    * BUG 10920: s3: nmbd: Ensure NetBIOS names are only 15 characters stored.
+    * BUG 10966: libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a
+      Windows client does.
+    * BUG 10982: s3: smbd: Fix *allocate* calls to follow POSIX error return
+      convention.
+
+
+o   Christian Ambach <ambi at samba.org>
+    * BUG 9629: Make 'profiles' work again.
+
+
+o   Björn Baumbach <bb at sernet.de>
+    * BUG 11014: ctdb-build: Fix build without xsltproc.
+
+
+o   Ralph Boehme <slow at samba.org>
+    * BUG 10834: Don't build vfs_snapper on FreeBSD.
+    * BUG 10971: vfs_streams_xattr: Check stream type.
+    * BUG 10983: vfs_fruit: Add support for AAPL.
+    * BUG 11005: vfs_streams_xattr: Add missing call to SMB_VFS_NEXT_CONNECT.
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 9056: pam_winbind: fix warn_pwd_expire implementation.
+    * BUG 10942: Cleanup add_string_to_array and usage.
+
+
+o   David Disseldorp <ddiss at samba.org>
+    * BUG 10898: spoolss: Fix handling of bad EnumJobs levels.
+    * BUG 10905: Fix print job enumeration.
+
+
+o   Amitay Isaacs <amitay at gmail.com>
+    * BUG 10620: s4-dns: Add support for BIND 9.10.
+    * BUG 10892: Integrate CTDB into top-level Samba build.
+    * BUG 10996: Fix IPv6 support in CTDB.
+    * BUG 11014: packaging: Include CTDB man pages in the tarball.
+
+
+o   Björn Jacke <bj at sernet.de>
+    * BUG 10835: nss_winbind: Add getgroupmembership for FreeBSD.
+
+
+o   Guenter Kukkukk <linux at kukkukk.com>
+    * BUG 10952: Fix 'samba-tool dns serverinfo <server>' for IPv6.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 10932: pdb_tdb: Fix a TALLOC/SAFE_FREE mixup.
+    * BUG 10942: dbwrap_ctdb: Pass on mutex flags to tdb_open.
+
+
+o   Justin Maggard <jmaggard10 at gmail.com>
+    * BUG 10852: winbind3: Fix pwent variable substitution.
+
+
+o   Kamen Mazdrashki <kamenim at samba.org>
+    * BUG 10975: ldb: version 1.1.18
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * BUG 10781: tdb: version 1.3.3
+    * BUG 10911: Add support for SMB2 leases.
+    * BUG 10921: s3:smbd: Fix file corruption using "write cache size != 0".
+    * BUG 10949: Fix RootDSE search with extended dn control.
+    * BUG 10958: libcli/smb: only force signing of smb2 session setups when
+      binding a new session.
+    * BUG 10975: ldb: version 1.1.18
+    * BUG 11016: pdb_get_trusteddom_pw() fails with non valid UTF16 random
+      passwords.
+
+
+o   Marc Muehlfeld <mmuehlfeld at samba.org>
+    * BUG 10895: samba-tool group add: Add option '--nis-domain' and '--gid'.
+
+
+o   Noel Power <noel.power at suse.com>
+    * BUG 10918: btrfs: Don't leak opened directory handle.
+
+
+o   Matt Rogers <mrogers at redhat.com>
+    * BUG 10933: s3-keytab: fix keytab array NULL termination.
+
+
+o   Garming Sam <garming at catalyst.net.nz>
+    * BUG 10355: pdb: Fix build issues with shared modules.
+    * BUG 10720: idmap: Return the correct id type to *id_to_sid methods.
+    * BUG 10864: Fix testparm to show hidden share defaults.
+
+
+o   Andreas Schneider <asn at samba.org>
+    * BUG 10279: Make 'smbclient' use cached creds.
+    * BUG 10960: s3-smbclient: Return success if we listed the shares.
+    * BUG 10961: s3-smbstatus: Fix exit code of profile output.
+    * BUG 10965: socket_wrapper: Add missing prototype check for eventfd.
+
+
+o   Martin Schwenke <martin at meltin.net>
+    * BUG 10892: Integrate CTDB into top-level Samba build.
+    * BUG 10996: Fix IPv6 support in CTDB.
+
+
 CHANGES SINCE 4.2.0rc1
 ======================
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list