summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-03-30 13:43:26 +0200
committerAndrew Bartlett <abartlet@samba.org>2023-04-05 01:06:29 +0000
commitd0d588558d925ecc3e3d4136b8d7185f009154e6 (patch)
tree7d6088a3544411f90283b4d0a6d65ce1baf72efe /WHATSNEW.txt
parent960fe1ca27357d8c2f85f956531dfbe6bbc025f7 (diff)
downloadsamba-d0d588558d925ecc3e3d4136b8d7185f009154e6.tar.gz
Update WHATSNEW.txt
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d63da177595..d6b23b06f60 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -16,6 +16,17 @@ UPGRADING
NEW FEATURES/CHANGES
====================
+Migrated smbget to use common command line parser
+-------------------------------------------------
+
+The smbget utility implemented its own command line parsing logic. After
+discovering an issue we decided to migrate it to use the common command line
+parser. This has some advantages as you get all the feature it provides like
+Kerberos authentication. The downside is that breaks the options interface.
+The support for smbgetrc has been removed. You can use an authentication file
+if needed, this is documented in the manpage.
+
+Please check the smbget manpage or --help output.
REMOVED FEATURES
================