summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-09-26 09:54:10 +0000
committerAlexander Bokovoy <ab@samba.org>2003-09-26 09:54:10 +0000
commit2e4f22795bff9ed8827043907ea2de4334e608dc (patch)
tree93193ce90a245ed755a0a49606bf729ccb54ac6a /WHATSNEW.txt
parent0fea43eb605899b0ff06474b3a6388bf7d7ff9e3 (diff)
downloadsamba-2e4f22795bff9ed8827043907ea2de4334e608dc.tar.gz
samba-2e4f22795bff9ed8827043907ea2de4334e608dc.tar.bz2
samba-2e4f22795bff9ed8827043907ea2de4334e608dc.zip
Merge latest fixes from the release tree for WHATSNEW.txt
(This used to be commit c49205bee49b3ee6fd204683e30d463130c8f479)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 69036fae3c..9b9ff24ad6 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -87,9 +87,9 @@ Changes since 3.0rc4
Please refer to the CVS log for the SAMBA_3_0 branch for complete
details:
-1) Fix bug that prevented restoring filenames of length
- >100 characters.
-2) Fix bug that prevented fast path code in strchr_m
+1) Fix bug that prevented filenames of length >100 characters
+ from being restored using smbclient's tar functionality.
+2) Fix bug that prevented fast path code in strchr_m()
from being used.
3) Make sure we store the desired access flag on incoming
SAMR rpc calls.
@@ -105,7 +105,7 @@ details:
if one of the SIDs could not be resolved (bug 470).
10) Remove -P option from smbclient printing scripts since it
has a different meaning in Samba 3.0 (bug 473).
-11) Sync smbldap-tools with latest version
+11) Sync smbldap-tools with latest version from idealx cvs tree.
12) Cleanup some warnings produced by the Sun C compiler.
13) Several fixes for SWAT relating to international character
sets.