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