summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-06-23 01:34:25 +0000
committerJeremy Allison <jra@samba.org>1999-06-23 01:34:25 +0000
commit93315d1e9baa4ff9cdf72b56f8c3018e35808506 (patch)
tree13788ba62f65f46841e81f20189958d69f2be199
parent586fd47c87efdb06121c19d90a3a0166c5a5dbe5 (diff)
downloadsamba-93315d1e9baa4ff9cdf72b56f8c3018e35808506.tar.gz
Updated for a possible 2.0.4c.
Jeremy.
-rw-r--r--WHATSNEW.txt12
-rw-r--r--source/include/version.h2
2 files changed, 12 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ab78957cca0..512425258ce 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,4 @@
- WHATS NEW IN Samba 2.0.4b
+ WHATS NEW IN Samba 2.0.4c
=========================
This is the latest stable release of Samba. This is the
@@ -88,6 +88,16 @@ Samba 2.0.4 is provided as :
docs/textdocs/NT_Security.txt
docs/htmldocs/NT_Security.html
+Changes in 2.0.4c
+-----------------
+
+1). smbmount for Linux systems has been re-written to use
+the libsmb code and clientutil.c is no longer used with it.
+2). A bug preventing directory opens using the NT SMB calls
+has been fixed.
+3). A related bug causing a file structure leak when directory
+opens were denied has been fixed.
+
Changes in 2.0.4b
-----------------
diff --git a/source/include/version.h b/source/include/version.h
index 68313c5f04e..c3feadab634 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "2.0.4b"
+#define VERSION "2.0.4c"