diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-08 03:45:06 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-08 03:45:06 +0200 |
commit | b5d84a74d146cfe0d2e0c336a88bd269ad61cded (patch) | |
tree | 8acad6b634cfe312144f92f8a0fb6ab44b47cd19 /WHATSNEW.txt | |
parent | 237f1cca028881a57f961884f427673907c1535a (diff) | |
parent | 1f474f4a545752f7ac0ad402d01d1e768b973dbe (diff) | |
download | samba-b5d84a74d146cfe0d2e0c336a88bd269ad61cded.tar.gz samba-b5d84a74d146cfe0d2e0c336a88bd269ad61cded.tar.bz2 samba-b5d84a74d146cfe0d2e0c336a88bd269ad61cded.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Conflicts:
source/auth/credentials/config.mk
source/auth/gensec/config.mk
source/build/smb_build/makefile.pm
source/heimdal_build/config.mk
source/lib/events/config.mk
source/lib/nss_wrapper/config.mk
source/lib/policy/config.mk
source/lib/registry/config.mk
source/lib/socket_wrapper/config.mk
source/lib/tdb/config.mk
source/lib/tls/config.mk
source/lib/util/config.mk
source/libcli/config.mk
source/libcli/ldap/config.mk
source/libnet/config.mk
source/librpc/config.mk
source/param/config.mk
source/rpc_server/config.mk
source/scripting/ejs/config.mk
source/smbd/process_model.mk
(This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 52f3055572..f58df497f5 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -10,9 +10,9 @@ Samba 4 is currently not yet in a state where it is usable in production environments. Note the WARNINGS below, and the STATUS file, which aims to document what should and should not work. -Samba4 alpha3 follows on from our first alpha release, made in -September, and the Technology Preview series we have offered for some -time now. +Samba4 alpha3 follows on from our second alpha release (made in +December), the first alpha release (made in September), and the +Technology Preview series we have offered for some time now. WARNINGS ======== @@ -70,9 +70,11 @@ CHANGES SINCE Alpha2 In the time since Samba4 Alpha2 was released in December 2007, Samba has continued to evolve, but you may particularly notice these areas: - Python Bindings: Bindings for Python are now in place, and used for + Python Bindings: Bindings for Python are now in place, and used for Samba's provision script, slowly displacing EJS as the embedded - scripting language + scripting language. With its increased use, Python is no longer + optional, and configure will generate an error if it cannot locate + an appropriate Python installation. SWAT Disabled: Due to a lack of developer time and without a long-term web developer to maintain it, the SWAT web UI has been @@ -83,6 +85,23 @@ continued to evolve, but you may particularly notice these areas: GNU Make: To try and simplfy our build system, we rely on GNU Make to avoid autogenerating a massive single makefile. + Account Expiry: Samba4 now better handles installations over 30 days + old (thanks to our long-suffering testers for keeping installations + around that long!) + + Registry: Samba4 registry interoperability has been improved in + both the client utilities and in the registry service exposed by + the Samba4 server itself. + + Administrative Tools: Many enhancements have been made that allow + better integration with Windows administrative tools, especially + Active Directory Users and Computers. + + ID mapping: Samba4 now handles ID mapping via winbind. The mappings + are stored in a central ldb that could be shared across multiple + machines using LDAP. Internal callers access this interface via a new + wbclient library. + These are just some of the highlights of the work done in the past few months. More details can be found in our GIT history. |