summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2002-10-10 02:45:22 +0000
committerSamba Release Account <samba-bugs@samba.org>2002-10-10 02:45:22 +0000
commite3dcaa9d6d29f8c083ac845dfae47ebf80e7f147 (patch)
tree66e844908f9bdb0b817dced292674be423fdc7d6
parentc7f289afc70a716bec148d64bdfdcc46d29b3672 (diff)
downloadsamba-e3dcaa9d6d29f8c083ac845dfae47ebf80e7f147.tar.gz
samba-e3dcaa9d6d29f8c083ac845dfae47ebf80e7f147.tar.xz
samba-e3dcaa9d6d29f8c083ac845dfae47ebf80e7f147.zip
preparing for release of 2.2.6rc2
-rw-r--r--WHATSNEW.txt14
-rw-r--r--source/include/version.h2
2 files changed, 11 insertions, 5 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 788c613f658..a2e345aa98c 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,4 @@
- WHAT'S NEW IN Samba 2.2.6rc1 - 9th October 2002
+ WHAT'S NEW IN Samba 2.2.6rc2 - 9th October 2002
================================================
This is a prelease snapshot of SAMBA_2_2 cvs branch. This is a non-production
@@ -7,13 +7,20 @@ release provided for testing purposes only.
The following new new smb.conf(5) options have been added in this preview
release:
- * profiles acls (S)
+ * profile acls (S)
The following options have been added to Samba's configure script
- --with-sendfile (enable experimental sendfile support)
+ --with-sendfile Enable experimental sendfile support
+ --with-winbind-ldap-hack Enable winbindd_ldap_hack() functionality
+ for Windows 2000 native mode domains
+
+Changes since 2.2.6rc1
+----------------------
+1) Default all LDAP connections to v3 with compiling with --with-ldapsam
+
Changes since 2.2.6pre2
-----------------------
1) Merge in free list unlock on error fix
@@ -66,7 +73,6 @@ Changes since 2.2.6pre2
36) Add version strings to the usage message for smbcacls and smbpasswd
37) Fix bug in the write cache code
38) make the default printed values for boolean the same for all parameters
-39) Default all LDAP connections to v3 with compiling with --with-ldapsam
Changes since 2.2.6pre1
diff --git a/source/include/version.h b/source/include/version.h
index 656d9395ac0..d9f213a499e 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "2.2.6rc1"
+#define VERSION "2.2.6rc2"