WHATSNEW: Update changes since 3.2.1.
[samba.git] / WHATSNEW.txt
1                    ==============================
2                    Release Notes for Samba 3.2.2
3
4                    ==============================
5
6 This is a bug fix release of the Samba 3.2 series.
7
8 Major bug fixes included in Samba 3.2.2 are:
9
10   o Fix removal of dead records in tdb files. This can lead to very large
11     tdb files and to overflowing partitions as a consequence on systems
12     running an nmbd daemon.
13   o Fix freezing Windows Explorer on WinXP while browsing Samba shares.
14   o Fix assigning of primary group memberships when authenticating via
15     Winbind.
16
17
18 ######################################################################
19 Changes
20 #######
21
22 Changes since 3.2.1
23 -------------------
24
25
26 o   Michael Adam <obnox@samba.org>
27     * Fix replacement of random seed generator.
28     * Fix a race condition in idmap_tdb2_allocate_id().
29     * Fix unix_convert() for "*" after changing map_nt_error_from_unix().
30     * Make sure to always set errno on error path in OpenDir.
31
32
33 o   Jeremy Allison <jra@samba.org>
34     * BUG 5675: Fix smbspool program assuming Kerberos authentication by
35       mistake.
36     * BUG 5686: Fix segfaults in libsmbclient.
37     * BUG 5692: Fix coredump in full_audit.so.
38     * Fix coverity ID 594 (resource leak on error path).
39     * Fix assigning of primary group memberships when authenticating via
40       Winbind.
41     * Several build fixes.
42
43
44 o   Bartosz Antosik <antosik@gmail.com>
45     * BUG #5617: Fix freezing Windows Explorer on WinXP while browsing
46       Samba shares.
47
48
49 o   Andrew Bartlett <abartlet@samba.org>
50     * Include stdlib.h to get a prototype for free().
51
52
53 o   Yannick Bergeron <yaberger@ca.ibm.com>
54     * Solve an IBM XL C/C++ compiler error encountered in get_exit_code()
55       auth_errors array initialization in client/smbspool.c.
56     * Use NGROUPS_MAX instead of 32 for the max group value in
57       rep_initgroups().
58
59
60 o   Günther Deschner <gd@samba.org>
61     * Fix build warning.
62     * Add add c++ guard to netapi.
63
64
65 o   SATOH Fumiyasu <fumiyas@osstech.co.jp>
66     * BUG 5688: Fix orphaned LPQ processes if socket address is invalid.
67
68
69 o   Volker Lendecke <vl@samba.org>
70     * BUG 5684: Fix removal of dead records in tdb files.
71     * Fix smb_len calculation for chained requests.
72
73
74 o   Herb Lewis <herb@samba.org>
75     * Fix output of test status.
76
77
78 o   Jim McDonough <jmcd@samba.org>
79     * Fix smbclient connections to older servers.
80
81
82 o   Andrew Tridgell <tridge@samba.org>
83     * Fix a fd leak when trying to regain contact to a domain controller
84       in Winbind.
85     * Fix permissions on ctdb databases.
86     * Fix passing back success when a function had in fact failed in two
87       places.
88
89
90 ######################################################################
91 Reporting bugs & Development Discussion
92 #######################################
93
94 Please discuss this release on the samba-technical mailing list or by
95 joining the #samba-technical IRC channel on irc.freenode.net.
96
97 If you do report problems then please try to send high quality
98 feedback. If you don't provide vital information to help us track down
99 the problem then you will probably be ignored.  All bug reports should
100 be filed under the Samba 3.2 product in the project's Bugzilla
101 database (https://bugzilla.samba.org/).
102
103
104 ======================================================================
105 == Our Code, Our Bugs, Our Responsibility.
106 == The Samba Team
107 ======================================================================
108