WHATSNEW: Update changes since pre2. samba-3.6.0pre3
authorKarolin Seeger <kseeger@samba.org>
Tue, 26 Apr 2011 17:58:48 +0000 (19:58 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Apr 2011 18:13:34 +0000 (20:13 +0200)
Karolin
(cherry picked from commit 6f4ce6270bd32566d85d75f00aa966c964827cdb)

WHATSNEW.txt

index 0c36ba20dd2f384306b6fe2b167c1c11f81b73cf..eaeba029e07cb98757c7cdc210fd7775aadfbeb7 100644 (file)
@@ -260,9 +260,12 @@ o   Jeremy Allison <jra@samba.org>
       vfs_acl_xattr or vfs_acl_tdb module.
     * BUG 8088: rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs
       are null.
+    * Correctly detect and deny symlinks anywhere in a path (not just the last
+      component) if "follow symlinks = no".
 
 
 o   Günther Deschner <gd@samba.org>
+    * BUG 8106: Fix the build of 'smbget' on HP NonStop.
     * Fix timeout in rpc_pipe_open_tcp_port().
     * Fix the build of "--with-profiling-data".
     * Fix the AIX 5.3 build.
@@ -275,12 +278,17 @@ o   Sergey Korsak <skif@1plus1.net>
 o   Volker Lendecke <vl@samba.org>
     * BUG 8066: Fix wrong output in 'smbget'.
     * Fix Coverity IDs 986, 1340, 2047, 2299, 2307, 2325, 2335, 2336, 2470,
-      2471.
+      2471, 2478.
     * nsswitch: Add 'wbinfo --lookup-sids'.
     * nsswitch: Add 'wbinfo --sids-to-unix-ids'.
     * Fix smbd with the async echo responder.
     * Fix the build of vfs_gpfs.c.
     * Add a 10-second timeout for the 445 or netbios connection to a DC.
+    * Many pthreadpool fixes.
+
+
+o   Stefan Metzmacher <metze@samba.org>
+    * BUG 7383: Listen on IPv6 addresses with IPV6_ONLY.
 
 
 o   Rusty Russell <rusty@rustcorp.com.au>