summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt14
-rw-r--r--source3/include/version.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2432209ccd..72a95e1156 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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)
diff --git a/source3/include/version.h b/source3/include/version.h
index 1595f4f922..c94f6c434b 100644
--- a/source3/include/version.h
+++ b/source3/include/version.h
@@ -1 +1 @@
-#define VERSION "pre-3.0.0"
+#define VERSION "3.0-alpha10"