importing sambaweb
[metze/test/web/.git] / whatsnew / samba1.9.17alpha3.html
1 <!--#include virtual="/samba/header.html" -->\r
2 \r
3 <H3 align=center>\r
4 The Samba Team, is pleased to announce a new alpha release of \r
5 Samba, version 1.9.17alpha3.\r
6 </H3>\r
7 <pre>\r
8 1.9.17alpha3 fixes the problems that were reported in the\r
9 alpha1 and alpha 2 releases. The current release fix list\r
10 looks like :\r
11 \r
12 alpha1 - original 'browse fix' release.\r
13 alpha2 - released to fix a printing bug with alpha1.\r
14 alpha3 - More fixes for browsing. nmbd now correctly\r
15          releases names on exit. nmbd memory leak and\r
16          core dump bugs identified and fixed. Fix for\r
17          shared memory allocation bug with NetBench.\r
18 \r
19 The 1.9.17alpha series are known unofficially as the 'browse-fix' \r
20 releases as they contains much new and revised code to make browsing\r
21 across subnets work for the first time.\r
22 \r
23 If you are setting up 1.9.17alpha series Samba servers to\r
24 test cross subnet browsing issues it is very important to\r
25 ensure that all Samba servers set up as local master browsers\r
26 or domain master browsers be 1.9.17alpha3 servers. Previous\r
27 (1.9.16p11 and before) version of nmbd will *NOT* function\r
28 correctly in this role and will prevent cross subnet browsing\r
29 from working. This also applies to the Samba machine set up\r
30 as the WINS server, if you are not using a Microsoft WINS\r
31 server.\r
32 \r
33 The 1.9.17alpha series also contains a substantial re-write \r
34 of the share-mode locking code, which is believed to be much \r
35 more robust than the previous versions (1.9.16p11 and before).\r
36 Samba 1.9.17alphas 1-3 have been tested with the Ziff Davis\r
37 NetBench file server testing software. The 1.9.17alpha3 release\r
38 has no known problems with this software.\r
39 \r
40 It may be downloaded from the Samba site at :\r
41 \r
42 <a href="ftp://samba.org/pub/samba/alpha/samba-1.9.17alpha3.tar.gz">ftp://samba.org/pub/samba/alpha/samba-1.9.17alpha3.tar.gz</a>\r
43 \r
44 as a gzipp'ed tar file.\r
45 \r
46 Due to the large number of changes, this is an alpha release\r
47 and we would welcome people trying it out and reporting all\r
48 bugs to :\r
49 \r
50 <a href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</a>\r
51 \r
52 Once a sufficient number of people have reported stability\r
53 with this release or subsequent alphas released to fix \r
54 bugs we will make a stable 1.9.17 production release. It is\r
55 recommended that people with production Samba servers wait\r
56 until then before upgrading (although the locking code\r
57 *really* is more stable and correct than the 1.9.16 code :-).\r
58 \r
59 Here is the file WHATSNEW.txt, now included with the release\r
60 to give people an idea of what has been changed. Also, with\r
61 this release there is a new version of the BROWSING.txt in \r
62 the docs directory which describes how to set up the new\r
63 cross subnet browsing features.\r
64 \r
65 Regards,\r
66 \r
67 The Samba Team.\r
68 \r
69 --------------WHATSNEW.txt---------------------------------\r
70 \r
71               WHATS NEW IN 1.9.17alpha3 - June 6th 1997.\r
72               ==========================================\r
73 \r
74 Improved browsing support. \r
75 --------------------------\r
76 \r
77 Samba now should support propagation of browse lists \r
78 across subnets correctly. Look in the file docs/BROWSING.txt \r
79 as it has been largely re-written to explain how to do this.\r
80 \r
81 *IMPORTANT* All Samba servers acting as local/domain master\r
82 browsers must be running 1.9.17alpha3, as should the nmbd\r
83 set up as the WINS server.\r
84 \r
85 Thanks to Silicon Graphics for allowing us to test the new \r
86 code on their corporate network.\r
87 \r
88 Improved share mode handling\r
89 ----------------------------\r
90 \r
91 The handling of share modes has been completely rewritten.\r
92 Samba can now run agressive PC Benchmarks (Ziff-Davis\r
93 NetBench) correctly with many hundreds of concurrent PC's.\r
94 The confidence level on share mode handling in Samba\r
95 is now much higher than it was previously. PC database\r
96 packages should be much safer when run against a\r
97 Samba share. Thanks to Silicon Graphics for testing\r
98 this code for us.\r
99 \r
100 If at all possible compile Samba to use the new share\r
101 mode handling with shared memory (set the flags \r
102 FAST_SHARE_MODES in the Makefile). This will be *much* faster\r
103 than old file-based share modes. FAST_SHARE_MODES have\r
104 been turned on by default on the following platforms in\r
105 the Makefile :\r
106 \r
107         Linux\r
108         Solaris\r
109         BSDI\r
110         IRIX 5.x.x\r
111         FreeBSD\r
112 \r
113 Updated smb.conf documentation\r
114 ------------------------------\r
115 \r
116 All options are now documented we believe.\r
117 \r
118 Many small bugfixes and improvements\r
119 ------------------------------------\r
120 From around the 'net around the world. Many\r
121 thanks to everyone who contributed.\r
122 \r
123 Remaining known issues with cross-subnet browsing.\r
124 --------------------------------------------------\r
125 \r
126 When nmbd is acting as a WINS server it doesn't handle\r
127 de-registering of members of a WORKGROUP<1e> name correctly.\r
128 The first machine to de-register will remove the name. This\r
129 should be fixed in a later release when group names are \r
130 handled correctly in the WINS code.\r
131 \r
132 Propagation of servers between local master browsers and\r
133 the domain master browser doesn't take into account the\r
134 fact that only names seen by the local master browser on\r
135 the local subnet should be propagated. This causes machines\r
136 that have stopped serving to be propagated between browse\r
137 masters. This issue will be fixed in the smbd code in a\r
138 later release.\r
139 \r
140 Remember - this is new code so there may be\r
141 bugs or problems.\r
142 \r
143 As always, all bugs are our responsibility - \r
144 please report them to :\r
145 \r
146 samba-bugs@samba.org\r
147 \r
148 \r
149 Regards,\r
150 \r
151         The Samba Team.\r
152 </pre>\r
153 <!--#include virtual="/samba/footer.html" -->\r