summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-02-06 02:09:59 +0000
committerJeremy Allison <jra@samba.org>1999-02-06 02:09:59 +0000
commit1c9ce3d549f48bf7ca6e885bd0ed786f895ee00d (patch)
treee6583bf32173c2b5e4e94ae468572fe510db64df
parentc79e56aa0fb3f9e8fedc7a598d422d4ee700af93 (diff)
downloadsamba-1c9ce3d549f48bf7ca6e885bd0ed786f895ee00d.tar.gz
samba-1c9ce3d549f48bf7ca6e885bd0ed786f895ee00d.tar.xz
samba-1c9ce3d549f48bf7ca6e885bd0ed786f895ee00d.zip
Updated for 2.0.1 release.
Jeremy.
-rw-r--r--WHATSNEW.txt50
1 files changed, 46 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2a06355f2b1..a923e1d15a5 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,51 @@
- WHATS NEW IN Samba 2.0.0
+ WHATS NEW IN Samba 2.0.1
========================
+This is the latest stable release of Samba. This is the
+version that all production Samba servers should be running
+for all current bug-fixes.
+
+Bugfixes added since 2.0.0
+--------------------------
+
+1). Autoconf changes for gcc2.7.x and Solaris 2.5/2.6
+2). Autoconf changes to help HPUX configure correctly.
+3). Autoconf changes to allow lock directory to be set.
+4). Client fix to allow port to be set.
+5). clitar fix to send debug messages to stderr.
+6). smbmount race condition fix.
+7). Fix for bug where trying to browse large numbers of shares
+ generated an error from an NT client.
+8). Wrapper for setgroups for SunOS 4.x
+9). Fix for directory deleting failing from multiuser NT.
+10). Fix for crash bug if bitmap was full.
+11). Fix for Linux genrand where /dev/random could cause
+ clients to timeout on connect if the entropy pool was
+ empty.
+12). The default PASSWD_CHAT may now be overridden in local.h
+13). HPUX printing fixes for default programs.
+14). Reverted (erroneous) code in MACHINE.SID generation that
+ was setting the sid to 0x21 - should be *decimal* 21.
+15). Fix for printing to remote machine under SVR4.
+16). Fix for chgpasswd wait being interrupted with EINTR.
+17). Fix for disk free routine. NT and Win98 now correctly
+ show greater than 2GB disks.
+18). Fix for crash bug in stat cache statistics printing.
+19). Fix for filenames ending in .~xx.
+20). Fix for access check code wait being interrupted with EINTR.
+21). Fix for password changes from "invalid password" to a valid
+ one setting the account disabled bit.
+22). Fix for smbd crash bug in SMBreadraw cache prime code.
+23). Fix for overly zealous lock range overflow reporting.
+24). Fix for large disk disk free reporting (NT SMB code).
+25). Fix for NT failing to truncate files correctly.
+26). Fix for smbd crash bug with SMBcancel calls.
+27). Additional -T flag to nmblookup to do reverse DNS on addresses.
+28). SWAT fix to start/stop smbd/nmbd correctly.
+
+Major changes in Samba 2.0
+--------------------------
+
This is a MAJOR new release of Samba, the UNIX based SMB/CIFS file
and print server for Windows systems.
@@ -12,9 +57,6 @@ for configuring Samba has been added.
In addition, Samba has been re-written to help portability to
other POSIX-based systems, based on the GNU autoconf tool.
-Major changes in Samba 2.0
---------------------------
-
There are many major changes in Samba for version 2.0. Here are
some of them: