Fix release script with newer versins of git
[Samba.git] / WHATSNEW.txt
blobd16511371043d49ad01982c8ee5f6e65a8fd9b90
1                    =================================
2                    Release Notes for Samba 3.5.0pre2
3                            December 15, 2009
4                    =================================
6 This is the second preview release of Samba 3.5.  This is *not*
7 intended for production environments and is designed for testing
8 purposes only.  Please report any defects via the Samba bug reporting
9 system at https://bugzilla.samba.org/.
11 Major enhancements in Samba 3.5.0 include:
13 General changes:
14 o Add support for full Windows timestamp resolution
16 Protocol changes:
17 o Experimental implementation of SMB2
19 Printing Changes:
20 o Add encryption support for connections to a CUPS server
22 Winbind changes:
23 o Major refactoring
24 o Asynchronous
27 General changes:
28 ================
30 Support for full Windows timestamp resolution has been added. This effectively
31 makes us use Windows' full 100ns timestamp resolution if supported by the
32 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
34 Protocol changes
35 ================
37 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
38 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
39 SMB protocol used by Windows Vista and higher.
41 Printing Changes
42 ================
44 A new parameter "cups encrypt" has been added to control whether connections to
45 CUPS servers will be encrypted or not. The default is to use unencrypted
46 connections.
48 Winbind changes
49 ===============
51 The Winbind daemon has been refactored internally to be asynchronous. The new
52 Winbind will not be blocked by running 'wbinfo -g' or 'wbinfo -u'.
55 ######################################################################
56 Changes
57 #######
59 smb.conf changes
60 ----------------
62    Parameter Name                      Description     Default
63    --------------                      -----------     -------
65    create krb5 conf                    New             yes
66    ctdb timeout                        New             0
67    cups encrypt                        New             no
68    debug hires timestamp               Changed Default yes
69    ldap deref                          New             auto
70    ldap follow referral                New             auto
73 New configure options
74 ---------------------
76 --enable-external-libtalloc     Enable external tdb
77 --enable-netapi                 Turn on netapi support
78 --enable-pthreadpool            Enable pthreads pool helper support
79 --with-cifsumount               Include umount.cifs (Linux only) support
80 --with-codepagedir=DIR          Where to put codepages
83 Commit Highlights
84 =================
86 o   Björn Jacke <bj@sernet.de>
87     * Add support for full Windows timestamp resolution.
88     * Add encryption support for connections to a CUPS server.
91 o   Volker Lendecke <vl@samba.org>
92     * Major internal refactoring of the Winbind daemon.
93     * Make Winbind asynchronous.
96 o   Stefan Metzmacher <metze@samba.org>
97     * Implement the new SMB2 protocol (experimental).
100 Changes since 3.5.0pre1
101 -----------------------
103 o   Michael Adam <obnox@samba.org>
104     * Fix the build when no external talloc and tdb are installed.
105     * Fix detection of CTDB headers on systems without system-libtalloc.
108 o   Jeremy Allison <jra@samba.org>
109     * BUG 6802: A created folder does not properly inherit permissions from
110       parent in vfs_acl_xattr.
111     * BUG 6837: "Too many open files" when trying to access large number of
112       files from Windows 7.
113     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
114       module.
115     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
116     * Restructure the ACL code.
117     * Refactor reply_rmdir to use handle based code.
120 o   Dan Cox <dan@wep.net>
121     * BUG 2350: Add LDAP Alias Dereferencing support.
124 o   Günther Deschner <gd@samba.org>
125     * BUG 6929: Fix build with recent heimdal.
126     * Fix several printing issues.
127     * Fix the build on Mac OS X 10.6.2.
128     * Fix net and rpcclient after setprinterdataex changes.
129     * Add full support for level 8 printer drivers.
130     * Add more spoolss architectures to IDL.
131     * Fix enumprinter key client and server.
132     * Fix crash in EnumPrinterDataEx.
135 o   Björn Jacke <bj@sernet.de>
136     * Prefer posix_fallocate for doing "strict allocate".
139 o   Matt Kraai <mkraai@beckman.com>
140     * BUG 6860: Fix shared library build on QNX.
143 o   Volker Lendecke <vl@samba.org>
144     * BUG 6288: SWAT adds a second share when changing parameters of an existing
145       share.
146     * BUG 6435: Fix minor memory corruption.
147     * Restore "fake directory create times" as a share parameter.
148     * Fix explicit stat64 support.
149     * Add support for NetWkstaGetInfo 101 and 102.
150     * Add rpcclient wkssvc_enumerateusers.
151     * De-deprecate "write cache size" to prevent its removal without a proper
152       alternative.
153     * Allow more than 1000 users in BUILTIN\Users.
156 o   Jim McDonough <jmcd@samba.org>
157     * BUG 6967: Prevent glibc error on 'net ads join'.
160 o   Lars Müller <lars@samba.org>
161     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
162       set while configure.
165 o   Ian Puleston <ipuleston@sonicwall.com>
166     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
169 o   Karolin Seeger <kseeger@samba.org>
170     * Fix the build of the example VFS modules.
173 o   Bo Yang <boyang@samba.org>
174     * BUG 6879: Fix crash in Winbind.
175     * Fix crash in free_file_list().
176     * Give the user a chance to change password when password will expire soon.
179 ######################################################################
180 Reporting bugs & Development Discussion
181 #######################################
183 Please discuss this release on the samba-technical mailing list or by
184 joining the #samba-technical IRC channel on irc.freenode.net.
186 If you do report problems then please try to send high quality
187 feedback. If you don't provide vital information to help us track down
188 the problem then you will probably be ignored.  All bug reports should
189 be filed under the Samba 3.5 product in the project's Bugzilla
190 database (https://bugzilla.samba.org/).
193 ======================================================================
194 == Our Code, Our Bugs, Our Responsibility.
195 == The Samba Team
196 ======================================================================