diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-04-23 23:38:52 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-04-23 23:38:52 +0200 |
commit | 5b80f1536a3bba4f4c225d67f0215af559c175dc (patch) | |
tree | c544b343cdb82f4e1a817c616287f50b96d1d33d /WHATSNEW4.txt | |
parent | 0645c01b8545ba3a313740feea50a4b8d60a7fb6 (diff) | |
download | samba-5b80f1536a3bba4f4c225d67f0215af559c175dc.tar.gz samba-5b80f1536a3bba4f4c225d67f0215af559c175dc.tar.bz2 samba-5b80f1536a3bba4f4c225d67f0215af559c175dc.zip |
Update WHATSNEW4.txt.
Diffstat (limited to 'WHATSNEW4.txt')
-rw-r--r-- | WHATSNEW4.txt | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/WHATSNEW4.txt b/WHATSNEW4.txt index 6758715b55..78638331f5 100644 --- a/WHATSNEW4.txt +++ b/WHATSNEW4.txt @@ -1,4 +1,4 @@ -What's new in Samba 4 alpha14 +What's new in Samba 4 alpha15 ============================= Samba 4 is the ambitious next version of the Samba suite that is being @@ -6,13 +6,13 @@ developed in parallel to the stable 3.x series. The main emphasis in this branch is support for the Active Directory logon protocols used by Windows 2000 and above. -Samba4 alpha14 follows on from the alpha release series we have been +Samba4 alpha15 follows on from the alpha release series we have been publishing since September 2007. WARNINGS ======== -Samba4 alpha14 is not a final Samba release. That is more a reference +Samba4 alpha15 is not a final Samba release. That is more a reference to Samba4's lack of the features we expect you will need than a statement of code quality, but clearly it hasn't seen a broad deployment yet. If you were to upgrade Samba3 (or indeed Windows) to @@ -62,23 +62,14 @@ working on modules to map between AD-like behaviours and this backend. We are aiming for Samba 4 to be powerful frontend to large directories. -CHANGES SINCE alpha13 +CHANGES SINCE alpha14 ===================== -We have continued our commitment to provide a full DRS implementation for our -AD implementation and therefore achieved also this time big steps forward. +For a list of changes since alpha 14, please see the git log. -Our progress on DRS is being tracked in the Samba wiki: -http://wiki.samba.org/index.php/Samba4_DRS_TODO_List - -Beside this the release includes (among a lot of other things): - -* a script for backuping production provision -Although still in development, samba4 is already used in a couple of production sites -and such kind of use case is intensifying. This script is intendended for administrators -to allow them to make a periodic backup of the provision in case of problem. - -* the 'net' command has been renamed to 'samba-tool' +$ git clone git://git.samba.org/samba.git +$ cd samba.git +$ git log release-4-0-0alpha14..release-4-0-0alpha15 CHANGES ======= |