summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>2002-10-11 21:07:13 +0000
committerSamba Release Account <samba-bugs@samba.org>2002-10-11 21:07:13 +0000
commitc8240ad49ff0b32a6be27986c94ff260e25b8c9a (patch)
treec40512e3e5499110cc4cf01e3d60540084ae33f9
parentbeddd7058f4c45695622776ef190bb6503dfcbd8 (diff)
downloadsamba-c8240ad49ff0b32a6be27986c94ff260e25b8c9a.tar.gz
preparing for release of 2.2.6rc3
-rw-r--r--WHATSNEW.txt10
-rw-r--r--source/include/version.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 3fb0158d26b..b9b883f4494 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,13 +1,13 @@
WHAT'S NEW IN Samba 2.2.6rc3 - 11th October 2002
=================================================
-This is a prelease snapshot of SAMBA_2_2 cvs branch. This is a non-production
+This is a preview snapshot of SAMBA_2_2 cvs branch. This is a non-production
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
@@ -30,7 +30,7 @@ Changes since 2.2.5
8) Parsing fix for PRINTER_INFO_2 structure which was causing viewing
printer properties to fail
9) Fix for printer change notification and Windows NT clients which caused
- the client to go into an infinite loop of refeshing the local printers
+ the client to go into an infinite loop of refreshing the local printers
folder
10) Allow trans2 and nttrans messages to be processed in oplock break state
which fixes a problem with oplock break requests and Win2k clients
@@ -39,8 +39,8 @@ Changes since 2.2.5
13) Updates to stop spurious error message in tdb
14) Fix silly logic bug in 'make smbd processes' and 'status = no' check
15) Fix compilation of pam_smbpass and --with-ldap
-16) Fix compilation of samwrapper on Solaris hosts
-17) fix logic error in a check for enableing the winbind_pam_auth_crap() code
+16) Fix compilation of smbwrapper on Solaris hosts
+17) fix logic error in a check for enabling the winbind_pam_auth_crap() code
& fix formatting typo in --with-winbind-auth-challenge
18) Correcting check for ldap_start_tls()
19) Fixed a problem with getgroups() where it could include our current
diff --git a/source/include/version.h b/source/include/version.h
index d9f213a499e..02c992d0a55 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "2.2.6rc2"
+#define VERSION "2.2.6rc3"