[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Mon Aug 13 20:06:02 MDT 2012


The branch, master has been updated
       via  9db35c9 VERSION: Move on to beta6!
       via  b5281eb VERSION: Mark as the beta6 release
       via  03a20ae WHATSNEW: prepare for 4.0 beta6
      from  fe29535 s3-vfs: Put vfs_aixacl_util.c helper functions into a header file

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9db35c939c57f152f1e42cfcb9ae16cf3fada3f1
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Aug 14 09:32:00 2012 +1000

    VERSION: Move on to beta6!
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Tue Aug 14 04:05:06 CEST 2012 on sn-devel-104

commit b5281eb473426f5f8674652cb7e3fb83ffdecab8
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Aug 14 09:31:26 2012 +1000

    VERSION: Mark as the beta6 release

commit 03a20ae9ee03089a939372d7a8a475a79ceb4f86
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Aug 14 09:30:30 2012 +1000

    WHATSNEW: prepare for 4.0 beta6

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

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


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 1012cd9..781a283 100644
--- a/VERSION
+++ b/VERSION
@@ -67,7 +67,7 @@ SAMBA_VERSION_ALPHA_RELEASE=
 # e.g. SAMBA_VERSION_BETA_RELEASE=1                    #
 #  ->  "4.0.0beta1"                                    #
 ########################################################
-SAMBA_VERSION_BETA_RELEASE=6
+SAMBA_VERSION_BETA_RELEASE=7
 
 ########################################################
 # For 'pre' releases the version will be               #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 1b08ff3..a4b5d8c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,4 @@
-What's new in Samba 4.0 beta5
+What's new in Samba 4.0 beta6
 =============================
 
 Samba 4.0 will be the next version of the Samba suite and incorporates
@@ -11,7 +11,7 @@ and above.
 WARNINGS
 ========
 
-Samba 4.0 beta5 is not a final Samba release, however we are now making
+Samba 4.0 beta6 is not a final Samba release, however we are now making
 good progress towards a Samba 4.0 release, of which this is a preview.
 Be aware the this release contains the best of all of Samba's
 technology parts, both a file server (that you can reasonably expect
@@ -94,46 +94,29 @@ Python programs to interface to Samba's internals, and many tools and
 internal workings of the DC code is now implemented in python.
 
 
-CHANGES SINCE beta4
+CHANGES SINCE beta5
 =====================
 
-For a list of changes since beta4, please see the git log.
+For a list of changes since beta5, please see the git log.
 
 $ git clone git://git.samba.org/samba.git
 $ cd samba.git
-$ git log samba-4.0.0beta4..samba-4.0.0beta5
+$ git log samba-4.0.0beta5..samba-4.0.0beta6
 
 Some major user-visible changes include:
 
-- The issue with beta4 being unable to build with a released version of
-  ldb has been resolved. 
+- Provision is now faster, as we now correctly use the database
+  indicies during the provision
 
-- The two parameter tables for our two smb.conf parsing engines have
-  been merged.  This removes the ugly (but harmless) "unknown
-  parameter xxx" warnings, particularly from the smbd child process.
+- Support for handling of Extended Signatures (Session Key Protection)
 
-- Major issues have been fixed in conflict and missing/deleted parent
-  handling in or DRS replication engine.
+- A (unverified at this time) fix for expanding memory use in our
+  AD DRS replication server.
 
-- Safety improvements to prevent corruption of read-write replicas
-  by manual replication from a read-only replica.
+- A fix for supporting the userWorkstations restriction in the KDC
 
-- Improvements to dbcheck to correct incorrect instanceType values from
-  the above and to relocate objects with missing parents.
-
-- smbd no longer places all accounts in the 'Domain Users' of the AD
-  domain to which it is joined
-
-- AES support in NETLOGON Schannel
-
-- DCE/RPC timeout handling no longer crashes
-
-- "socket address" is now "nbt client socket address" as it only
-  controls the binding of the NetBIOS client, not other protocols.
-  See 'bind interfaces only = yes'.  This parameter is also now depricated.
-
-- nmbd now always binds to it's broadcast sockets explicitly, rather
-  than just relying on the socket address above.
+- Support for upgrading classic domains that may not have all the
+  default domain policies set.
 
 Less visible, but important changes under the hood include:
 
@@ -144,6 +127,8 @@ Less visible, but important changes under the hood include:
 - Patches to ensure that talloc_tos() and talloc_stackframe() are
   always used correctly.
 
+- Preparation for correctly setting POSIX ACLs during provision.
+
 KNOWN ISSUES
 ============
 
@@ -165,7 +150,7 @@ KNOWN ISSUES
   this partition is not yet reliable.
 
 - Replication may fail on FreeBSD due to getaddrinfo() rejecting names
-  containing _.  A workaround will be in the next beta.
+  containing _.  A workaround will be in a future next beta.
 
 - upgradeprovision should not be run when upgrading to this release
   from a recent release.  No important database format changes have


-- 
Samba Shared Repository


More information about the samba-cvs mailing list