summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-06-23 01:52:03 +0000
committerJeremy Allison <jra@samba.org>1999-06-23 01:52:03 +0000
commit559f41832f3e1e00d10e1e6b93cb1c47b1305183 (patch)
tree48fa2f2af759ac6d9223c62f4a77f00eabd950c1
parent93315d1e9baa4ff9cdf72b56f8c3018e35808506 (diff)
downloadsamba-559f41832f3e1e00d10e1e6b93cb1c47b1305183.tar.gz
Updated with a couple of other changes now I've done the cvs diff against
the 2.0.4b release tag. Jeremy.
-rw-r--r--WHATSNEW.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 512425258ce..ccdf458d092 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -97,6 +97,9 @@ the libsmb code and clientutil.c is no longer used with it.
has been fixed.
3). A related bug causing a file structure leak when directory
opens were denied has been fixed.
+4). Fix for glibc2.1 bug on 32-bit systems being reported as 64
+bit.
+5). Prevent timestamps of 0 or -1 corrupting file timestamps.
Changes in 2.0.4b
-----------------