diff options
author | Samba Release Account <samba-bugs@samba.org> | 2001-12-20 10:21:56 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 2001-12-20 10:21:56 +0000 |
commit | df8992b94c500e34868757223b643243841076df (patch) | |
tree | c1af81a558c7cc9da1e947bd16592d490ac7a146 | |
parent | 0eedf59a4721d14df09e295290705b8025cdd827 (diff) | |
download | samba-df8992b94c500e34868757223b643243841076df.tar.gz samba-df8992b94c500e34868757223b643243841076df.tar.bz2 samba-df8992b94c500e34868757223b643243841076df.zip |
preparing for release of 3.0-alpha11
(This used to be commit 5ed31faeb1f3cddc0e61acc63f96119e26f2b529)
-rw-r--r-- | WHATSNEW.txt | 11 | ||||
-rw-r--r-- | source3/include/version.h | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 72a95e1156..d8a754c702 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,17 @@ WHATS NEW IN Samba 3.0 alphaX ============================= +Changes in alpha11 +- fixed fallback to "ads server" option (tridge) +- fix ACL failure on HP HFS (jra) +- net ads password and net ads chostpass commands (Remus Koos) +- fixed valid char array generation (tridge) +- fixed QFS_INFO for win98 long filenames (tridge) +- added net lookup command (tridge) +- fixed map to guest with spnego (tridge) +- fixed irix warnings (tridge) + + Changes in alpha10 - hide unreadable fix using acl fns (jra) - lsa_open_policy cleanup (jfm) diff --git a/source3/include/version.h b/source3/include/version.h index c94f6c434b..b2e97371b6 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha10" +#define VERSION "3.0-alpha11" |