summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-04-01 08:47:34 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-01 08:49:40 +0200
commit9e3e89cd09b0efa7e95b3efca2366c6eacfc6d3d (patch)
tree27eae005df9b7aa6491e667386719f5b11204859 /WHATSNEW.txt
parent7a5fc51abf03fa85ba209be850c5bf71d149d28f (diff)
downloadsamba-9e3e89cd09b0efa7e95b3efca2366c6eacfc6d3d.tar.gz
samba-9e3e89cd09b0efa7e95b3efca2366c6eacfc6d3d.tar.xz
samba-9e3e89cd09b0efa7e95b3efca2366c6eacfc6d3d.zip
WHATSNEW: Update changes since 3.3.2.
Karolin (cherry picked from commit 9356163d00a18c2d34e6df259e189b95fd5ad162)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 19794433aea..374f5f55bfe 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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.