summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2002-01-11 08:48:49 +0000
committerSamba Release Account <samba-bugs@samba.org>2002-01-11 08:48:49 +0000
commit4f4f898348c5719b745ff358463fd7d59e3da495 (patch)
tree2f1e1042ebece8e3c0db2f4fa05168a2099765e7
parent490d3aaf20f04d04c91c4748896d7a021581a229 (diff)
downloadsamba-4f4f898348c5719b745ff358463fd7d59e3da495.tar.gz
preparing for release of 3.0-alpha13
-rw-r--r--WHATSNEW.txt24
-rw-r--r--source/include/version.h2
2 files changed, 25 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9c4b62a5a1b..032de5000f3 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,30 @@
WHATS NEW IN Samba 3.0 alphaX
=============================
+Changes in alpha13
+- updates to try to get more out-of-the-box compiles
+ (mostly kerberos and ldap stuff) (various)
+- 'net rpc shutdown' remote shutdown of servers
+ (abartlet, original code from idra)
+- authentication subsystem rework, including move to
+ new RPC client code (abartlet)
+- winbind changes:
+ - use new client code (abartlet)
+ - change winbind_auth_pam_crap interface for squid's
+ benifit. (abartlet)
+ - new interface versioning functionality (abartlet)
+ - cope better when inteface does change (tpot)
+ - better winbind trusted domain code (tpot)
+- doc updates (jerry)
+- new NTSTAUS -> DOS error map (abartlet)
+- large user list (> 1500) enumeration (jra)
+- dmalloc support (mbp)
+- spoolss changes (tpot)
+- talloc accounting (mbp)
+- rename fixes (jra)
+- smbmount trivial fixup (abartlet)
+- start of new unix extenions to CIFS (jra)
+
Changes in alpha12
- doc updates (jerry)
- store domain sid on ADS join (tridge)
diff --git a/source/include/version.h b/source/include/version.h
index c3ed33a300c..7f573db6c02 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "3.0-alpha12"
+#define VERSION "3.0-alpha13"