diff options
-rw-r--r-- | WHATSNEW.txt | 20 | ||||
-rw-r--r-- | source3/include/version.h | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c1010d0a6c..62c66aa016 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,26 @@ WHATS NEW IN Samba 3.0 alphaX ============================= +Changes in alpha15 +- Improvements in pam_winbind/winbindd_pam.c: (abartlet) + - Much better error reporting + - Password changing is now stackable + - now returns multiple PAM errors based on the NTSTATUS + that winbind got. + - returns an error string the client can use in their own logs. +- Print form updates (tpot) +- added 'wbinfo --sequence' to show sequence numbers of + all domains (tridge) +- better winbind memory mangement (tridge) +- make signal processing work correctly in winbindd + Michael Steffens <michael_steffens@hp.com> +- Inital ADS printer publishing work. (jmcd) +- Debian packaging +- large debian packaging checking from Eloy. (merge by jerry) +- Make smbgroupedit a little easier on the user (select groups + by name rather than by sid) (abartlet) +- rework parts of smbtorture (tridge) + Changes in alpha14 - 'Winbind Default Domain' support: This allows winbind to supply usernames without a 'DOMAIN\' diff --git a/source3/include/version.h b/source3/include/version.h index 5d035e1e22..00f39e224e 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha14" +#define VERSION "3.0-alpha15" |