summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt11
-rw-r--r--source3/include/version.h2
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"