WHATSNEW: Update changes since 3.2.3.
authorKarolin Seeger <kseeger@samba.org>
Tue, 16 Sep 2008 07:54:12 +0000 (09:54 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 16 Sep 2008 07:54:12 +0000 (09:54 +0200)
Karolin

WHATSNEW.txt

index eddf9bb5f96db992dead50efd82b4758d096ee5e..d6c5be9f2908d8ec7bcd82613a813fd49304d2f5 100644 (file)
@@ -36,6 +36,8 @@ o   Jeremy Allison <jra@samba.org>
     * BUG 5729: Explicitly allow "-valid".
     * BUG 5745: Fix Kerberos authentication with (lib)smbclient.
     * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
+    * BUG 5761: Fix opening of mangled directory name (resulted
+      'is a stream name').
     * Fix the wcache_invalidate_samlogon calls.
     * Add st_birthtime and friends for accurate create times on *BSD and MacOSX.
     * Clarify usage of "force create mode".
@@ -47,6 +49,7 @@ o   Gerald (Jerry) Carter <jerry@samba.org>
 
 
 o   Steven Danneman <steven.danneman@isilon.com>
+    * Fix build warnings.
     * Cleanup of DC enumeration in get_dcs().
 
 
@@ -90,6 +93,12 @@ o   Simo Sorce <idra@samba.org>
     * BUG 5571: Fix group memeberships in Winbind.
 
 
+o   Timur <timur@FreeBSD.org>
+    * Fix cut and paste error in quota code.
+    * Fix display of POSIX ACLs.
+    * Fix aio on FreeBSD.
+
+
 o   Andrew Tridgell <tridge@samba.org>
     * Avoid a race condition in glibc between AIO and setresuid().
     * Add missing become root for AIO operations.