summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-29 21:44:49 +0000
committerGerald Carter <jerry@samba.org>2006-06-29 21:44:49 +0000
commit3a0df993f19e3e00059029a166c256e4c5b54656 (patch)
tree2502f53d29412d974754954a36942683403e0491 /WHATSNEW.txt
parent151b71f51df8f7ec76c88a4f5cecdaf4593a6e1e (diff)
downloadsamba-3a0df993f19e3e00059029a166c256e4c5b54656.tar.gz
samba-3a0df993f19e3e00059029a166c256e4c5b54656.tar.xz
samba-3a0df993f19e3e00059029a166c256e4c5b54656.zip
r16697: merge Jeremy's client SMB signing fix and tidy up release notes some more
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt25
1 files changed, 15 insertions, 10 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 1edd9b8e946..c7131874205 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -3,16 +3,20 @@
Jun XX, 2006
==============================
+This is the latest stable release of Samba. This is the version
+that production Samba servers should be running for all current
+bug-fixes. Please read the following important changes in this
+release.
+
We would like to thank the developers of Klocwork for their
-analysis of the Samba source tree. This release includes
-fixes for over 200 defects reported by the Klocwork code
-analyzer.
+analysis of the Samba source tree. This release includes fixes
+for over 200 defects reported by the Klocwork code analyzer.
Thanks very much to those people who spent time testing the
release candidates and reported their findings. We would
-like to especially thank Thomas Bork <tombork@web.de> for
-his numerous reports. We believe that the final is in much
-better shape in a large part due to his efforts.
+like to especially thank Thomas Bork <tombork@web.de> for his
+numerous reports. We believe that the final is in much better
+shape in a large part due to his efforts.
New features in 3.0.23 include:
@@ -23,10 +27,10 @@ New features in 3.0.23 include:
o New handling of unmapped users and groups.
o New non-root share management tools.
o Improved support for local and BUILTIN groups.
- o Winbind IDMAP integration with RFC2307 schema objects
- supported by Windows 2003 R2.
- o Rewritten 'net ads join' to mimic Windows XP without
- requiring administrative rights to join a domain.
+ o Winbind IDMAP integration with RFC2307 schema objects supported
+ by Windows 2003 R2.
+ o Rewritten 'net ads join' to mimic Windows XP without requiring
+ administrative rights to join a domain.
User and Group changes
======================
@@ -148,6 +152,7 @@ o Jeremy Allison <jra@samba.org>
* Fix various issues raised by the Klocwork code analyzer.
* Fix nmbd WINS serving bug causing duplicate IPs in the *<1b>
query reply ("enhanced browsing = yes").
+ * Fix SMB signing failures in client tools.
o Nicholas Brealey <nick@brealey.org>