]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: Update changes since 3.3.2.
authorKarolin Seeger <kseeger@samba.org>
Wed, 1 Apr 2009 06:47:34 +0000 (08:47 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 1 Apr 2009 06:47:34 +0000 (08:47 +0200)
Karolin

WHATSNEW.txt

index 19794433aead0afa91fe3d4c203eb4b3e8b2db3c..374f5f55bfe58b61f689f07c65fc9bba07d59eaa 100644 (file)
@@ -10,7 +10,7 @@ Major enhancements in Samba 3.3.3 include:
     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
       correctly (bug #6195).
     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
-
+    o Fix "map readonly" (bug #6186).
 
 
 ######################################################################
@@ -34,6 +34,8 @@ o   Michael Adam <obnox@samba.org>
     * Reduce memory usage of "net conf import".
     * Registry cleanup.
     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
+    * Fix build of pam_winbind.so with static linking.
+    * Tidy up some convert_string_internal error cases.
 
 
 o   Jeremy Allison <jra@samba.org>
@@ -46,6 +48,7 @@ o   Jeremy Allison <jra@samba.org>
     * Allow DFS client paths to work when POSIX pathnames have been
       selected.
     * Try and fix the build farm RAW-STREAMS errors.
+    * Ensure files starting with multiple dots are hidden.
 
 
 o   Günther Deschner <gd@samba.org>
@@ -89,6 +92,11 @@ o   Volker Lendecke <vl@samba.org>
     * Fix a scary "fill_share_mode_lock failed" message.
 
 
+o   Derrell Lipman <derrell@dworkin.(none)>
+    * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't set
+      errno.
+
+
 o   Stefan Metzmacher <metze@samba.org>
     * Don't use reserved words in smbconftort.
     * Fix smb signing for fragmented trans/trans2/nttrans requests.