WHATSNEW: Update changes since 3.3.2.
[samba.git] / WHATSNEW.txt
1                    =============================
2                    Release Notes for Samba 3.3.3
3                             April, 1 2009
4                    =============================
5
6 This is the latest bugfix release release of the Samba 3.3 series.
7
8 Major enhancements in Samba 3.3.3 include:
9
10     o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
11       correctly (bug #6195).
12     o Fix serving of files with colons to CIFS/VFS client (bug #6196).
13
14
15
16 ######################################################################
17 Changes
18 #######
19
20
21 Changes since 3.3.2:
22 --------------------
23
24
25 o   Michael Adam <obnox@samba.org>
26     * Add backend_requires_messaging() method to libsmbconf.
27     * Add methods is_writeable() and wrapper smbconf_is_writeable() to libsmbconf.
28     * Fall back to file backend when no valid backend was found.
29     * Fix a memleak in dbwrap_rbt.
30     * Provide transaction_start|commit|cancel fns for the registry tdb.
31     * Speed up "net conf drop".
32     * Speed up "net conf import".
33     * Add transactions to the libsmbconf API.
34     * Reduce memory usage of "net conf import".
35     * Registry cleanup.
36     * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
37
38
39 o   Jeremy Allison <jra@samba.org>
40     * BUG 6186: Fix map readonly.
41     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
42       correctly.
43     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
44     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs
45       to run elections.
46     * Allow DFS client paths to work when POSIX pathnames have been
47       selected.
48     * Try and fix the build farm RAW-STREAMS errors.
49
50
51 o   Günther Deschner <gd@samba.org>
52     * BUG 6102: NetQueryDisplayInformation could return wrong information.
53     * BUG 6193: Avoid messing with sync_context in libnet_samsync_delta().
54     * Fix notify_printer_status_byname.
55     * Fix Coverity IDs 722, 762, 774, 775, 776.
56
57
58 o   Björn Jacke <bj@sernet.de>
59     * Fix build on old Heimdal based systems.
60     * Fix compile warning.
61     * Use parentheses in if condition to make negation clear.
62
63
64 o   Andy Kelk <andy@mopoke.co.uk>
65     * Add dirsort module.
66
67
68 o   Steve Langasek <vorlon@debian.org>
69     * BUG 6147: Fix detection of the GNU ld version.
70
71
72 o   Volker Lendecke <vl@samba.org>
73     * BUG 6097: Fix smbd segfault.
74     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
75       members.
76     * BUG 6139: Add missing whitespace in mount.cifs error message.
77     * Fix a malloc/talloc mismatch when cli_initialise() fails.
78     * Fix a valgrind error.
79     * Speed up "net conf list".
80     * Add sorted subkey cache.
81     * Use StrCaseCmp in the dirsort module.
82     * Document the dirsort module.
83     * Fix the build on HP/UX.
84     * Disable dns_sd by default.
85     * Add avahi detection to configure.
86     * Add event avahi binding.
87     * Use avahi to register _smb._tcp in smbd.
88     * Fix two memleaks in the encryption code.
89     * Fix a scary "fill_share_mode_lock failed" message.
90
91
92 o   Stefan Metzmacher <metze@samba.org>
93     * Don't use reserved words in smbconftort.
94     * Fix smb signing for fragmented trans/trans2/nttrans requests.
95
96
97 o   Tim Prouty <tprouty@samba.org>
98     * Parse_packet can return NULL which is then dereferenced in
99       match_mailslot_name.
100
101
102 o   Timur <timur@FreeBSD.org>
103     * Format the header check for netinet/ip.h more nicely.
104     * Fix detection of netinet/ip.h on FreeBSD.
105
106
107 o   Alexander Zagrebin <alexz@visp.ru>
108     * Missing break in conversion function prevents tdb password database
109       update.
110
111
112 ######################################################################
113 Reporting bugs & Development Discussion
114 #######################################
115
116 Please discuss this release on the samba-technical mailing list or by
117 joining the #samba-technical IRC channel on irc.freenode.net.
118
119 If you do report problems then please try to send high quality
120 feedback. If you don't provide vital information to help us track down
121 the problem then you will probably be ignored.  All bug reports should
122 be filed under the Samba 3.3 product in the project's Bugzilla
123 database (https://bugzilla.samba.org/).
124
125
126 ======================================================================
127 == Our Code, Our Bugs, Our Responsibility.
128 == The Samba Team
129 ======================================================================
130