summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2002-01-30 12:12:16 +0000
committerSamba Release Account <samba-bugs@samba.org>2002-01-30 12:12:16 +0000
commit3e5fe964f9a74f1b28dbefd43c8e1b19f1e709bd (patch)
tree6b188ad7128dbb69f30ced04d44bf26003648fac
parent03a2391417e4d6cf6d7401d6d9a3616d08f66bb5 (diff)
downloadsamba-3e5fe964f9a74f1b28dbefd43c8e1b19f1e709bd.tar.gz
samba-3e5fe964f9a74f1b28dbefd43c8e1b19f1e709bd.tar.bz2
samba-3e5fe964f9a74f1b28dbefd43c8e1b19f1e709bd.zip
preparing for release of 3.0-alpha14
(This used to be commit 6f977036ad1053cc4c06f801b989afdd8cfca10d)
-rw-r--r--WHATSNEW.txt29
-rw-r--r--source3/include/version.h2
2 files changed, 30 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 032de5000f..c1010d0a6c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,35 @@
WHATS NEW IN Samba 3.0 alphaX
=============================
+Changes in alpha14
+- 'Winbind Default Domain' support:
+ This allows winbind to supply usernames without a 'DOMAIN\'
+ prefix. Particularly handy for shell and e-mail servers,
+ as well as Unix workstations in NT domains.
+- Associated cleanups in winbindd and smbd.
+ (Alexander Bokovoy <a.bokovoy@sam-solutions.net> and
+ abartlet)
+- Winbind protocol changes for better Squid intergration
+ (current version is 3) (abartlet)
+- pam_winbind password changing
+ (Samuel Ziegler <sam@xpedion.com>, tpot)
+- runtime selectable pluggable passdb interface.
+ (abartlet)
+- 'non unix account' support (abartlet)
+ (This allows machines and even users not to exist
+ in /etc/passwd)
+- Inital implementation of the WINS replication deamon
+ (jfm)
+- Changes for better winbind PDC/BDC failover support
+ (tpot)
+- Various Winbind/ADS mode stabilty and flexablity fixes
+ (tridge)
+- Mangle names like .bashrc properly (trige)
+- CIFS UNIX extensions (client and server) (jra)
+- Universal group support outside smbd (via a cache)
+ (Alexander Bokovoy <a.bokovoy@sam-solutions.net>)
+- Write cache fixes (jra)
+
Changes in alpha13
- updates to try to get more out-of-the-box compiles
(mostly kerberos and ldap stuff) (various)
diff --git a/source3/include/version.h b/source3/include/version.h
index 7f573db6c0..5d035e1e22 100644
--- a/source3/include/version.h
+++ b/source3/include/version.h
@@ -1 +1 @@
-#define VERSION "3.0-alpha13"
+#define VERSION "3.0-alpha14"