summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-09-17 10:15:47 +0000
committerAlexander Bokovoy <ab@samba.org>2003-09-17 10:15:47 +0000
commit3612592f5d5b9ce00f542952fb67272fd8d96d90 (patch)
treeaae424aa6b2708632c2288f6793733600ec77966 /WHATSNEW.txt
parent42e1b7c29b693249e72c96a6a7539aa4056301f5 (diff)
downloadsamba-3612592f5d5b9ce00f542952fb67272fd8d96d90.tar.gz
samba-3612592f5d5b9ce00f542952fb67272fd8d96d90.tar.bz2
samba-3612592f5d5b9ce00f542952fb67272fd8d96d90.zip
Update WHATSNEW.txt with information from release branch, SAMBA_3_0 talks only about RC3 while release branch explains RC3->RC4 differences
(This used to be commit 3c2ce3456a8939b81f8a666f76d89544ee588d2e)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt34
1 files changed, 30 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 37fa59fef8..ee5255d16c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,8 +1,8 @@
- WHATS NEW IN Samba 3.0.0
- September XX, 2003
+ WHATS NEW IN Samba 3.0.0
+ September XX, 2003
==============================
-This is the third release candidate snapshot of Samba 3.0.0. A release
+This is the fourth release candidate snapshot of Samba 3.0.0. A release
candidate implies that the code is very close to a final release, remember
that this is still a non-production release intended for testing purposes.
Use at your own risk.
@@ -82,12 +82,38 @@ License.
######################################################################
-Changes since 3.0rc2
+Changes since 3.0rc3
####################
Please refer to the CVS log for the SAMBA_3_0 branch for complete
details:
+1) Fix incorrect error message in testparm.c regarding 'map system'.
+2) Protect against core dump if ioctl for print job sends invalid
+ fid.
+3) Fix bug in generic hash cacluation.
+4) Remove references to unused 'strip dot' parameter
+5) Fix CPU burn bug in multi-byte character conversion.
+6) Use opt_target_workgroup instead of lp_workgroup() in vampire
+ code so we can override the value in smb.conf with the -w option.
+7) Display an error if we can't create a posix account for the
+ user when running 'net rpc vampire' (bug 323).
+8) Fix UTF8 conversion bugs in LDAP passdb and idmap code (bug 296).
+9) Fix smbd crash when changing the machine trust account password
+ (bug 273).
+10) Remove getpwnam() calls from init_sam_from_xxx(). This means
+ that %u & %g will no longer expand in the "login ..." set of
+ smb.conf options, but %U and %G still do. The payback is that
+ winbindd local accounts for users work with 'wbinfo -u'
+ when winbind is running on a Samba PDC.
+11) Fix unitiailized timestamp where merging print_jobs and
+ lpq listing.
+12) Fix bug in debian packaging files affecting non-i386 platforms.
+
+
+Changes since 3.0rc2
+####################
+
1) Remove Perl module dependencies in generated RedHat 8/9 RPMS.
2) Update mount helper to take synonyms for file_mode and
dir_mode (fmask and dmask).