summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-09-16 09:54:12 +0200
committerKarolin Seeger <kseeger@samba.org>2008-09-16 09:55:37 +0200
commit7787122c5cc8e05e0479704804eafcae4bdf103d (patch)
treefa3b53f2c891170872d0afc6790facb4316dbc36 /WHATSNEW.txt
parent468e3b91d27f691ba6315eeb0fdcee22a4e4fdb9 (diff)
downloadsamba-7787122c5cc8e05e0479704804eafcae4bdf103d.tar.gz
samba-7787122c5cc8e05e0479704804eafcae4bdf103d.tar.xz
samba-7787122c5cc8e05e0479704804eafcae4bdf103d.zip
WHATSNEW: Update changes since 3.2.3.
Karolin (cherry picked from commit bf38373c978c8e1fd4c33d024e9608fe5083c344)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index eddf9bb5f96..d6c5be9f290 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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.