summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-15 21:36:48 +0000
committerGerald Carter <jerry@samba.org>2002-10-15 21:36:48 +0000
commit4f77cf6a2a2ae4b01c02d64ca0a8fd075310bada (patch)
treefb03eb763f295ec78a6fa5d2ae4e4abc20703e93 /WHATSNEW.txt
parentc8240ad49ff0b32a6be27986c94ff260e25b8c9a (diff)
downloadsamba-4f77cf6a2a2ae4b01c02d64ca0a8fd075310bada.tar.gz
samba-4f77cf6a2a2ae4b01c02d64ca0a8fd075310bada.tar.xz
samba-4f77cf6a2a2ae4b01c02d64ca0a8fd075310bada.zip
updating whatsnew and merging from SAMBA_2_2
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt30
1 files changed, 26 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b9b883f4494..846e17e6177 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,14 +1,30 @@
- WHAT'S NEW IN Samba 2.2.6rc3 - 11th October 2002
+ WHAT'S NEW IN Samba 2.2.6rc4 - 15th October 2002
=================================================
This is a preview snapshot of SAMBA_2_2 cvs branch. This is a non-production
release provided for testing purposes only.
-The following new new smb.conf(5) options have been added in this preview
-release:
+New Parameters
+--------------
+
+Refer to the smb.conf(5) man page for complete descriptions of new parameters.
* profile acls (S)
+
+Removed Parameters
+------------------
+
+ * max packet (G)
+ * packet size (G)
+
+
+Modified Parameters
+-------------------
+
+ * max xmit (G)
+
+
The following options have been added to Samba's configure script
--with-sendfile Enable experimental sendfile support
@@ -137,12 +153,18 @@ Changes since 2.2.5
80) Default all LDAP connections to v3 with compiling with --with-ldapsam
-( Changes since 2.2.6rc1 )
+( Changes since 2.2.6rc2 )
81) Fix memory leak in smbspool
82) Fix bug in mangling code that resulted in Win9x clients not being
able to execute batch files in deep, non 8.3 directory paths
+( Changes since 2.2.6rc3 )
+
+83) Fix infinite looping bug in winbindd_getgrent()
+84) Fix crash bug on 64-bit systems (merge from HEAD)
+85) Fix extended character bug when setting LanMan/NT password
+
=========================================