summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2001-12-20 10:21:56 +0000
committerSamba Release Account <samba-bugs@samba.org>2001-12-20 10:21:56 +0000
commit5ed31faeb1f3cddc0e61acc63f96119e26f2b529 (patch)
tree9b4f5bd8661606714f91e4d587535953387d2dd5
parent2ffefba86997c9d6bc2a9b6dac1e576f4b64c777 (diff)
downloadsamba-5ed31faeb1f3cddc0e61acc63f96119e26f2b529.tar.gz
preparing for release of 3.0-alpha11
-rw-r--r--WHATSNEW.txt11
-rw-r--r--source/include/version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 72a95e1156c..d8a754c7028 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/source/include/version.h b/source/include/version.h
index c94f6c434b0..b2e97371b68 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "3.0-alpha10"
+#define VERSION "3.0-alpha11"