summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt22
1 files changed, 17 insertions, 5 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index e02cb1e8fab..41d53e04a72 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,26 +1,38 @@
- ==============================
- Release Notes for Samba 3.0.14
- Apr 11, 2005
- ==============================
+ ===============================
+ Release Notes for Samba 3.0.14a
+ Apr 14, 2005
+ ===============================
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.
-Common bugs fixed in 3.0.14 include:
+Common bugs fixed in 3.0.14a include:
o Compatibility issues between Winbind and Windows 2003 SP1
domain controllers (*2k3sp1*).
o MS-DFS errors with Windows XP SP2 clients.
o High CPU loads caused by infinite loops in the FindNext()
server code.
+ o Invalid SMB_ASSERT() which caused smbd to panic on ACL'd
+ files.
######################################################################
Changes
#######
+Changes since 3.0.14
+--------------------
+
+commits
+-------
+o Jeremy Allison <jra@samba.org>
+ * Fixed invalid SMB_ASSERT() triggered by checking access on
+ ACL'd files.
+
+
Changes since 3.0.13
--------------------