summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2002-10-16 04:38:36 +0000
committerSamba Release Account <samba-bugs@samba.org>2002-10-16 04:38:36 +0000
commit1443471f7e76e4d1f7496ea4adb0fd2d05557326 (patch)
tree53f8d290be102dd3d44aa9549375c207a2a00ddc
parent052f8319ec04db2e1416b1d124234cf071eaa6a4 (diff)
downloadsamba-1443471f7e76e4d1f7496ea4adb0fd2d05557326.tar.gz
samba-1443471f7e76e4d1f7496ea4adb0fd2d05557326.tar.xz
samba-1443471f7e76e4d1f7496ea4adb0fd2d05557326.zip
preparing for release of 2.2.6rc4
-rw-r--r--WHATSNEW.txt6
-rw-r--r--source/include/version.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2685218152e..2cb01eb8250 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -9,7 +9,8 @@ New Parameters
Refer to the smb.conf(5) man page for complete descriptions of new parameters.
- * profile acls (S)
+ * profile acls (S) workaround for issue with WinXP SP1
+ and roaming user profiles
Removed Parameters
@@ -22,7 +23,8 @@ Removed Parameters
Modified Parameters
-------------------
- * max xmit (G)
+ * max xmit (G) new default value
+ * large readwrite (G) new default value
The following options have been added to Samba's configure script
diff --git a/source/include/version.h b/source/include/version.h
index 02c992d0a55..f2ebc9b6f79 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "2.2.6rc3"
+#define VERSION "2.2.6rc4"