summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2001-12-19 13:13:05 +0000
committerSamba Release Account <samba-bugs@samba.org>2001-12-19 13:13:05 +0000
commitc0ff2743790c78962b111f9be69a1642185b528e (patch)
treefc7669e1085884c0cd7070c29f49362a0d989128
parente97b40e09427c2c5f0a497f9432af08d6d6762f2 (diff)
downloadsamba-c0ff2743790c78962b111f9be69a1642185b528e.tar.gz
preparing for release of 3.0-alpha10
-rw-r--r--WHATSNEW.txt14
-rw-r--r--source/include/version.h2
2 files changed, 15 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2432209ccd9..72a95e1156c 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/source/include/version.h b/source/include/version.h
index 1595f4f9228..c94f6c434b0 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "pre-3.0.0"
+#define VERSION "3.0-alpha10"