1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

preparing for release of 3.0-alpha10

This commit is contained in:
Samba Release Account 0001-01-01 00:00:00 +00:00
parent e97b40e094
commit c0ff274379
2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,20 @@
WHATS NEW IN Samba 3.0 alphaX
=============================
Changes in alpha10
- hide unreadable fix using acl fns (jra)
- lsa_open_policy cleanup (jfm)
- mangled directories fix (jra)
- fix error return on bad pipe (jra)
- fix homes share with no home dir (tpot)
- fixed handling of dead or empty domains in winbindd (tridge)
- added talloc torture program (mbp)
- talloc debug code (mbp)
- added trusted domains to winbindd/ADS (tridge)
- fix trusted domains in auth code (tridge)
- new gss error handling code (a.bokovoy@sam-solutions.net & tridge)
- support mixed ADS/NT4 domains (tridge)
Changes in alpha9
- nicer net error messages (tpot)
- trust account patches (mimir)

View File

@ -1 +1 @@
#define VERSION "pre-3.0.0"
#define VERSION "3.0-alpha10"