1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

preparing for release of 3.0-alpha13

(This used to be commit 4f4f898348)
This commit is contained in:
Samba Release Account 2002-01-11 08:48:49 +00:00
parent b322fc3b26
commit e2584de054
2 changed files with 25 additions and 1 deletions

View File

@ -1,6 +1,30 @@
WHATS NEW IN Samba 3.0 alphaX
=============================
Changes in alpha13
- updates to try to get more out-of-the-box compiles
(mostly kerberos and ldap stuff) (various)
- 'net rpc shutdown' remote shutdown of servers
(abartlet, original code from idra)
- authentication subsystem rework, including move to
new RPC client code (abartlet)
- winbind changes:
- use new client code (abartlet)
- change winbind_auth_pam_crap interface for squid's
benifit. (abartlet)
- new interface versioning functionality (abartlet)
- cope better when inteface does change (tpot)
- better winbind trusted domain code (tpot)
- doc updates (jerry)
- new NTSTAUS -> DOS error map (abartlet)
- large user list (> 1500) enumeration (jra)
- dmalloc support (mbp)
- spoolss changes (tpot)
- talloc accounting (mbp)
- rename fixes (jra)
- smbmount trivial fixup (abartlet)
- start of new unix extenions to CIFS (jra)
Changes in alpha12
- doc updates (jerry)
- store domain sid on ADS join (tridge)

View File

@ -1 +1 @@
#define VERSION "3.0-alpha12"
#define VERSION "3.0-alpha13"