From b1f358b278f2201349fac9b3bc2f5b44984f26d3 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sun, 5 Sep 2021 14:10:34 +0200 Subject: [PATCH 1/2] WHATSNEW: fix a typo singing -> signing :) Signed-off-by: Ralph Boehme --- WHATSNEW.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 9b072788ad1..ed03d17f6e7 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -94,7 +94,7 @@ other, some options meant different in different tools. These should be stories of the past now. A new command line parser has been implemented with sanity checking. Also the command line interface has been -simplified and provides better control for encryption, singing and kerberos. +simplified and provides better control for encryption, signing and kerberos. Also several command line options have a smb.conf variable to control the default now. -- 2.31.1 From 3c9900692342d49224d37908f23a2d368ebfa7a8 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sun, 5 Sep 2021 14:13:58 +0200 Subject: [PATCH 2/2] WHATSNEW: servers are now also logging to stderr at startup Signed-off-by: Ralph Boehme --- WHATSNEW.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ed03d17f6e7..2c391cfe801 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -99,8 +99,9 @@ simplified and provides better control for encryption, signing and kerberos. Also several command line options have a smb.conf variable to control the default now. -All tools are logging to stderr by default. You can use "--debug-stdout" to -change the behavior. +All tools are now logging to stderr by default. You can use "--debug-stdout" to +change the behavior. All servers will log to stderr at early startup until logging +is setup to go to a file by default. ### Common parser: -- 2.31.1