summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2001-12-20 23:51:57 +0000
committerSamba Release Account <samba-bugs@samba.org>2001-12-20 23:51:57 +0000
commit5b4305eb4b57a5453f6856d085053484b0418917 (patch)
tree3ca75794f5484ba7a887ac2cbbc45b00a3bb7b96
parent89dd1a00b60baf11e4f864d02944e848a790331f (diff)
downloadsamba-5b4305eb4b57a5453f6856d085053484b0418917.tar.gz
samba-5b4305eb4b57a5453f6856d085053484b0418917.tar.bz2
samba-5b4305eb4b57a5453f6856d085053484b0418917.zip
preparing for release of 3.0-alpha12
(This used to be commit 9542b0a42cf0c51c171d50e825665245584ac87d)
-rw-r--r--WHATSNEW.txt5
-rw-r--r--source3/include/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d8a754c702..9c4b62a5a1 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,11 @@
WHATS NEW IN Samba 3.0 alphaX
=============================
+Changes in alpha12
+- doc updates (jerry)
+- store domain sid on ADS join (tridge)
+- allow a winbind username on ADS connection (tridge)
+
Changes in alpha11
- fixed fallback to "ads server" option (tridge)
- fix ACL failure on HP HFS (jra)
diff --git a/source3/include/version.h b/source3/include/version.h
index b2e97371b6..c3ed33a300 100644
--- a/source3/include/version.h
+++ b/source3/include/version.h
@@ -1 +1 @@
-#define VERSION "3.0-alpha11"
+#define VERSION "3.0-alpha12"