A couple more NEWS improvements.
authorWayne Davison <wayne@opencoder.net>
Thu, 4 May 2023 15:56:10 +0000 (08:56 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 8 May 2023 15:15:42 +0000 (08:15 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 2821a9904427980d6d586a188f20162ca9be3f4b..56224009141aaf476bb1fcd4d070eae96db21a6d 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -13,8 +13,9 @@
 - Add a backtick to the list of characters that the filename quoting needs to
   escape using backslashes.
 
-- Fixed a string-comparison issue in the internal file-list code that affected
-  tr_TR.utf-8.
+- Fixed a string-comparison issue in the internal handling of `--progress` (a
+  locale such as tr_TR.utf-8 needed the internal triggering of `--info` options
+  to use upper-case flag names to ensure that they match).
 
 - Make sure that a local transfer marks the sender side as trusted.
 
@@ -25,7 +26,7 @@
   openssl library.
 
 - Fixed a problem in the daemon auth for older protocols (29 and before) if the
-  openssl library is being used to compute md4 checksums.
+  openssl library is being used to compute MD4 checksums.
 
 - Fixed `rsync -VV` on Cygwin -- it needed a flush of stdout.