preparing for release of 3.0-alpha14
authorSamba Release Account <samba-bugs@samba.org>
Wed, 30 Jan 2002 12:12:16 +0000 (12:12 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Wed, 30 Jan 2002 12:12:16 +0000 (12:12 +0000)
(This used to be commit 6f977036ad1053cc4c06f801b989afdd8cfca10d)

WHATSNEW.txt
source3/include/version.h

index 032de5000f3a875e27a19a78fcd3b1b0c04d45a9..c1010d0a6c655e27132ac1da6a2ac19d76957c5e 100644 (file)
@@ -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)
index 7f573db6c0277964418b97b3e1a2ca854a7a8c1f..5d035e1e22e94777ec9851ebdd247c4af149339f 100644 (file)
@@ -1 +1 @@
-#define VERSION "3.0-alpha13"
+#define VERSION "3.0-alpha14"