summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-09-08 15:35:09 +0000
committerGerald Carter <jerry@samba.org>2003-09-08 15:35:09 +0000
commitd3836426b30a27148947d705d44878758601bf94 (patch)
tree2349593b669acd27174146b010af08c48104ffca /WHATSNEW.txt
parent69ff20d4b0c4a27391c47c740b4b0698b6495a0a (diff)
downloadsamba-d3836426b30a27148947d705d44878758601bf94.tar.gz
samba-d3836426b30a27148947d705d44878758601bf94.tar.bz2
samba-d3836426b30a27148947d705d44878758601bf94.zip
copy from 3.0 release
(This used to be commit 55d712feb0cb3957e08166ecd5e989451ec49e33)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 44261973cc..4a3c3e1d0a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,5 +1,5 @@
- WHATS NEW IN Samba 3.0.0 RC2
- August 28 2003
+ WHATS NEW IN Samba 3.0.0 RC3
+ September 8, 2003
==============================
This is the third release candidate snapshot of Samba 3.0.0. A release
@@ -100,12 +100,13 @@ details:
7) Support for in-memory keytabs, which are needed to make heimdal
work properly. MIT does not support them, so this check will be
used to decide whether to use them. (partial fix for bug 372).
-8) Disable rc4-hmac on broken heimdal setups.
+8) Disable RC4-HMAC on broken heimdal setups. (remainder of bug
+ 372).
9) Correct bug in smbclient that resulted in errors when untarring
long filenames (bug 308).
10) Improve autoconf checks for PAM header files and libs.
11) Added fast path to convert_string() when dealing with
- ASCII -> ASCII, ucs2-le to ASCII and ASCII to ucs2-le with
+ ASCII->ASCII, UCS2-LE->ASCII, and ASCII->UCS2-LE with
values <= 0x7F.
12) Quiet debug messages when we don't find a module and it is not
a critical error (bug 375).