From b9c843532508ea5fd4633dd7d82452fd89d63eab Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Sat, 9 Feb 2002 03:51:35 +0000 Subject: [PATCH] preparing for release of 3.0-alpha15 --- WHATSNEW.txt | 20 ++++++++++++++++++++ source/include/version.h | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c1010d0a6c6..62c66aa016b 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 +- 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/source/include/version.h b/source/include/version.h index 5d035e1e22e..00f39e224e5 100644 --- a/source/include/version.h +++ b/source/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha14" +#define VERSION "3.0-alpha15"